This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-06-02 01:59:11 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
/
db
History
Andrew Godwin
81f5408c7a
Fixed
#22275
: unique_together broken if ForeignKey split into new file.
...
Thanks to bak1an for the patch.
2014-03-19 21:23:21 -07:00
..
backends
Fix any sqlite field migration deleting all implicit m2m tables
2014-03-18 16:54:35 +13:00
migrations
Fixed
#22275
: unique_together broken if ForeignKey split into new file.
2014-03-19 21:23:21 -07:00
models
Fixed
#22001
-- Ensure db_type is respected.
2014-03-14 22:32:17 +00:00
__init__.py
Fixed
#21188
-- Introduced subclasses for to-be-removed-in-django-XX warnings
2014-03-08 09:57:40 +01:00
transaction.py
Fixed
#21188
-- Introduced subclasses for to-be-removed-in-django-XX warnings
2014-03-08 09:57:40 +01:00
utils.py
Fixed the last fix for database test settings to work with Python3.
2014-03-09 12:27:12 +02:00