.. |
fields
|
Fixed #23611 -- update_or_create failing from a related manager
|
2014-10-08 03:27:31 +07:00 |
sql
|
Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282.
|
2014-09-29 00:01:38 +07: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
|
Fixed #11775 -- Made ABSOLUTE_URL_OVERRIDES work with models that don't define get_absolute_url().
|
2014-09-09 11:05:31 -04: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 #23492 -- Restored F.__deepcopy__.
|
2014-09-16 12:19:00 +02: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 #23627 -- Allowed register_lookup to work as a decorator.
|
2014-10-09 18:44:58 +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 #23555 -- Avoided suppressing IndexError in QuerySet.first() and .last()
|
2014-10-08 14:28:38 -04:00 |
query_utils.py
|
Avoided creation of deferred model from another deferred model
|
2014-08-12 14:58:10 +03: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 |