This website requires JavaScript.
Explore
Help
Sign In
innov
/
django1
Watch
1
Star
0
Fork
You've already forked django1
0
Code
Issues
Pull Requests
1
Projects
Releases
Wiki
Activity
a6f0b6a98f
django1
/
django
/
db
History
Niclas Olofsson
3daa9d60be
Fixed
#10414
-- Made select_related() fail on invalid field names.
2014-12-24 14:54:30 -05:00
..
backends
Replaced DatabaseCreation sql methods by schema editor equivalents
2014-12-23 19:35:01 +01:00
migrations
Fixed
#24037
-- Prevented data loss possibility when changing Meta.managed.
2014-12-23 14:25:31 -05: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