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-23 16:54:37 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
/
db
History
Simon Charette
a3baee2f62
[1.8.x] Refs
#25693
-- Avoided redundant calls to get_fields() in
to_attr
validation.
...
Backport of 4a9c32f5eece9030c2b568e930cec0c1ba8f1da0 from master
2015-11-11 12:30:32 -05:00
..
backends
[1.8.x] Refs
#12118
-- Allowed "mode=memory" in SQLite test database names.
2015-10-06 12:33:24 -04:00
migrations
[1.8.x]
Fixed
#25618
-- Restored migration support for non-upgraded apps.
2015-11-10 10:34:25 -05:00
models
[1.8.x] Refs
#25693
-- Avoided redundant calls to get_fields() in
to_attr
validation.
2015-11-11 12:30:32 -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
[1.8.x]
Fixed
#24921
-- set_autocommit(False) + ORM queries.
2015-09-21 22:31:13 +02:00
utils.py
[1.8.x]
Fixed
#25686
-- Fixed crash on routers without an allow_migrate() method.
2015-11-09 10:50:02 -05:00