django1/django/db/models
Mariusz Felisiak a0bd006306
Made select_for_update() don't raise TransactionManagementError on databases that don't support transactions.
2022-04-14 07:53:15 +02:00
..
fields Fixed #33471 -- Made AlterField operation a noop when changing "choices". 2022-04-06 13:05:57 +02:00
functions Refs #33476 -- Refactored code to strictly match 88 characters line length. 2022-02-07 20:37:05 +01:00
sql Made select_for_update() don't raise TransactionManagementError on databases that don't support transactions. 2022-04-14 07:53:15 +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 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 Fixed #33397 -- Corrected resolving output_field for DateField/DateTimeField/TimeField/DurationFields. 2022-03-31 11:05:23 +02:00
indexes.py Fixed DatabaseFeatures.supports_index_column_ordering and related tests with MyISAM storage engine. 2022-04-13 11:56:24 +02: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 #33626 -- Cleared cache when unregistering a lookup. 2022-04-12 06:24:02 +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