django1/django/db/models
Collin Anderson d4ea4eea79 Fixed #23889 -- Added more usage of quote_name_unless_alias() to avoid deprecation warnings. 2014-11-21 16:44:50 -05:00
..
fields Fixed #23862 -- Made ManyToManyRel.get_related_field() respect to_field. 2014-11-21 16:02:31 -05:00
sql Fixed #23605 -- Fixed nested subquery regression 2014-11-20 13:38:08 -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 #21794 -- Removed deprecation warning for abstract models outside an app. 2014-11-19 15:56:04 -07: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 #23889 -- Added more usage of quote_name_unless_alias() to avoid deprecation warnings. 2014-11-21 16:44:50 -05: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 Moved bilateral transform fetching to models.lookups 2014-11-17 18:04:08 +01:00
manager.py Limited lines to 119 characters in django/ 2014-09-05 09:22:16 -04:00
options.py Fixed #22994 -- regression with generic FK + admin list_view 2014-07-14 10:50:41 -04:00
query.py Fixed #14030 -- Allowed annotations to accept all expressions 2014-11-15 14:00:43 +00:00
query_utils.py Renamed qn to compiler 2014-11-16 13:19:34 +01:00
related.py Fixed #22778 -- Added a model Meta option to define default_related_name. 2014-06-18 13:53:07 -04:00
signals.py Limited lines to 119 characters in django/ 2014-09-05 09:22:16 -04:00