django1/django/db/models
Wu Haotian aba9c2de66 Fixed #32226 -- Fixed JSON format of QuerySet.explain() on PostgreSQL. 2021-07-05 09:08:39 +02:00
..
fields Fixed #30427, Fixed #16176 -- Corrected setting descriptor in Field.contribute_to_class(). 2021-06-15 12:01:28 +02:00
functions Refs #26430 -- Re-introduced empty aggregation optimization. 2021-07-02 07:25:42 +02:00
sql Fixed #32226 -- Fixed JSON format of QuerySet.explain() on PostgreSQL. 2021-07-05 09:08:39 +02:00
__init__.py Fixed #12990, Refs #27694 -- Added JSONField model field. 2020-05-08 07:23:31 +02:00
aggregates.py Refs #26430 -- Re-introduced empty aggregation optimization. 2021-07-02 07:25:42 +02:00
base.py Fixed #32863 -- Skipped system check for specifying type of auto-created primary keys on models with invalid app_label. 2021-06-22 20:47:15 +02:00
constants.py Refactored qs.add_q() and utils/tree.py 2013-03-13 10:44:49 +02:00
constraints.py Refs #32779 -- Changed DatabaseSchemaEditor._unique_sql()/_create_unique_sql() to take fields as second parameter. 2021-05-28 10:50:27 +02:00
deletion.py Fixed #32107 -- Fixed ProtectedError.protected_objects and RestrictedError.restricted_objects. 2020-10-19 12:43:32 +02:00
enums.py Refs #32074 -- Backported Enum.__repr__() from Python 3.10. 2021-04-07 10:28:40 +02:00
expressions.py Refs #26430 -- Re-introduced empty aggregation optimization. 2021-07-02 07:25:42 +02:00
indexes.py Fixed #32458 -- Made __repr__() for Index and BaseConstraint subclasses more consistent. 2021-02-19 20:25:11 +01:00
lookups.py Fixed #32786 -- Moved subquery ordering clearing optimization to the _in lookup. 2021-06-30 10:08:55 +02:00
manager.py Used model's Options.label where applicable. 2020-12-29 08:56:39 +01:00
options.py Fixed #31007 -- Allowed specifying type of auto-created primary keys. 2020-12-15 11:25:46 +01:00
query.py Refs #32786 -- Made Query.clear_ordering() not to cause side effects by default. 2021-06-30 08:52:27 +02:00
query_utils.py Fixed #32632, Fixed #32657 -- Removed flawed support for Subquery deconstruction. 2021-04-28 12:13:55 +02:00
signals.py Fixed #31327 -- Deprecated providing_args argument for Signal. 2020-03-05 09:38:52 +01:00
utils.py Fixed #32812 -- Restored immutability of named values from QuerySet.values_list(). 2021-06-04 07:23:16 +02:00