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
fd60e6c887
django1
/
django
/
db
History
Marc Tamlyn
6b2d3f9206
Remove text-mangling of default values.
2014-12-09 09:10:51 +00:00
..
backends
Fixed
#20968
-- Checked Spatialite metadata before migrations
2014-12-08 22:22:53 +01:00
migrations
Fixed
#23968
-- Replaced list comprehension with generators and dict comprehension
2014-12-08 07:58:23 -05:00
models
Remove text-mangling of default values.
2014-12-09 09:10:51 +00: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