.. |
fields
|
Normalized spelling of "lowercase" and "lowercased".
|
2018-09-25 10:30:18 -04:00 |
functions
|
Fixed #29500 -- Fixed SQLite function crashes on null values.
|
2018-09-10 15:08:55 -04:00 |
sql
|
Refs #14357 -- Deprecated Meta.ordering affecting GROUP BY queries.
|
2018-09-13 12:29:48 -04:00 |
__init__.py
|
Fixed #11964 -- Added support for database check constraints.
|
2018-07-10 15:32:33 -04:00 |
aggregates.py
|
Fixed #29048 -- Added **extra_context to database function as_vendor() methods.
|
2018-08-23 11:52:09 -04:00 |
base.py
|
Refs #27795 -- Removed force_text() in Model._get_FIELD_display().
|
2018-08-31 10:59:57 -04:00 |
constants.py
|
Refactored qs.add_q() and utils/tree.py
|
2013-03-13 10:44:49 +02:00 |
constraints.py
|
Fixed #11964 -- Added support for database check constraints.
|
2018-07-10 15:32:33 -04:00 |
deletion.py
|
Fixed #29016 -- Fixed incorrect foreign key nullification on related instance deletion.
|
2018-01-13 10:31:00 -05:00 |
expressions.py
|
Removed unused function argument from Window.as_sql().
|
2018-08-20 22:16:27 +02: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 #11964 -- Added support for database check constraints.
|
2018-07-10 15:32:33 -04:00 |
query.py
|
Fixed #23646 -- Added QuerySet.bulk_update() to efficiently update many models.
|
2018-09-18 16:14:44 -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 |