| .. |
|
fields
|
Refs #33476 -- Applied Black's 2023 stable style.
|
2023-02-01 11:04:38 +01:00 |
|
functions
|
Refs #32365 -- Removed is_dst argument for various methods and functions.
|
2023-01-17 11:49:15 +01:00 |
|
sql
|
Fixed #34368 -- Made subquery raise NotSupportedError when referencing outer window expression.
|
2023-02-27 07:18:58 +01:00 |
|
__init__.py
|
Refs #33476 -- Reformatted code with Black.
|
2022-02-07 20:37:05 +01:00 |
|
aggregates.py
|
Refs #33308 -- Deprecated support for passing encoded JSON string literals to JSONField & co.
|
2022-12-01 19:14:00 +01:00 |
|
base.py
|
Fixed #34319 -- Fixed Model.validate_constraints() crash on ValidationError with no code.
|
2023-02-08 16:38:55 +01:00 |
|
constants.py
|
Refs #33476 -- Reformatted code with Black.
|
2022-02-07 20:37:05 +01:00 |
|
constraints.py
|
Fixed #34338 -- Allowed customizing code of ValidationError in BaseConstraint and subclasses.
|
2023-02-23 10:58:20 +01:00 |
|
deletion.py
|
Fixed #33928 -- Avoided unnecessary queries when cascade updating.
|
2022-08-27 14:25:55 +02:00 |
|
enums.py
|
Refs #33476 -- Reformatted code with Black.
|
2022-02-07 20:37:05 +01:00 |
|
expressions.py
|
Fixed #34368 -- Made subquery raise NotSupportedError when referencing outer window expression.
|
2023-02-27 07:18:58 +01:00 |
|
indexes.py
|
Refs #34233 -- Used str.removeprefix()/removesuffix().
|
2023-01-18 19:11:18 +01:00 |
|
lookups.py
|
Fixed #33308 -- Added support for psycopg version 3.
|
2022-12-15 06:17:57 +01:00 |
|
manager.py
|
Fixed #33733 -- Preserved wrapper assignment for manager methods.
|
2022-06-01 10:44:34 +02:00 |
|
options.py
|
Refs #33476 -- Applied Black's 2023 stable style.
|
2023-02-01 11:04:38 +01:00 |
|
query.py
|
Fixed #34378 -- Made QuerySet.in_bulk() not clear odering when id_list is passed.
|
2023-03-03 06:00:10 +01:00 |
|
query_utils.py
|
Refs #34233 -- Used @functools.cache.
|
2023-01-18 19:23:18 +01:00 |
|
signals.py
|
Refs #33476 -- Reformatted code with Black.
|
2022-02-07 20:37:05 +01:00 |
|
utils.py
|
Fixed #27654 -- Propagated alters_data attribute to callables overridden in subclasses.
|
2022-11-04 11:08:58 +01:00 |