.. |
fields
|
Refs #34899 -- Extracted Field.flatchoices to flatten_choices helper function.
|
2023-10-23 13:44:23 -03:00 |
functions
|
Removed unneeded escapes in regexes.
|
2023-08-02 19:53:16 +02:00 |
sql
|
Fixed #34798 -- Fixed QuerySet.aggregate() crash when referencing expressions containing subqueries.
|
2023-10-16 05:37:30 +02:00 |
__init__.py
|
Fixed #31300 -- Added GeneratedField model field.
|
2023-09-07 06:19:08 +02:00 |
aggregates.py
|
Refs #34551 -- Fixed QuerySet.aggregate() crash on precending aggregation reference.
|
2023-05-23 06:25:27 +02:00 |
base.py
|
Refs #27236 -- Removed Meta.index_together per deprecation timeline.
|
2023-09-18 22:12:40 +02:00 |
constants.py
|
Refs #33476 -- Reformatted code with Black.
|
2022-02-07 20:37:05 +01:00 |
constraints.py
|
Made UniqueConstraint raise TypeError for type violations.
|
2023-07-19 21:46:20 +02:00 |
deletion.py
|
Fixed #33928 -- Avoided unnecessary queries when cascade updating.
|
2022-08-27 14:25:55 +02:00 |
enums.py
|
Modernized enumeration helpers on Python 3.11+.
|
2023-09-13 08:30:21 +02:00 |
expressions.py
|
Fixed #34798 -- Fixed QuerySet.aggregate() crash when referencing expressions containing subqueries.
|
2023-10-16 05:37:30 +02:00 |
indexes.py
|
Refs #34233 -- Used str.removeprefix()/removesuffix().
|
2023-01-18 19:11:18 +01:00 |
lookups.py
|
Fixed #34840 -- Avoided casting string base fields on PostgreSQL.
|
2023-09-22 06:01:11 +02:00 |
manager.py
|
Fixed #33733 -- Preserved wrapper assignment for manager methods.
|
2022-06-01 10:44:34 +02:00 |
options.py
|
Refs #27236 -- Removed Meta.index_together per deprecation timeline.
|
2023-09-18 22:12:40 +02:00 |
query_utils.py
|
Fixed #34842 -- Fixed ModelAdmin.readonly_fields crash with GeneratedFields.
|
2023-09-16 20:13:02 +02:00 |
query.py
|
Fixed #34889 -- Fixed get_prefetch_queryset() fallback in prefetch_one_level().
|
2023-10-06 20:18:41 +02: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 |