summaryrefslogtreecommitdiff
path: root/django/db
AgeCommit message (Expand)Author
2022-11-22[4.1.x] Fixed #34171 -- Fixed QuerySet.bulk_create() on fields with db_column...DevilsAutumn
2022-11-22[4.1.x] Fixed #34177 -- Fixed QuerySet.bulk_create() crash on "pk" in unique_...Mariusz Felisiak
2022-11-08[4.1.x] Fixed #34139 -- Fixed acreate(), aget_or_create(), and aupdate_or_cre...Jon Janzen
2022-11-04[4.1.x] Fixed #34138 -- Avoided table rebuild when adding inline m2m fields o...Mariusz Felisiak
2022-10-26[4.1.x] Refs #33173 -- Fixed destroying test databases when running tests in ...Mariusz Felisiak
2022-10-01[4.1.x] Refs #34058 -- Fixed changing/deleting sequences when altering pre-Dj...Mariusz Felisiak
2022-09-30[4.1.x] Fixed #33984 -- Reverted "Fixed #32980 -- Made models cache related m...Mariusz Felisiak
2022-09-29[4.1.x] Fixed #34058 -- Changed sequence types when altering pre-Django 4.1 a...Mariusz Felisiak
2022-09-13[4.1.x] Fixed #33996 -- Fixed CheckConstraint validation on NULL values.David Sanders
2022-09-08[4.1.x] Fixed #33992 -- Fixed queryset crash when aggregating over a group co...Simon Charette
2022-09-07[4.1.x] Fixed #33982 -- Fixed migrations crash when adding model with Exclusi...James Beith
2022-08-29[4.1.x] Fixed #33960 -- Fixed migrations crash on SQLite < 3.26.Mariusz Felisiak
2022-08-27[4.1.x] Fixed #33952 -- Reallowed creating reverse foreign key managers on un...David Wobrock
2022-08-26[4.1.x] Fixed #33953 -- Reverted "Fixed #33201 -- Made RenameModel operation ...Iuri de Silvio
2022-08-25[4.1.x] Fixed #33938 -- Fixed migration crash for m2m with a through model in...Simon Charette
2022-08-17[4.1.x] Fixed #33932 -- Fixed altering AutoFields to OneToOneField on Postgre...Benoît Vinot
2022-08-12[4.1.x] Fixed #33919 -- Fixed adding AutoFields on PostgreSQL.Mariusz Felisiak
2022-08-09[4.1.x] Fixed #33902 -- Fixed Meta.constraints validation crash with F() expr...Mariusz Felisiak
2022-08-08[4.1.x] Fixed #33899 -- Fixed migration crash when removing indexed field on ...Fiza Ashraf
2022-08-06[4.1.x] Fixed #33898 -- Fixed Window() expression crash with ArrayAgg().Mariusz Felisiak
2022-08-01[4.1.x] Fixed collation tests on MySQL 8.0.30+.Mariusz Felisiak
2022-07-09[4.1.x] Refs CVE-2022-34265 -- Unified DatabaseOperations._convert_*_to_tz() ...Mariusz Felisiak
2022-07-08[4.1.x] Fixed #33829 -- Made BaseConstraint.deconstruct() and equality handle...Stéphane "Twidi" Angel
2022-07-06[4.1.x] Refs CVE-2022-34265 -- Properly escaped Extract() and Trunc() paramet...Simon Charette
2022-07-04[4.1.x] Fixed CVE-2022-34265 -- Protected Trunc(kind)/Extract(lookup_name) ag...Mariusz Felisiak
2022-06-27[4.1.x] Fixed #33796 -- Fixed ordered combined queryset crash when used in su...Mariusz Felisiak
2022-06-23[4.1.x] Fixed #33799, Refs #31685 -- Added parameters for updating conflicts ...DhruvaPatil98
2022-06-17[4.1.x] Fixed #28897 -- Fixed QuerySet.update() on querysets ordered by annot...David Wobrock
2022-06-17[4.1.x] Refs #28897 -- Added test for QuerySet.update() on querysets ordered ...David Wobrock
2022-06-13[4.1.x] Fixed #33773 -- Made Index with multiple fields respect DEFAULT_INDEX...Bruce Cutler
2022-06-02[4.1.x] Fixed #31788 -- Fixed migration optimization after altering field to ...David Wobrock
2022-05-26[4.1.x] Fixed #23740 -- Fixed removing unique_together constraint if exists p...David Wobrock
2022-05-26[4.1.x] Refs #23740 -- Added BaseDatabaseSchemaEditor._unique_constraint_name().David Wobrock
2022-05-19[4.1.x] Fixed #33705 -- Fixed crash when using IsNull() lookup in filters.David Wobrock
2022-05-17[4.1.x] Refs #33379 -- Fixed minimum supported version of MariaDB.Mariusz Felisiak
2022-05-17[4.1.x] Updated source translation catalogs.Mariusz Felisiak
2022-05-17Refs #27064 -- Made migrations generate RenameIndex operations when moving in...David Wobrock
2022-05-17Refs #27064 -- Refactored out MigrationAutodetector.create_renamed_fields().David Wobrock
2022-05-16Refs #27064 -- Made migrations generate RenameIndex operations when renaming ...David Wobrock
2022-05-16Fixed #33710 -- Made RenameIndex operation a noop when the old and new name m...David Wobrock
2022-05-13Added backward compatibility test for ConnectionHandler.databases property.Nick Pope
2022-05-13Fixed typo in Query.clone()'s docstring.非法操作
2022-05-12Refs #27064 -- Added RenameIndex migration operation.David Wobrock
2022-05-12Made closing in connection handlers more DRY.Nick Pope
2022-05-12Fixed #33543 -- Deprecated passing nulls_first/nulls_last=False to OrderBy an...Mariusz Felisiak
2022-05-12Fixed #29538 -- Fixed crash of ordering by related fields when Meta.ordering ...Ed Rivas
2022-05-10Fixed #30581 -- Added support for Meta.constraints validation.Gagaro
2022-05-04Fixed #25105 -- Checked deferred constraints before updating rows on PostgreSQL.David Wobrock
2022-05-04Refs #30581 -- Added Q.check() hook.Gagaro
2022-05-04Refs #33646 -- Reduced sync_to_async hops on async QuerySet iteration.Simon Charette