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
2024-08-06
[5.1.x] Fixed CVE-2024-42005 -- Mitigated QuerySet.values() SQL injection att...
Simon Charette
2024-08-05
[5.1.x] Fixed #35657 -- Made FileField handle db_default values.
Sarah Boyce
2024-08-05
[5.1.x] Fixed #35638 -- Updated validate_constraints to consider db_default.
David Sanders
2024-08-05
[5.1.x] Refs #35638 -- Avoided wrapping expressions with Value in _get_field_...
David Sanders
2024-08-02
[5.1.x] Fixed #35643 -- Fixed a crash when ordering a QuerySet by a reference...
Simon Charette
2024-07-18
[5.1.x] Fixed #35603 -- Prevented F.__contains__() from hanging.
Simon Charette
2024-07-17
[5.1.x] Fixed #35594 -- Added unique nulls distinct validation for expressions.
Simon Charette
2024-07-17
[5.1.x] Refs #30581 -- Made unattached UniqueConstraint(fields) validation te...
Simon Charette
2024-07-04
[5.1.x] Fixed #35560 -- Made Model.full_clean() ignore GeneratedFields for co...
Mark Gensler
2024-06-26
[5.1.x] Fixed #35561 -- Made *args and **kwargs parsing more strict in Model....
nessita
2024-06-25
[5.1.x] Fixed #35554, Refs #35060 -- Corrected deprecated *args parsing in Mo...
Adam Johnson
2024-05-22
Fixed #35139 -- Prevented file read after ImageField is saved to storage.
John Parton
2024-05-21
Fixed #35405 -- Converted get_cache_name into a cached property in FieldCache...
Adam Johnson
2024-05-15
Fixed #35384 -- Raised FieldError when saving a file without a name to FileFi...
Jonny Park
2024-05-14
Fixed #35275 -- Fixed Meta.constraints validation crash on UniqueConstraint w...
Mariusz Felisiak
2024-05-07
Fixed #35407 -- Cached model's Options.swapped.
Adam Johnson
2024-05-07
Fixed #35425 -- Avoided INSERT with force_update and explicit pk.
Jacob Walls
2024-05-02
Refs #34007, Refs #35359 -- Added Q.referenced_based_fields property.
David Sanders
2024-04-25
Refs #35339 -- Updated Aggregate class to return consistent source expressions.
Chris Muthig
2024-04-23
Refs #35356 -- Clarified select related with masked field logic.
Simon Charette
2024-04-23
Fixed #35356 -- Deferred self-referential foreign key fields adequately.
Simon Charette
2024-04-22
Fixed #35392, Refs #34331 -- Allowed importing aprefetch_related_objects from...
James Ostrander
2024-04-10
Fixed #35350 -- Fixed save() with pk set on models with GeneratedFields.
Sarah Boyce
2024-04-01
Fixed #35344, Refs #34838 -- Corrected output_field of resolved columns for G...
Johannes Westphal
2024-03-30
Refs #35234 -- Skipped CheckConstraint system checks if not supported.
Mariusz Felisiak
2024-03-21
Fixed #35257 -- Corrected resolving output_field for IntegerField/DecimalFiel...
sharonwoo
2024-03-20
Fixed #35309 -- Made prefetch clear ordering for single-valued relationships.
Laurent Lyaudet
2024-03-17
Fixed #35301 -- Fixed Options._property_names for overriden properties.
Adam Johnson
2024-03-15
Fixed #35294 -- Fixed TEXT format of QuerySet.explain() for long plans.
Adam Johnson
2024-03-13
Refs #32673, Refs #35295 -- Avoided wrapping rhs direct values in lookups.
Mariusz Felisiak
2024-03-11
Fixed #35285 -- Optimized ForeignObject._check_unique_target().
Adam Johnson
2024-03-09
Fixed #35270 -- Optimized model's Options._property_names.
Adam Johnson
2024-03-08
Fixed #35044 -- Avoided clearing reverse relations and private fields when ac...
Giannis Terzopoulos
2024-03-08
Optimized Model.refresh_from_db(fields=...) by using a set.
Giannis Terzopoulos
2024-03-08
Fixed #35223 -- Made Model.full_clean() ignore fields with db_default when va...
Ben Cail
2024-03-08
Refs #30397 -- Optimized interpolation of index and constraint names a bit more.
Nick Pope
2024-03-07
Fixed typo in django/db/models/expressions.py.
Mariusz Felisiak
2024-03-07
Refs #30397 -- Optimized interpolation of index and constraint names a bit.
Adam Johnson
2024-03-04
Fixed #35266 -- Deferred formatting in RelatedField._check_clashes().
Adam Johnson
2024-03-01
Refs #35234 -- Deprecated CheckConstraint.check in favor of .condition.
Simon Charette
2024-02-29
Refs #35234 -- Moved constraint system checks to Check/UniqueConstraint methods.
Simon Charette
2024-02-26
Fixed #35246 -- Made Field.unique a cached property.
Adam Johnson
2024-02-26
Fixed #35241 -- Cached model's full parent list.
Adam Johnson
2024-02-20
Fixed #35236 -- Used Field.attname/column attributes instead of get_attname()...
Adam Johnson
2024-02-19
Refs #28011 -- Removed ForeignObjectRel.is_hidden().
Adam Johnson
2024-02-19
Refs #34060 -- Fixed JSONField __exact lookup for primitivies on Oracle 21c+.
Albert Defler
2024-02-19
Fixed #35232 -- Cached model's Options.verbose_name_raw.
Adam Johnson
2024-02-19
Fixed #35230 -- Added cached ForeignObjectRel.accessor_name.
Adam Johnson
2024-02-16
Fixed #29725 -- Removed unnecessary join in QuerySet.count() and exists() on ...
ontowhee
2024-02-15
Fixed #34060 -- Fixed migrations crash when adding check constraints with JSO...
Albert Defler
[next]