.. |
fields
|
Fixed #28370 -- Deprecated the context arg of Field.from_db_value() and Expression.convert_value().
|
2017-07-20 16:30:08 -04:00 |
functions
|
Fixed #28370 -- Deprecated the context arg of Field.from_db_value() and Expression.convert_value().
|
2017-07-20 16:30:08 -04:00 |
sql
|
Fixed #28370 -- Deprecated the context arg of Field.from_db_value() and Expression.convert_value().
|
2017-07-20 16:30:08 -04:00 |
__init__.py
|
Refs #18974 -- Added stacklevel for permalink() deprecation.
|
2017-03-28 17:58:10 -04:00 |
aggregates.py
|
Fixed #28370 -- Deprecated the context arg of Field.from_db_value() and Expression.convert_value().
|
2017-07-20 16:30:08 -04:00 |
base.py
|
Refs #23919 -- Removed support for broken Model.__str__() in Model.__repr__().
|
2017-06-11 15:52:19 -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
|
Stopped setting BaseExpression.copied on copy().
|
2017-07-21 00:23:21 -04:00 |
indexes.py
|
Fixed #28046 -- Added the db_tablespace parameter to class-based indexes.
|
2017-06-27 21:15:15 +02:00 |
lookups.py
|
Removed unneeded hasattr(self.rhs, 'get_compiler') checks in db/models/lookups.py.
|
2017-07-18 08:24:01 -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
|
Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().
|
2017-06-28 14:07:55 -04:00 |
query.py
|
Removed obsolete references to add_to_query().
|
2017-07-25 07:52:05 -04:00 |
query_utils.py
|
Fixed #28211 -- Prevented ORing an empty Q() from reducing query join efficiency.
|
2017-05-25 09:06:25 -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 |