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-10-14
Fixed #35744 -- Relabelled external aliases of combined queries.
Simon Charette
2024-10-14
Refs #373 -- Added additional validations to tuple lookups.
Bendeguz Csirmaz
2024-10-10
Fixed #35103 -- Used provided error code and message when fields is set witho...
gabn88
2024-09-26
Refs #373 -- Added support for using tuple lookups in filters.
Bendeguz Csirmaz
2024-09-26
Fixed #35734 -- Used JSONB_BUILD_OBJECT database function on PostgreSQL when ...
John Parton
2024-09-20
Refs #373 -- Updated TupleIsNull lookup to check if any is NULL rather than all.
Bendeguz Csirmaz
2024-09-17
Refs #373, Refs #24121 -- Added ColPairs.__repr__().
Bendeguz Csirmaz
2024-09-11
Refs #373 -- Removed outdated comment in RelatedIn lookup.
Csirmaz Bendegúz
2024-09-11
Fixed #35732 -- Wrapped ConcatPair expression in parentheses to ensure operat...
Gastón Avila
2024-09-11
Fixed #35752 -- Fixed crash when using In() lookup in filters.
Bendeguz Csirmaz
2024-09-11
Refs #373 -- Refactored variable assignments in ColPairs and tuple lookups.
Bendeguz Csirmaz
2024-09-11
Refs #373 -- Improved test coverage of tuple lookup checks.
Bendeguz Csirmaz
2024-09-09
Refs #373 -- Added Model._is_pk_set() abstraction to check if a Model's PK is...
Csirmaz Bendegúz
2024-09-02
Fixed #35712 -- Prevented Q.check() from leaving the connection in an unusabl...
Alex Fischer
2024-09-02
Fixed #35690 -- Errored nicely when using in_bulk() with a values() or values...
John Parton
2024-08-28
Refs #35405 -- Adjusted deprecation warning stacklevel in FieldCacheMixin.get...
Simon Charette
2024-08-28
Refs #35060 -- Adjusted deprecation warning stacklevel in Model.save()/asave().
Simon Charette
2024-08-28
Refs #16055 -- Adjusted deprecation warning stacklevel in get_joining_columns...
Simon Charette
2024-08-13
Fixed #35665 -- Fixed a crash when passing an empty order_by to Window.
Simon Charette
2024-08-12
Fixed #35586 -- Added support for set-returning database functions.
Devin Cox
2024-08-12
Fixed #35575 -- Added support for constraint validation on GeneratedFields.
Mark Gensler
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-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-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-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-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-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
[prev]
[next]