summaryrefslogtreecommitdiff
path: root/django/db
AgeCommit message (Expand)Author
2024-11-06Fixed #35778 -- Used JSON_OBJECT database function on PostgreSQL 16+ with ser...John Parton
2024-11-06Removed definition of JSONObject ArgJoiner class in as_native function.Sarah Boyce
2024-11-04Refs #373 -- Added TupleIn subqueries.Bendeguz Csirmaz
2024-11-01Fixed #35837 -- Added missing alters_data=True to QuerySet and UserManager me...Sarah Boyce
2024-10-31Fixed #35180 -- Recreated PostgreSQL _like indexes when changing between Text...Ben Cail
2024-10-30Fixed #35856 -- Added QuerySet.explain() support for MEMORY/SERIALIZE option ...Anthony Joseph
2024-10-14Fixed #35744 -- Relabelled external aliases of combined queries.Simon Charette
2024-10-14Refs #373 -- Added additional validations to tuple lookups.Bendeguz Csirmaz
2024-10-10Fixed #35103 -- Used provided error code and message when fields is set witho...gabn88
2024-09-26Refs #373 -- Added support for using tuple lookups in filters.Bendeguz Csirmaz
2024-09-26Fixed #35734 -- Used JSONB_BUILD_OBJECT database function on PostgreSQL when ...John Parton
2024-09-20Refs #373 -- Updated TupleIsNull lookup to check if any is NULL rather than all.Bendeguz Csirmaz
2024-09-17Refs #373, Refs #24121 -- Added ColPairs.__repr__().Bendeguz Csirmaz
2024-09-17Fixed #35762 -- Avoided unneeded quote_name() calls in SQLite introspection.Claude Paroz
2024-09-16Fixed #34887 -- Added support for unlimited models.CharField on SQLite.saJaeHyukc
2024-09-11Refs #373 -- Removed outdated comment in RelatedIn lookup.Csirmaz Bendegúz
2024-09-11Fixed #35732 -- Wrapped ConcatPair expression in parentheses to ensure operat...Gastón Avila
2024-09-11Fixed #35752 -- Fixed crash when using In() lookup in filters.Bendeguz Csirmaz
2024-09-11Refs #373 -- Refactored variable assignments in ColPairs and tuple lookups.Bendeguz Csirmaz
2024-09-11Refs #373 -- Improved test coverage of tuple lookup checks.Bendeguz Csirmaz
2024-09-09Refs #373 -- Added Model._is_pk_set() abstraction to check if a Model's PK is...Csirmaz Bendegúz
2024-09-09Refs #33817 -- Corrected errors raised when Oracle driver is not installed.Mariusz Felisiak
2024-09-03Fixed #35704 -- Fixed reduction for AddIndex subclasses.Adam Johnson
2024-09-02Fixed #35712 -- Prevented Q.check() from leaving the connection in an unusabl...Alex Fischer
2024-09-02Fixed #35690 -- Errored nicely when using in_bulk() with a values() or values...John Parton
2024-08-30Fixed #35700 -- Added AlterModelTable and AlterModelTableComment reductions.Adam Johnson
2024-08-28Fixed #35688 -- Restored timezone and role setters to be PostgreSQL DatabaseW...Sarah Boyce
2024-08-28Refs #35405 -- Adjusted deprecation warning stacklevel in FieldCacheMixin.get...Simon Charette
2024-08-28Refs #35060 -- Adjusted deprecation warning stacklevel in Model.save()/asave().Simon Charette
2024-08-28Refs #34547 -- Adjusted deprecation warning stacklevel in DatabaseOperations....Simon Charette
2024-08-28Refs #16055 -- Adjusted deprecation warning stacklevel in get_joining_columns...Simon Charette
2024-08-28Refs #12581 -- Adjusted warning stacklevel in queries ring buffer.Simon Charette
2024-08-13Fixed #35665 -- Fixed a crash when passing an empty order_by to Window.Simon Charette
2024-08-12Fixed #35586 -- Added support for set-returning database functions.Devin Cox
2024-08-12Fixed #35575 -- Added support for constraint validation on GeneratedFields.Mark Gensler
2024-08-06Fixed CVE-2024-42005 -- Mitigated QuerySet.values() SQL injection attacks aga...Simon Charette
2024-08-05Fixed #35657 -- Made FileField handle db_default values.Sarah Boyce
2024-08-05Fixed #35638 -- Updated validate_constraints to consider db_default.David Sanders
2024-08-05Refs #35638 -- Avoided wrapping expressions with Value in _get_field_value_ma...David Sanders
2024-08-03Fixed #35655 -- Reverted "Fixed #35295 -- Used INSERT with multiple rows on O...Sarah Boyce
2024-08-02Fixed #35643 -- Fixed a crash when ordering a QuerySet by a reference contain...Simon Charette
2024-08-01Refs #373 -- Added tuple lookups.Bendeguz Csirmaz
2024-08-01Reverted "Fixed #28646 -- Prevented duplicate index when unique is set to Tru...Sarah Boyce
2024-07-30Fixed #28646 -- Prevented duplicate index when unique is set to True on Postg...Ben Cail
2024-07-25Fixed #35625 -- Fixed a crash when adding a field with db_default and check c...Simon Charette
2024-07-23Fixed #35585 -- Corrected Query.exists() call in Query.has_results().Flavio Curella
2024-07-22Fixed #35614 -- Prevented SQLCompiler.as_subquery_condition() from mutating a...Bendeguz Csirmaz
2024-07-22Fixed typos in Atomic docstring.Muhammad N. Fadhil
2024-07-19Fixed #35559 -- Avoided unnecessary query on sliced union of empty queries.Simon Charette
2024-07-18Fixed #35603 -- Prevented F.__contains__() from hanging.Simon Charette