django1/django/db/models
David Wobrock 3ef37a5245 Fixed #28897 -- Fixed QuerySet.update() on querysets ordered by annotations. 2022-06-17 10:06:17 +02:00
..
fields Updated source translation catalogs. 2022-05-17 14:17:07 +02:00
functions Refs #33476 -- Refactored code to strictly match 88 characters line length. 2022-02-07 20:37:05 +01:00
sql Fixed typo in Query.clone()'s docstring. 2022-05-13 06:56:20 +02:00
__init__.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
aggregates.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
base.py Fixed #33191 -- Avoided clearing cached reference when saving child after parent. 2022-05-31 10:19:54 +02:00
constants.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
constraints.py Fixed #30581 -- Added support for Meta.constraints validation. 2022-05-10 11:22:23 +02:00
deletion.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
enums.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
expressions.py Fixed #33543 -- Deprecated passing nulls_first/nulls_last=False to OrderBy and Expression.asc()/desc(). 2022-05-12 11:30:03 +02:00
indexes.py Removed unnecessary variable in Index.create_sql(). 2022-04-22 19:07:56 +02:00
lookups.py Fixed #33705 -- Fixed crash when using IsNull() lookup in filters. 2022-05-19 07:02:22 +02:00
manager.py Fixed #33733 -- Preserved wrapper assignment for manager methods. 2022-06-01 10:44:34 +02:00
options.py Refs #33476 -- Refactored code to strictly match 88 characters line length. 2022-02-07 20:37:05 +01:00
query.py Fixed #28897 -- Fixed QuerySet.update() on querysets ordered by annotations. 2022-06-17 10:06:17 +02:00
query_utils.py Refs #30581 -- Added Q.check() hook. 2022-05-04 08:47:52 +02:00
signals.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
utils.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00