django1/django/db/models
Tim Graham 40a8504357 Fixed #23891 -- Moved deprecation of IPAddressField to system check framework.
Thanks Markus Holtermann for review.
2015-01-01 13:30:52 -05:00
..
fields Fixed #23891 -- Moved deprecation of IPAddressField to system check framework. 2015-01-01 13:30:52 -05:00
sql Fixed #23758 -- Allowed more than 5 levels of subqueries 2014-12-31 08:48:28 -05:00
__init__.py Fixed #14030 -- Allowed annotations to accept all expressions 2014-11-15 14:00:43 +00:00
aggregates.py Fixed #14030 -- Allowed annotations to accept all expressions 2014-11-15 14:00:43 +00:00
base.py Fixed #24007 -- Ensure apps registry's ready before unpickling models 2014-12-17 18:33:32 +01:00
constants.py Refactored qs.add_q() and utils/tree.py 2013-03-13 10:44:49 +02:00
deletion.py Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282. 2014-09-29 00:01:38 +07:00
expressions.py Fixed #24033 -- Use interval type on Oracle. 2014-12-23 10:38:32 +00:00
functions.py Fixed #23753 -- Oracle failure with Coalesce 2014-12-29 19:44:13 +11: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 #23812 -- Changed django.utils.six.moves.xrange imports to range 2014-12-13 12:45:58 -05:00
manager.py Fixed #23822 -- Added support for serializing model managers in migration 2014-12-15 08:34:15 -05:00
options.py Fixed #21414 -- Removed RelatedObject and deprecated Field.related. 2014-12-23 10:54:25 -05:00
query.py Fixed #21414 -- Removed RelatedObject and deprecated Field.related. 2014-12-23 10:54:25 -05:00
query_utils.py Fixed #21414 -- Removed RelatedObject and deprecated Field.related. 2014-12-23 10:54:25 -05:00
signals.py Limited lines to 119 characters in django/ 2014-09-05 09:22:16 -04:00