.. |
fields
|
[2.0.x] Fixed #28742 -- Fixed AttributeError crash when assigning None to cached reverse relations.
|
2017-10-30 14:25:34 -04:00 |
functions
|
Fixed #26608 -- Added support for window expressions (OVER clause).
|
2017-09-18 09:42:29 -04:00 |
sql
|
[2.0.x] Refs #28010 -- Allowed reverse related fields in SELECT FOR UPDATE .. OF.
|
2017-10-28 21:42:51 -04:00 |
__init__.py
|
Fixed #27332 -- Added FilteredRelation API for conditional join (ON clause) support.
|
2017-09-22 11:53:17 -04:00 |
aggregates.py
|
[2.0.x] Refs #28492 -- Defined aggregates' output_field at the class level.
|
2017-09-29 08:20:08 -04:00 |
base.py
|
[2.0.x] Fixed #27846 -- Made Model.refresh_from_db() clear cached relations.
|
2017-10-12 17:29:53 -04:00 |
constants.py
|
Refactored qs.add_q() and utils/tree.py
|
2013-03-13 10:44:49 +02:00 |
deletion.py
|
Refs #27656 -- Updated django.db docstring verbs according to PEP 257.
|
2017-02-28 09:17:27 -05:00 |
expressions.py
|
[2.0.x] Fixed #28689 -- Fixed unquoted table names in Subquery SQL when using OuterRef.
|
2017-10-25 17:25:45 -04:00 |
indexes.py
|
Fixed #28465 -- Unified index SQL creation in DatabaseSchemaEditor
|
2017-08-08 17:37:43 +02:00 |
lookups.py
|
[2.0.x] Fixed #28497 -- Restored the ability to use sliced QuerySets with __exact.
|
2017-10-16 15:40:08 -04:00 |
manager.py
|
Refs #27656 -- Updated django.db docstring verbs according to PEP 257.
|
2017-02-28 09:17:27 -05:00 |
options.py
|
[2.0.x] Fixed #28750 -- Allowed models to define Meta.manager_inheritance_from_future for backwards compatibility.
|
2017-10-31 21:57:00 -04:00 |
query.py
|
Fixed #27332 -- Added FilteredRelation API for conditional join (ON clause) support.
|
2017-09-22 11:53:17 -04:00 |
query_utils.py
|
Fixed #27332 -- Added FilteredRelation API for conditional join (ON clause) support.
|
2017-09-22 11:53:17 -04:00 |
signals.py
|
Refs #23919 -- Replaced super(ClassName, self) with super().
|
2017-01-25 12:23:46 -05:00 |
utils.py
|
Refs #27656 -- Updated django.db docstring verbs according to PEP 257.
|
2017-02-28 09:17:27 -05:00 |