summaryrefslogtreecommitdiff
path: root/django/db
AgeCommit message (Expand)Author
2021-12-03[3.2.x] Fixed #33333 -- Fixed setUpTestData() crash with models.BinaryField o...Mariusz Felisiak
2021-10-18[3.2.x] Fixed #33194 -- Fixed migrations when altering a field with functiona...Hannes Ljungberg
2021-07-26[3.2.x] Fixed #32947 -- Fixed hash() crash on reverse M2M relation when throu...Tom Wojcik
2021-07-01[3.2.x] Fixed CVE-2021-35042 -- Prevented SQL injection in QuerySet.order_by().Simon Charette
2021-06-22[3.2.x] Fixed #32863 -- Skipped system check for specifying type of auto-crea...Hasan Ramezani
2021-06-10[3.2.x] Fixed #32832 -- Fixed adding BLOB/TEXT nullable field with default on...Mariusz Felisiak
2021-06-10[3.2.x] Fixed #32503 -- Fixed altering BLOB/TEXT field to non-nullable with d...Yuekui Li
2021-06-04[3.2.x] Fixed #32812 -- Restored immutability of named values from QuerySet.v...Takayuki Hirayama
2021-06-01[3.2.x] Fixed #32793 -- Fixed loss of precision for temporal operations with ...Mariusz Felisiak
2021-05-18[3.2.x] Fixed #32733 -- Skipped system check for specifying type of auto-crea...Rust Saiargaliev
2021-05-13[3.2.x] Fixed #32718 -- Relaxed file name validation in FileField.Mariusz Felisiak
2021-05-12[3.2.x] Fixed #32732 -- Removed usage of deprecated 'db' and 'passwd' connect...Nick Pope
2021-05-05[3.2.x] Fixed #32714 -- Prevented recreation of migration for Meta.ordering w...Simon Charette
2021-05-04[3.2.x] Fixed CVE-2021-31542 -- Tightened path & file name sanitation in file...Florian Apolloner
2021-04-28[3.2.x] Fixed #32632, Fixed #32657 -- Removed flawed support for Subquery dec...Simon Charette
2021-04-27[3.2.x] Fixed #32687 -- Restored passing process’ environment to underlying...Konstantin Alekseev
2021-04-27[3.2.x] Refs #32682 -- Fixed QuerySet.delete() crash on querysets with self-r...Mariusz Felisiak
2021-04-21[3.2.x] Fixed #32650 -- Fixed handling subquery aliasing on queryset combinat...Simon Charette
2021-04-14[3.2.x] Fixed #32645 -- Fixed QuerySet.update() crash when ordered by joined ...Mariusz Felisiak
2021-04-14[3.2.x] Fixed #32548 -- Fixed crash when combining Q() objects with boolean e...Jonathan Richards
2021-04-14[3.2.x] Fixed #32635 -- Fixed system check crash for reverse o2o relations in...Hasan Ramezani
2021-04-13[3.2.x] Fixed #32627 -- Fixed QuerySet.values()/values_list() crash on combin...Iuri de Silvio
2021-04-08[3.2.x] Fixed #32620 -- Allowed subclasses of Big/SmallAutoField for DEFAULT_...Adam Johnson
2021-03-30[3.2.x] Fixed #32595 -- Fixed SchemaEditor.quote_value() crash with bytes.Mariusz Felisiak
2021-02-24[3.2.x] Fixed #32478 -- Included nested columns referenced by subqueries in G...Simon Charette
2021-02-19[3.2.x] Fixed #32455 -- Allowed right combining Q() with boolean expressions.Hasan Ramezani
2021-02-18[3.2.x] Fixed #32450 -- Fixed crash when ANDing/ORing an empty Q() with not p...starryrbs
2021-02-17[3.2.x] Fixed #32453 -- Added introspection of unique constraint field orderi...Hannes Ljungberg
2021-02-11[3.2.x] Fixed #32433 -- Added error message on QuerySet.delete() following di...Egidijus Macijauskas
2021-02-09[3.2.x] Fixed #32425 -- Fixed adding nullable field with default on MySQL.Jordan Bae
2021-02-04[3.2.x] Refs #32074 -- Fixed TextChoices/IntegerChoices crash on Python 3.10.Mariusz Felisiak
2021-02-04[3.2.x] Fixed #32332 -- Fixed loss of parent with non-numeric pk when saving ...Hasan Ramezani
2021-02-02[3.2.x] Fixed #32403 -- Fixed re-raising DatabaseErrors when using only 'post...Mariusz Felisiak
2021-01-29[3.2.x] Fixed #32392 -- Fixed ExclusionConstraint crash with Cast() in expres...Tilman Koschnick
2021-01-26[3.2.x] Fixed #32369 -- Fixed adding check constraints with pattern lookups a...Simon Charette
2021-01-21[3.2.x] Fixed #32367 -- Fixed system check for specifying type of auto-create...Mariusz Felisiak
2021-01-21[3.2.x] Fixed #32374 -- Stopped recording migration application before deferr...Simon Charette
2021-01-14Fixed #32321 -- Added system checks for invalid model field names in function...Hasan Ramezani
2021-01-14Refs #26167 -- Changed default value of DatabaseFeatures.supports_expression_...Hannes Ljungberg
2021-01-13Fixed #26167 -- Added support for functional indexes.Hannes Ljungberg
2021-01-12Refs #26709 -- Made Index raise ValueError on non-string fields.Hannes Ljungberg
2021-01-11Fixed #32342 -- Added index order introspection on MySQL 8.0.1+.Mariusz Felisiak
2021-01-06Refs #25175 -- Removed postgresql_psycopg2 in django.db.utils.load_backend().Mariusz Felisiak
2021-01-05Fixed #32231 -- Allowed passing None params to QuerySet.raw().Alexander Lyabah
2021-01-04Simplified django.db.utils.load_backend().William Schwartz
2020-12-30Fixed #32294 -- Prevented ManyToManyField's hidden related name collisions be...manav014
2020-12-30Fixed #32303 -- Bumped minimum supported SQLite to 3.9.0.Mariusz Felisiak
2020-12-29Fixed #32302 -- Allowed migrations to be loaded from regular packages with no...William Schwartz
2020-12-29Added app labels to related fields checks messages E302-E305.Mariusz Felisiak
2020-12-29Used model's Options.label where applicable.Mariusz Felisiak