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 01:04:39 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
/
db
History
Claude Paroz
234a2e0b6b
Fixed
#23866
-- Harmonized refs to Django documentation from code
2014-12-25 13:53:13 +01:00
..
backends
Replaced DatabaseCreation sql methods by schema editor equivalents
2014-12-23 19:35:01 +01:00
migrations
Fixed
#23866
-- Harmonized refs to Django documentation from code
2014-12-25 13:53:13 +01:00
models
Fixed
#10414
-- Made select_related() fail on invalid field names.
2014-12-24 14:54:30 -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