summaryrefslogtreecommitdiff
path: root/django/db
AgeCommit message (Expand)Author
2022-01-14Fixed #33441 -- Restored immutability of models.Field.__hash__().Adam Johnson
2022-01-13Improved Model.__init__() properties loop.Adam Johnson
2022-01-11Fixed #13251 -- Made pre/post_delete signals dispatch the origin.mgaligniana
2022-01-07Fixed #33216 -- Simpilified deconstructed paths for some expressions.Allen Jonathan David
2022-01-05Fixed #32511 -- Corrected handling prefetched nested reverse relationships.Jamie Matthews
2022-01-04Fixed #33402 -- Optimized multiple AlterFooTogether operations.David Wobrock
2022-01-04Fixed #33406 -- Avoided creation of MaxLengthValidator(None) when resolving V...Keryn Knight
2022-01-04Fixed #33408 -- Fixed adding nullable unique fields on SQLite.Mariusz Felisiak
2022-01-03Refs #29026 -- Allowed customizing InteractiveMigrationQuestioner's prompt de...Jacob Walls
2021-12-30Fixed #23273 -- Avoided creation of django_migrations table when there are no...Jacob Walls
2021-12-27Refs #29517 -- Removed obsolete PositiveIntegerField test skip.Tim Graham
2021-12-23Refs #33355 -- Constructed SQLite list aggregate types once.Adam Johnson
2021-12-23Refs #33355 -- Removed @none_guard from SQLite functions.Adam Johnson
2021-12-23Refs #33355 -- Made trunc functions raise ValueError on invalid lookups on SQ...Adam Johnson
2021-12-23Refs #33355 -- Moved SQLite functions to separate module.Adam Johnson
2021-12-23Refs #33355 -- Optimized LPad() database function on SQLite.Adam Johnson
2021-12-22Refs #32355 -- Bumped required psycopg2 version to 2.8.4.Mariusz Felisiak
2021-12-22Refs #33355 -- Optimized Trunc() on SQLite by using f-strings.Adam Johnson
2021-12-22Refs #33355 -- Added missing tests for database functions and expression on n...Adam Johnson
2021-12-21Fixed #33374 -- Fixed ExpressionWrapper annotations with full queryset.David Wobrock
2021-12-14Fixed #33358 -- Fixed handling timedelta < 1 day in schema operations on Oracle.mdalp
2021-12-13Refs #33355 -- Fixed Trunc() with years < 1000 on SQLite.Adam Johnson
2021-12-10Refs #32502 -- Avoided table rebuild when adding fields with no default on SQ...Mariusz Felisiak
2021-12-10Fixed DatabaseFeatures.requires_literal_defaults on SQLite.Mariusz Felisiak
2021-12-10Refs #32502 -- Added SchemaEditor.prepare_default() on SQLite.Mariusz Felisiak
2021-12-10Corrected return value of ForeignKey.db_check().Adam Johnson
2021-12-09Fixed #33340 -- Fixed unquoted column names in queries used by DatabaseCache.Arsa
2021-12-08Fixed #33319 -- Fixed crash when combining with the | operator querysets with...Ömer Faruk Abacı
2021-12-08Refs #33319 -- Added comment about keys/values assertion in Query.change_alia...Ömer Faruk Abacı
2021-12-07Refs #25265 -- Allowed customizing Query's datastructure classes.Erik Cederstrand
2021-12-07Fixed #31765 -- Enforced enhanced ALTER TABLE behavior for SQLite connections.Adam Johnson
2021-12-06Fixed #33335 -- Made model validation ignore functional unique constraints.Hannes Ljungberg
2021-12-03Fixed #33333 -- Fixed setUpTestData() crash with models.BinaryField on Postgr...Mariusz Felisiak
2021-12-03Fixed #33339 -- Made QuerySet.bulk_create() use TO_NCLOB() for TextFields on ...Georgi Yanchev
2021-12-02Updated various links to HTTPS and new locations.Mariusz Felisiak
2021-12-02Fixed #33282 -- Fixed a crash when OR'ing subquery and aggregation lookups.Simon Charette
2021-12-02Refs #32690 -- Altered lookups Query rhs alterations during initialization.Simon Charette
2021-12-01Fixed #30398 -- Added CONN_HEALTH_CHECKS database setting.Przemysław Suliga
2021-11-29Fixed #33322 -- Fixed loss of assigned related object when saving relation wi...Hannes Ljungberg
2021-11-25Removed unneeded can_use_chunked_reads feature flag on SQLite.Mariusz Felisiak
2021-11-24Removed unneeded supports_combined_alters feature flag on Oracle.Mariusz Felisiak
2021-11-23Fixed #33309 -- Fixed QuerySet.distinct() crash on mixed case annotation.arsalan.ghassemi
2021-11-23Fixed #33304 -- Allowed passing string expressions to Window(order_by).Simon Charette
2021-11-23Refs #33304 -- Enclosed aggregate ordering logic in an expression.Simon Charette
2021-11-22Fixed #33305 -- Fixed autodetector crash for ForeignKey with hardcoded "to" a...Baptiste Mispelon
2021-11-19Fixed #33229 -- Fixed BaseDatabaseOperations.adapt_datetimefield_value()/adap...SwastikTripathi
2021-11-19Refs #24121 -- Added __repr__() to BaseDatabaseWrapper, JoinPromoter, and SQL...Jonny Park
2021-11-15Refs #33288 -- Removed SQLite's DatabaseIntrospection._get_foreign_key_constr...Simon Charette
2021-11-15Fixed #33288 -- Made SQLite introspection use information schema for relations.Simon Charette
2021-11-15Refs #33288 -- Made SQLite introspection raise DatabaseError on nonexistent t...Simon Charette