.. |
fields
|
Fixed #27904 -- Added a system check that Field.validators are callable.
|
2017-03-11 12:27:29 -05:00 |
functions
|
Fixed #27834 -- Added StrIndex database function.
|
2017-03-14 19:58:56 -04:00 |
sql
|
Removed unused connector parameter of Query.build_filter().
|
2017-03-18 09:04:56 -04:00 |
__init__.py
|
Fixed #27149 -- Added Subquery and Exists database expressions.
|
2017-01-14 09:12:24 -05: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
|
Fixed #27862 -- Fixed incorrectly quoted table aliases in Subquery SQL.
|
2017-03-01 07:56:37 -05:00 |
indexes.py
|
Fixed #27915 -- Allowed Meta.indexes to be defined in abstract models.
|
2017-03-21 10:53:21 -04:00 |
lookups.py
|
Refs #23919 -- Replaced super(ClassName, self) with super().
|
2017-01-25 12:23:46 -05: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
|
Refs #27656 -- Updated django.db docstring verbs according to PEP 257.
|
2017-02-28 09:17:27 -05: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 |