django1/django/db/models
Anubhav Joshi 42736ac8e8 Fixed #21430 -- Added a RuntimeWarning when unpickling Models and QuerySets from a different Django version.
Thanks FunkyBob for the suggestion, prasoon2211 for the initial patch,
and akaariai, loic, and charettes for helping in shaping the patch.
2014-06-11 10:03:34 -04:00
..
fields Fixed #10811 -- Made assigning unsaved objects to FK, O2O, and GFK raise ValueError. 2014-06-05 13:12:01 -04:00
sql Fixed several typos in Django 2014-05-28 17:39:14 -07:00
__init__.py Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings 2014-03-08 09:57:40 +01:00
aggregates.py Fixed #16187 -- refactored ORM lookup system 2014-01-18 11:46:19 +02:00
base.py Fixed #21430 -- Added a RuntimeWarning when unpickling Models and QuerySets from a different Django version. 2014-06-11 10:03:34 -04:00
constants.py Refactored qs.add_q() and utils/tree.py 2013-03-13 10:44:49 +02:00
deletion.py Removed legacy transaction management per the deprecation timeline. 2014-03-21 21:06:50 +01:00
expressions.py Appeased flake8 2.1.0. 2014-04-21 12:27:34 +02:00
loading.py Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings 2014-03-08 09:57:40 +01:00
lookups.py Fixed #22648 -- Transform.output_type should respect overridden custom_lookup and custom_transform. 2014-05-17 12:26:15 +02:00
manager.py Fixed #22236 -- Removed inappropriate usage of signals 2014-04-05 21:00:31 +02:00
options.py Fixed several typos in Django 2014-05-28 17:39:14 -07:00
query.py Fixed #21430 -- Added a RuntimeWarning when unpickling Models and QuerySets from a different Django version. 2014-06-11 10:03:34 -04:00
query_utils.py Fixed many typos in comments and docstrings. 2014-03-03 07:38:09 -05:00
related.py Fixed many typos in comments and docstrings. 2014-03-03 07:38:09 -05:00
signals.py Fixed #21477 -- Renamed db to using in pre/post_migrate signals. 2014-01-12 22:24:33 +01:00