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-04-24 09:14:39 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
/
db
History
Claude Paroz
8d7a48027e
Fixed
#23954
-- Added special text/varchar PostgreSQL indexes in migrations
...
Thanks adityagupta104 for the report and Tim Graham for the review.
2014-12-04 21:27:42 +01:00
..
backends
Fixed
#23954
-- Added special text/varchar PostgreSQL indexes in migrations
2014-12-04 21:27:42 +01:00
migrations
Fixed
#23950
-- Prevented calling deconstruct on classes in MigrationWriter.
2014-12-03 08:22:29 -05:00
models
Fixed
#23853
-- Added Join class to replace JoinInfo
2014-11-28 07:30:26 -05:00
__init__.py
Fixed
#21430
-- Added a RuntimeWarning when unpickling Models and QuerySets from a different Django version.
2014-06-11 10:03:34 -04:00
transaction.py
Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282.
2014-09-29 00:01:38 +07:00
utils.py
Restored the 'TEST_' prefix in the warning about deprecated test database settings
2014-12-01 02:12:19 +02:00