.. |
fields
|
Fixed #29447 -- Made RelatedManager.set() pass bulk argument to clear().
|
2018-06-25 13:04:46 -04:00 |
functions
|
Refs #26608 -- Removed unneeded name attribute in window functions.
|
2018-07-05 11:38:07 -04:00 |
sql
|
Deleted unused variable in SQLCompiler.get_related_selections().
|
2018-07-10 09:15:19 -04:00 |
__init__.py
|
Refs #18974 -- Removed @models.permalink() decorator per deprecation timeline.
|
2017-09-22 12:51:18 -04:00 |
aggregates.py
|
Fixed #28982 -- Simplified code with and/or.
|
2018-01-03 20:12:23 -05:00 |
base.py
|
Refs #29516 -- Reverted inadvertent change in Model.__init__().
|
2018-06-25 09:39:16 -04:00 |
constants.py
|
Refactored qs.add_q() and utils/tree.py
|
2013-03-13 10:44:49 +02:00 |
deletion.py
|
Fixed #29016 -- Fixed incorrect foreign key nullification on related instance deletion.
|
2018-01-13 10:31:00 -05:00 |
expressions.py
|
Fixed #29330 -- Fixed crash when pickling BaseExpression.
|
2018-04-16 10:15:13 -04:00 |
indexes.py
|
Fixed #28077 -- Added support for PostgreSQL opclasses in Index.
|
2018-06-29 17:00:28 -04:00 |
lookups.py
|
Fixed #29503 -- Made __in lookup keep order of values in query.
|
2018-06-20 09:29:06 -04:00 |
manager.py
|
Fixed #28982 -- Simplified code with and/or.
|
2018-01-03 20:12:23 -05:00 |
options.py
|
Fixed #8936 -- Added a view permission and a read-only admin.
|
2018-05-16 06:44:55 -04:00 |
query.py
|
Fixed #29230 -- Fixed nested prefetches that clash with descriptors.
|
2018-05-27 21:45:51 -04:00 |
query_utils.py
|
Refs #29125 -- Made Q.deconstruct() omit 'query_utils' in the path and _connector='AND' since it's a default value.
|
2018-02-12 15:23:41 -05:00 |
signals.py
|
Fixed imports per isort 4.3.0.
|
2018-02-01 09:29:46 +01:00 |
utils.py
|
Refs #27656 -- Updated django.db docstring verbs according to PEP 257.
|
2017-02-28 09:17:27 -05:00 |