django1/django/db
Anssi Kääriäinen 155a127afb [1.8.x] Fixed #24381 -- removed ForeignObjectRel opts and to_opts
These cached properies were causing problems with pickling, and in
addition they were confusingly defined: field.rel.model._meta was
not the same as field.rel.opts.

Instead users should use field.rel.related_model._meta inplace of
field.rel.opts, and field.rel.to._meta in place of field.rel.to_opts.

Backport of f95122e541 from master
2015-02-23 07:26:10 -05:00
..
backends Fixed signature of BaseDatabaseOperations.date_interval_sql() 2015-02-23 00:04:57 -05:00
migrations [1.8.x] Fixed #24366 -- Optimized traversal of large migration dependency graphs. 2015-02-23 12:55:43 +01:00
models [1.8.x] Fixed #24381 -- removed ForeignObjectRel opts and to_opts 2015-02-23 07:26:10 -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] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00
utils.py [1.8.x] Fixed #24351, #24346 -- Changed the signature of allow_migrate(). 2015-02-20 21:55:50 +07:00