.. |
fields
|
Fixed #31706 -- Removed unnecessary getattr() call in FileDescriptor.__get__().
|
2020-06-15 07:26:49 +02:00 |
functions
|
Refs #30446 -- Defined default output_field of text database functions.
|
2020-06-16 10:08:02 +02:00 |
sql
|
Fixed #31657 -- Fixed ordering by attnames of self-referential ForeignKeys.
|
2020-06-10 11:14:26 +02:00 |
__init__.py
|
Fixed #12990, Refs #27694 -- Added JSONField model field.
|
2020-05-08 07:23:31 +02:00 |
aggregates.py
|
Fixed #30665 -- Added support for distinct argument to Avg() and Sum().
|
2019-07-31 11:22:50 +02:00 |
base.py
|
Removed unnecessary list() call in ModelBase.__new__().
|
2020-06-10 12:10:36 +02:00 |
constants.py
|
Refactored qs.add_q() and utils/tree.py
|
2013-03-13 10:44:49 +02:00 |
constraints.py
|
Fixed #31702 -- Added support for PostgreSQL opclasses in UniqueConstraint.
|
2020-06-16 07:19:00 +02:00 |
deletion.py
|
Refs #21171 -- Made Collector.delete() rollback in the correct database.
|
2020-05-29 10:24:37 +02:00 |
enums.py
|
Fixed #31154 -- Added support for using enumeration types in templates.
|
2020-01-10 07:52:06 +01:00 |
expressions.py
|
Fixed #31659 -- Made ExpressionWrapper preserve output_field for combined expressions.
|
2020-06-12 07:20:06 +02:00 |
indexes.py
|
Refs #28077 -- Added opclasses to Index.__repr__().
|
2020-06-17 10:32:43 +02:00 |
lookups.py
|
Fixed #31667 -- Made __in lookup ignore None values.
|
2020-06-11 12:12:26 +02:00 |
manager.py
|
Fixed #31223 -- Added __class_getitem__() to Manager and QuerySet.
|
2020-04-15 11:26:11 +02:00 |
options.py
|
Refs #27666 -- Ensured relationship consistency on delayed reloads.
|
2020-04-07 09:20:46 +02:00 |
query.py
|
Fixed #30375 -- Added FOR NO KEY UPDATE support to QuerySet.select_for_update() on PostgreSQL.
|
2020-05-21 10:51:10 +02:00 |
query_utils.py
|
Fixed #31680 -- Removed unnecessary getattr() call in DeferredAttribute.__get__().
|
2020-06-10 12:24:18 +02:00 |
signals.py
|
Fixed #31327 -- Deprecated providing_args argument for Signal.
|
2020-03-05 09:38:52 +01:00 |
utils.py
|
Refs #31046 -- Added django.db.models.utils.resolve_callables().
|
2019-12-03 19:47:32 +01:00 |