.. |
fields
|
Fixed #25560 -- Made empty string related_name invalid.
|
2015-10-16 14:22:15 -04:00 |
sql
|
Fixed #24687 -- Added select_related() validation for nested non-relational fields.
|
2015-10-10 09:48:50 -04:00 |
__init__.py
|
Removed SubfieldBase per deprecation timeline.
|
2015-09-23 19:31:09 -04:00 |
aggregates.py
|
Removed unused Aggregate.input_field.
|
2015-09-24 09:15:56 -04:00 |
base.py
|
Refs #18012 -- Removed the now unused proxied_children model option.
|
2015-10-12 12:14:27 -04:00 |
constants.py
|
Refactored qs.add_q() and utils/tree.py
|
2013-03-13 10:44:49 +02:00 |
deletion.py
|
Refs #18012 -- Made proxy and concrete model reverse fields consistent.
|
2015-10-12 12:14:27 -04:00 |
expressions.py
|
Fixed #24509 -- Added Expression support to SQLInsertCompiler
|
2015-09-22 23:35:24 +10:00 |
functions.py
|
Fixed #25517 -- Made Concat function idempotent on SQLite.
|
2015-10-17 15:51:04 -04:00 |
lookups.py
|
Fixed #25506 -- Allowed filtering over a RawSQL annotation.
|
2015-10-14 11:13:58 -07:00 |
manager.py
|
Fixed #25054 -- Added app_label to swapped model AttributeError
|
2015-07-02 14:18:10 -04:00 |
options.py
|
Refs #18012 -- Removed the now unused proxied_children model option.
|
2015-10-12 12:14:27 -04:00 |
query.py
|
Fixed #25508 -- Modified QuerySet.__repr__() to disambiguate it from a list.
|
2015-10-06 12:38:34 -04:00 |
query_utils.py
|
Fixed #25563 -- Cached deferred models in their proxied model's _meta.apps.
|
2015-10-19 20:11:32 -04:00 |
signals.py
|
Removed pre_syncdb and post_syncdb signals per deprecation timeline.
|
2015-01-17 09:07:00 -05:00 |
utils.py
|
Fixed #24215 -- Refactored lazy model operations
|
2015-03-25 16:48:17 -04:00 |