summaryrefslogtreecommitdiff
path: root/django
Commit message (Expand)AuthorAgeFilesLines
* Refs #26780 -- Made prefetch_related() don't use window expressions fo sliced...Mariusz Felisiak2022-09-061-5/+14
* Fixed #33937 -- Optimized serialization of related m2m fields without natural...Mark Evans2022-09-052-2/+14
* Fixed #29799 -- Allowed registering lookups per field instances.Allen Jonathan David2022-09-022-14/+62
* Fixed ReadOnlyPasswordHashWidget's template for RTL languages.Shai Berger2022-09-011-1/+1
* Fixed #33955, Fixed #33971 -- Reverted "Fixed #32565 -- Moved internal URLRes...Mariusz Felisiak2022-09-014-54/+28
* Corrected the direction of arrows in admin selector boxes for RTL languages.Swara2022-08-311-0/+32
* Added Central Kurdish (Sorani) language.Swara2022-08-305-1/+33
* Refs #30947 -- Changed tuples to lists where appropriate.Alex Morega2022-08-301-2/+2
* Fixed #21204 -- Tracked field deferrals by field instead of models.Simon Charette2022-08-303-118/+95
* Merged nested if statements in select_related_descend().Simon Charette2022-08-301-8/+10
* Fixed #33960 -- Fixed migrations crash on SQLite < 3.26.Mariusz Felisiak2022-08-291-1/+1
* Fixed #33954 -- Prevented models.DecimalField from accepting NaN, Inf, and -I...Mohamed Karam2022-08-271-10/+11
* Fixed #33952 -- Reallowed creating reverse foreign key managers on unsaved in...David Wobrock2022-08-271-9/+8
* Fixed #33928 -- Avoided unnecessary queries when cascade updating.Simon Charette2022-08-271-15/+34
* Refs #33928 -- Removed unnecessary attribute assignment on on-delete updates.Simon Charette2022-08-271-5/+0
* Fixed #33953 -- Reverted "Fixed #33201 -- Made RenameModel operation a noop f...Iuri de Silvio2022-08-261-6/+5
* Fixed #33938 -- Fixed migration crash for m2m with a through model in another...Simon Charette2022-08-251-1/+1
* Fixed typo in django/db/models/fields/files.py comment.Jan Pieter Waagmeester2022-08-251-1/+1
* Fixed #33830 -- Fixed VariableDoesNotExist when rendering ClearableFileInput.Neeraj Kumar2022-08-251-0/+1
* Fixed #33916 -- Added support for serialization of enum.Flag in migrations.Willem Van Onsem2022-08-251-2/+15
* Fixed #33927 -- Fixed crash when displaying ArrayField with choices in admin.David Wobrock2022-08-231-1/+9
* Fixed #33949 -- Fixed fixture dirs duplicates with Path instances.Claude Paroz2022-08-231-1/+1
* Refs #26511 -- Fixed json.KeyTextTransform() on MySQL/MariaDB.Mariusz Felisiak2022-08-181-0/+12
* Used CSS flex for admin's submit row.Tom Carrick2022-08-184-34/+19
* Fixed #33930 -- Eased customization of delete_confirmation.html template in t...Jacob Rief2022-08-181-4/+10
* Fixed #33932 -- Fixed altering AutoFields to OneToOneField on PostgreSQL.BenoƮt Vinot2022-08-171-1/+1
* Refs #33491 -- Split CSS selected-row highlight selectors.Carlton Gibson2022-08-171-1/+4
* Fixed #33491 -- Fixed change-list selected row-highlight on cancelled delete.Marcelo Galigniana2022-08-171-1/+4
* Fixed #33878 -- Switched to system fonts in CSS.Tom Carrick2022-08-179-233/+38
* Fixed CSS variable indentation.Tom Carrick2022-08-171-49/+49
* Fixed #26780 -- Added prefetch_related() support for sliced queries.Simon Charette2022-08-151-7/+26
* Refs #28333 -- Added partial support for filtering against window functions.Simon Charette2022-08-155-27/+171
* Fixed #33901 -- Skipped varchar_pattern_ops/text_pattern_ops index creation w...Haolun Chai2022-08-151-0/+4
* Fixed #33919 -- Fixed adding AutoFields on PostgreSQL.Mariusz Felisiak2022-08-121-0/+2
* Fixed #33924 -- Deprecated BaseGeometryWidget.map_height/map_width attributes.Claude Paroz2022-08-124-2/+24
* Refs #28333 -- Moved SQLCompiler's forced column aliasing logic to get_select().Simon Charette2022-08-111-15/+14
* Refs #30213 -- Removed post-startup check for Watchman availability.Carlton Gibson2022-08-111-10/+1
* Replaced Expression.replace_references() with .replace_expressions().Simon Charette2022-08-113-10/+17
* Optimized ExclusionConstraint.validate() a bit.Mariusz Felisiak2022-08-111-8/+7
* Used F.replace_references().Mariusz Felisiak2022-08-111-1/+1
* Fixed #28975 -- Made PostGIS backend skip extension creation if installed.Rust Saiargaliev2022-08-101-0/+3
* Refs #33895 -- Fixed Case() crash with filters that match everything in When(...Mariusz Felisiak2022-08-101-4/+9
* Fixed #33905 -- Fixed CheckConstraint() validation on range fields.David Sanders2022-08-091-0/+3
* Removed unused InlineAdminForm.ordering_field().Mariusz Felisiak2022-08-091-5/+0
* Fixed #33895 -- Fixed Case() crash with filters that match everything in When().David Wobrock2022-08-091-0/+5
* Fixed #33902 -- Fixed Meta.constraints validation crash with F() expressions.Mariusz Felisiak2022-08-092-6/+10
* Fixed #31721 -- Allowed ModelForm meta to specify form fields.Kamil Turek2022-08-081-10/+3
* Fixed #33899 -- Fixed migration crash when removing indexed field on SQLite 3...Fiza Ashraf2022-08-081-2/+3
* Fixed #33898 -- Fixed Window() expression crash with ArrayAgg().Mariusz Felisiak2022-08-061-6/+5
* Fixed #33893 -- Reverted "Fixed #28889 -- Prevented double submission of admi...Fab2022-08-051-14/+0