django1/django/db/models
Carlton Gibson bb61f0186d Refs #32365 -- Removed internal uses of utils.timezone.utc alias.
Remaining test case ensures that uses of the alias are mapped
canonically by the migration writer.
2022-03-24 06:29:50 +01:00
..
fields Refs #32365 -- Removed internal uses of utils.timezone.utc alias. 2022-03-24 06:29:50 +01:00
functions Refs #33476 -- Refactored code to strictly match 88 characters line length. 2022-02-07 20:37:05 +01:00
sql Refs #30581 -- Allowed sql.Query to be used without model. 2022-03-16 09:33:16 +01: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 Used sets for field names for exclusion. 2022-03-16 11:05:09 +01:00
constants.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
constraints.py Made BaseConstraint importable from django.db.models. 2022-03-16 16:21:10 +01: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 Refs #30581 -- Allowed sql.Query to be used without model. 2022-03-16 09:33:16 +01:00
indexes.py Refs #33476 -- Refactored code to strictly match 88 characters line length. 2022-02-07 20:37:05 +01:00
lookups.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
manager.py Refs #33476 -- Refactored code to strictly match 88 characters line length. 2022-02-07 20:37:05 +01: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 #29865 -- Added logical XOR support for Q() and querysets. 2022-03-04 12:55:37 +01:00
query_utils.py Fixed #29865 -- Added logical XOR support for Q() and querysets. 2022-03-04 12:55:37 +01: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