django1/django/db/models
Josh Smeaton f59fd15c49 Fixed #14030 -- Allowed annotations to accept all expressions 2014-11-15 14:00:43 +00:00
..
fields Fixed #14030 -- Allowed annotations to accept all expressions 2014-11-15 14:00:43 +00:00
sql Fixed #14030 -- Allowed annotations to accept all expressions 2014-11-15 14:00:43 +00: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 #22967 -- Made Model._do_update consistent 2014-11-12 12:53:30 +02: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 #14030 -- Allowed annotations to accept all expressions 2014-11-15 14:00:43 +00: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 #23493 -- Added bilateral attribute to Transform 2014-10-28 10:02:10 +02: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 Fixed #14030 -- Allowed annotations to accept all expressions 2014-11-15 14:00:43 +00: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