..
fields
Fixed #23338 -- Added warning when unique=True on ForeigKey
2014-11-27 19:42:30 -05:00
sql
Fixed #23853 -- Added Join class to replace JoinInfo
2014-11-28 07:30:26 -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 #901 -- Added Model.refresh_from_db() method
2014-11-28 06:54:00 -05: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
Fixed #16731 -- Made pattern lookups work properly with F() expressions
2014-11-28 12:50:42 +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 #23875 -- cleaned up query.get_count()
2014-11-27 06:26:53 -05:00
query_utils.py
Fixed #901 -- Added Model.refresh_from_db() method
2014-11-28 06:54:00 -05: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