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
Age
Commit message (
Expand
)
Author
2024-08-06
Fixed CVE-2024-42005 -- Mitigated QuerySet.values() SQL injection attacks aga...
Simon Charette
2024-08-05
Fixed #35657 -- Made FileField handle db_default values.
Sarah Boyce
2024-08-05
Fixed #35638 -- Updated validate_constraints to consider db_default.
David Sanders
2024-08-05
Refs #35638 -- Avoided wrapping expressions with Value in _get_field_value_ma...
David Sanders
2024-08-03
Fixed #35655 -- Reverted "Fixed #35295 -- Used INSERT with multiple rows on O...
Sarah Boyce
2024-08-02
Fixed #35643 -- Fixed a crash when ordering a QuerySet by a reference contain...
Simon Charette
2024-08-01
Refs #373 -- Added tuple lookups.
Bendeguz Csirmaz
2024-08-01
Reverted "Fixed #28646 -- Prevented duplicate index when unique is set to Tru...
Sarah Boyce
2024-07-30
Fixed #28646 -- Prevented duplicate index when unique is set to True on Postg...
Ben Cail
2024-07-25
Fixed #35625 -- Fixed a crash when adding a field with db_default and check c...
Simon Charette
2024-07-23
Fixed #35585 -- Corrected Query.exists() call in Query.has_results().
Flavio Curella
2024-07-22
Fixed #35614 -- Prevented SQLCompiler.as_subquery_condition() from mutating a...
Bendeguz Csirmaz
2024-07-22
Fixed typos in Atomic docstring.
Muhammad N. Fadhil
2024-07-19
Fixed #35559 -- Avoided unnecessary query on sliced union of empty queries.
Simon Charette
2024-07-18
Fixed #35603 -- Prevented F.__contains__() from hanging.
Simon Charette
2024-07-17
Fixed #35594 -- Added unique nulls distinct validation for expressions.
Simon Charette
2024-07-17
Refs #30581 -- Made unattached UniqueConstraint(fields) validation testable.
Simon Charette
2024-07-16
Doc'd purpose of tuple() in SQLCompiler.get_from_clause().
Tim Graham
2024-07-15
Removed leftover KeyError handling after Query.tables attribute cleanup.
nessita
2024-07-11
Optimized Case.as_sql() default compilation.
Tim Graham
2024-07-10
Fixed #35424 -- Checked order_with_respect_to is available when migrating _or...
Daniel Patrick
2024-07-09
Fixed #35580 -- Allowed related fields referencing auto-created through models.
jason_bruce
2024-07-09
Fixed #35413 -- Made unsupported lookup error message more specific.
wookkl
2024-07-04
Fixed #35560 -- Made Model.full_clean() ignore GeneratedFields for constraints.
Mark Gensler
2024-07-04
Fixed #35569 -- Improved wording of invalid ForeignKey error message.
Jacob Walls
2024-07-03
Refs #28900 -- Made Query.has_select_fields a computed property.
Simon Charette
2024-07-03
Fixed #28900 -- Propagated all selected fields to combinator queries.
Simon Charette
2024-07-03
Refs #28900 -- Made SELECT respect the order specified by values(*selected).
Simon Charette
2024-06-28
Refs #35561 -- Renamed Model.save()/asave() helper to a more specific name.
nessita
2024-06-26
Fixed 35561 -- Made *args and **kwargs parsing more strict in Model.save()/as...
nessita
2024-06-25
Fixed #35554, Refs #35060 -- Corrected deprecated *args parsing in Model.save...
Adam Johnson
2024-06-25
Used Query.add_annotation where appropriate.
Simon Charette
2024-06-24
Fixed #35547 -- Added reset_queries to django.db.__all__.
AjmalPonneth
2024-06-13
Fixed #34881 -- Fixed a crash when renaming a model with multiple ManyToManyF...
Anže Pečar
2024-05-28
Fixed #35469 -- Removed deferred SQL to create index removed by AlterField op...
Jacob Walls
2024-05-27
Fixed #35479 -- Dropped support for PostgreSQL 13 and PostGIS 3.0.
Mariusz Felisiak
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-03
Fixed #35422 -- Fixed migrations crash when altering GeneratedField referenci...
Mariusz Felisiak
2024-05-02
Fixed #35359 -- Fixed migration operations ordering when adding fields refere...
DevilsAutumn
2024-05-02
Refs #34007, Refs #35359 -- Added Q.referenced_based_fields property.
David Sanders
2024-04-29
Fixed #35412 -- Dropped support for SQLite < 3.31.
Mariusz Felisiak
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
[prev]
[next]