django1/django/db/models
Simon Charette b9e50e4774 Fixed the PostGIS circular imports caused by 1506c71a95.
Thanks to @loic for the help and @timgraham for the review.

refs #12030.
2014-03-26 12:57:57 -04:00
..
fields Fixed the PostGIS circular imports caused by 1506c71a95. 2014-03-26 12:57:57 -04:00
sql Flake8 corrections 2014-03-12 20:34:05 +02: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 Removed legacy transaction management per the deprecation timeline. 2014-03-21 21:06:50 +01: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 Fixed #17027 -- Added support for the power operator in F expressions. 2013-10-22 10:29:57 -04: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 #21863 -- supplemented get_lookup() with get_transform() 2014-03-07 14:52:13 +00:00
manager.py Removed backward compatible shims to rename get_query_set and similar queryset methods. 2014-03-21 07:47:25 -04:00
options.py Removed Model._meta.module_name per deprecation timeline. 2014-03-21 11:10:34 -04:00
query.py Removed legacy transaction management per the deprecation timeline. 2014-03-21 21:06:50 +01: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