.. |
fields
|
Fixed #28543 -- Prevented ManyToManyField.value_from_object() from being lazy.
|
2017-08-31 09:34:44 -04:00 |
functions
|
Removed unneeded TruncBase.arity.
|
2017-07-31 13:42:12 +05:00 |
sql
|
Fixed #28549 -- Fixed QuerySet.defer() with super and subclass fields.
|
2017-08-31 09:35:05 -04:00 |
__init__.py
|
Refs #18974 -- Added stacklevel for permalink() deprecation.
|
2017-03-28 17:58:10 -04:00 |
aggregates.py
|
Fixed #27849 -- Added filtering support to aggregates.
|
2017-08-12 17:58:28 -04:00 |
base.py
|
Refs #28459 -- Optimized ModelState instantiation.
|
2017-08-11 15:41:04 -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
|
Refs #28459 -- Improved performance of BaseExpression.convert_value().
|
2017-08-11 18:34:50 -04:00 |
indexes.py
|
Fixed #28465 -- Unified index SQL creation in DatabaseSchemaEditor
|
2017-08-08 17:37:43 +02:00 |
lookups.py
|
Removed obsolete DecimalComparisonLookup.
|
2017-08-11 09:32:32 -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
|
Simplified model's Options._get_fields() a bit.
|
2017-08-31 07:11:30 -04:00 |
query.py
|
Refs #28459 -- Improved performance of SQLCompiler.apply_converters().
|
2017-08-23 16:26:24 -04:00 |
query_utils.py
|
Prevented query_utils.refs_expression() from looking for empty string in annotations map.
|
2017-07-28 08:42:52 -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 |