index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
db
/
models
Age
Commit message (
Expand
)
Author
2022-05-02
Refs #33646 -- Added RawModelIterable.
Mariusz Felisiak
2022-05-02
Fixed #33413 -- Made migrations propage collations to related fields.
David Wobrock
2022-04-29
Refs #33413 -- Added collation to CharField/TextField's db_parameters.
David Wobrock
2022-04-26
Fixed #33646 -- Added async-compatible interface to QuerySet.
Andrew Godwin
2022-04-26
Fixed #33655 -- Removed unnecessary constant from GROUP BY clause for QuerySe...
marcperrinoptel
2022-04-22
Removed unnecessary variable in Index.create_sql().
Hannes Ljungberg
2022-04-22
Refs #31223 -- Added __class_getitem__() to ForeignKey.
Collin Anderson
2022-04-21
Fixed #33004 -- Made saving objects with unsaved GenericForeignKey raise Valu...
sarahboyce
2022-04-19
Refs #32226 -- Fixed JSON format of QuerySet.explain() on PostgreSQL when for...
Mariusz Felisiak
2022-04-14
Made select_for_update() don't raise TransactionManagementError on databases ...
Mariusz Felisiak
2022-04-13
Fixed DatabaseFeatures.supports_index_column_ordering and related tests with ...
Mariusz Felisiak
2022-04-13
Removed unnecessary tuple call in SQLInsertCompiler.
David Smith
2022-04-12
Fixed #24296 -- Made QuerySet.exists() clear selected columns for not sliced ...
mgaligniana
2022-04-12
Fixed #33626 -- Cleared cache when unregistering a lookup.
Himanshu-Balasamanta
2022-04-11
Fixed CVE-2022-28347 -- Protected QuerySet.explain(**options) against SQL inj...
Mariusz Felisiak
2022-04-11
Fixed CVE-2022-28346 -- Protected QuerySet.annotate(), aggregate(), and extra...
Mariusz Felisiak
2022-04-07
Fixed #33618 -- Fixed MTI updates outside of primary key chain.
Simon Charette
2022-04-06
Fixed #33471 -- Made AlterField operation a noop when changing "choices".
sarahboyce
2022-03-31
Fixed #33397 -- Corrected resolving output_field for DateField/DateTimeField/...
Luke Plant
2022-03-31
Refs #33397 -- Added register_combinable_fields().
Luke Plant
2022-03-31
Removed unnecessary Query.get_loaded_field_names_cb() and Query.deferred_to_d...
Mariusz Felisiak
2022-03-31
Refs #24020 -- Removed redundant Query.get_loaded_field_names().
Mariusz Felisiak
2022-03-31
Updated select_related_descend() comment.
Mariusz Felisiak
2022-03-30
Fixed #33598 -- Reverted "Removed unnecessary reuse_with_filtered_relation ar...
Mariusz Felisiak
2022-03-24
Refs #32365 -- Removed internal uses of utils.timezone.utc alias.
Carlton Gibson
2022-03-16
Made BaseConstraint importable from django.db.models.
Gagaro
2022-03-16
Used sets for field names for exclusion.
Gagaro
2022-03-16
Refs #30581 -- Allowed sql.Query to be used without model.
Gagaro
2022-03-15
Fixed #33552 -- Fixed JSONField has key lookups with numeric keys on MariaDB,...
Sage Abdullah
2022-03-04
Fixed #29865 -- Added logical XOR support for Q() and querysets.
Ryan Heard
2022-03-03
Refs #27624 -- Optimized Query.clone() a bit.
Keryn Knight
2022-03-03
Refs #27624 -- Optimized sql.Query creation by moving immutable/singleton att...
Keryn Knight
2022-02-25
Fixed #31486 -- Deprecated passing unsaved objects to related filters.
Albert Defler
2022-02-22
Fixed #19580 -- Unified behavior of reverse foreign key and many-to-many rela...
Albert Defler
2022-02-16
Fixed #33515 -- Prevented recreation of migration for ManyToManyField to lowe...
Mariusz Felisiak
2022-02-16
Made Field.error_messages a cached property.
Collin Anderson
2022-02-09
Fixed #33501 -- Made order_with_respect_to respect database routers.
Damian Posener
2022-02-09
Fixed #33506 -- Made QuerySet.bulk_update() perform atomic writes against wri...
Simon Charette
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-07
Refs #33482 -- Fixed QuerySet selecting and filtering againts negated Exists(...
Mariusz Felisiak
2022-02-03
Refs #33476 -- Refactored problematic code before reformatting by Black.
Mariusz Felisiak
2022-02-02
Fixed #33482 -- Fixed QuerySet filtering againts negated Exists() with empty ...
Simon Charette
2022-01-31
Fixed #33468 -- Fixed QuerySet.aggregate() after annotate() crash on aggregat...
Mariusz Felisiak
2022-01-27
Fixed #33463 -- Fixed QuerySet.bulk_update() with F() expressions.
Jörg Breitbart
2022-01-25
Fixed #29984 -- Added QuerySet.iterator() support for prefetching related obj...
Jacob Walls
2022-01-19
Fixed #31685 -- Added support for updating conflicts to QuerySet.bulk_create().
sean_c_hsu
2022-01-17
Fixed #29338 -- Allowed using combined queryset in Subquery.
Mariusz Felisiak
2022-01-17
Fixed #33435 -- Fixed invalid SQL generatered by Subquery.as_sql().
My-Name-Is-Nabil
2022-01-14
Fixed #33441 -- Restored immutability of models.Field.__hash__().
Adam Johnson
[prev]
[next]