..
fields
Adjusted a comment to reflect some app refactor changes.
2014-11-26 09:47:37 -05:00
sql
Fixed #23867 -- removed DateQuerySet hacks
2014-11-26 17:49:25 -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 #23867 -- removed DateQuerySet hacks
2014-11-26 17:49:25 -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 #23867 -- removed DateQuerySet hacks
2014-11-26 17:49:25 -05: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