.. |
fields
|
Fixed #28120 -- Checked that CharField.max_length is not a boolean.
|
2017-04-24 18:49:31 -04:00 |
functions
|
Refs #27834 -- Removed Value wrapping from StrIndex's substring param.
|
2017-04-03 08:39:57 -04:00 |
sql
|
Fixed #28101 -- Fixed a regression with nested __in subquery lookups and to_field.
|
2017-04-23 00:21:27 -04:00 |
__init__.py
|
Refs #18974 -- Added stacklevel for permalink() deprecation.
|
2017-03-28 17:58:10 -04:00 |
aggregates.py
|
Refs #23919 -- Replaced super(ClassName, self) with super().
|
2017-01-25 12:23:46 -05:00 |
base.py
|
Fixed #27915 -- Allowed Meta.indexes to be defined in abstract models.
|
2017-03-21 10:53:21 -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 #18247 -- Fixed SQLite QuerySet filtering on decimal result of Least and Greatest.
|
2017-03-29 13:29:53 -04:00 |
indexes.py
|
Fixed #27915 -- Allowed Meta.indexes to be defined in abstract models.
|
2017-03-21 10:53:21 -04:00 |
lookups.py
|
Fixed #25605 -- Made GIS DB functions accept geometric expressions, not only values, in all positions.
|
2017-04-01 09:47:49 -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
|
Refs #27656 -- Updated django.db docstring verbs according to PEP 257.
|
2017-02-28 09:17:27 -05:00 |
query.py
|
Fixed #28096 -- Allowed prefetch calls with ModelIterable subclasses
|
2017-04-19 19:32:46 +02:00 |
query_utils.py
|
Refs #27656 -- Updated django.db docstring verbs according to PEP 257.
|
2017-02-28 09:17:27 -05: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 |