summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2022-03-16Made BaseConstraint importable from django.db.models.Gagaro
2022-03-16Fixed #33577 -- Confirmed support for GDAL 3.4.Mariusz Felisiak
2022-03-15Removed unnecessary _connector from Q construction in get_for_models().Mariusz Felisiak
2022-03-14Fixed #31357 -- Fixed get_for_models() crash for stale content types when mod...Biel Frontera
2022-03-10Fixed #33561 -- Allowed synchronization of user attributes in RemoteUserBackend.Adrian Torres
2022-03-08Fixed #33563 -- Fixed contenttype reverse data migration crash with a multipl...Hameed Gifford
2022-03-04Refs #33446 -- Allowed variable whitespace in CSS source map references.Adam Johnson
2022-03-01Fixed #33547 -- Fixed error when rendering invalid inlines with readonly fiel...Mariusz Felisiak
2022-02-28Fixed #33524 -- Allowed overriding empty_label for ForeignKey in ModelAdmin.r...Hrushikesh Vaidya
2022-02-26Fixed #33527 -- Removed unnecessary code in ModelAdmin._changeform_view().Dulalet
2022-02-25Fixed #33267 -- Added link to related item to related widget wrapper in admin.Shubh1815
2022-02-24Fixed #33539 -- Fixed spaces in WITH SQL for indexes on PostgreSQL.Anders Kaseorg
2022-02-23Fixed #28889 -- Prevented double submission of admin forms.mgaligniana
2022-02-23Fixed #33328 -- Transformed formset:added/removed to native JS events.Claude Paroz
2022-02-23Fixed #33434 -- Changed font-size in admin CSS to use rem units.ravi kunwar
2022-02-23Removed unnecessary font-size in admin hr CSS.ravi kunwar
2022-02-18Fixed #33514 -- Added fallbacks to subsequent language codes in Select2 trans...My-Name-Is-Nabil
2022-02-15Refs #33348 -- Improved messages raised by SimpleTestCase.assertFormError()/a...Baptiste Mispelon
2022-02-14Refs #33348 -- Made SimpleTestCase.assertFormsetErrors() raise an error when ...Baptiste Mispelon
2022-02-14Refs #33348 -- Made SimpleTestCase.assertFormError()/assertFormsetErrors() ra...Baptiste Mispelon
2022-02-08Fixed typo in django/contrib/humanize/templatetags/humanize.py comment.dr-rompecabezas
2022-02-07Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2022-02-03Refs #33476 -- Refactored problematic code before reformatting by Black.Mariusz Felisiak
2022-02-01Fixed #30360 -- Added support for secret key rotation.tschilling
2022-01-29Updated translations from Transifex.Claude Paroz
2022-01-29Fixed #33452 -- Fixed admin change-form layout for submit buttons on mid-size...Mariusz Felisiak
2022-01-26Fixed wrapping of long messages in the admin.Mariusz Felisiak
2022-01-26Fixed #33407 -- Fixed .radiolist admin CSS.Carlton Gibson
2022-01-25Refs #20349 -- Avoided loading testing libraries when not needed.Collin Anderson
2022-01-24Fixed #33458 -- Fixed encoding of messages with empty string as extra_tags.Timothy McCurrach
2022-01-22Stopped including type="text/css" attributes for CSS link tags.Claude Paroz
2022-01-20Fixed #33453 -- Dropped support for GDAL 2.1.Mariusz Felisiak
2022-01-19Updated GEOS/GDAL links in docs and comments.Moritz DuchĂȘne
2022-01-18Fixed #33446 -- Added CSS source map support to ManifestStaticFilesStorage.Adam Johnson
2022-01-14Fixed #28135 -- Made simplify_regex() handle non-capturing groups.Ayush Joshi
2022-01-13Refs #28135 -- Refactored out _find_groups()/_get_group_start_end() hooks in ...Ayush Joshi
2022-01-13Fixed #29708 -- Deprecated PickleSerializer.Adam Johnson
2022-01-13Optimized SessionBase.get_expire_at_browser_close().Adam Johnson
2022-01-13Refs #29708 -- Made SessionBase store expiry as string.Adam Johnson
2022-01-13Refs #32681 -- Fixed VariableDoesNotExist when rendering some admin template.Mariusz Felisiak
2022-01-11Fixed #11715 -- Changed default value of ModelAdmin.actions/inlines to empty ...Jacob Walls
2022-01-11Fixed #13251 -- Made pre/post_delete signals dispatch the origin.mgaligniana
2022-01-07Fixed #28628 -- Changed \d to [0-9] in regexes where appropriate.Ad Timmering
2022-01-04Fixed CVE-2021-45115 -- Prevented DoS vector in UserAttributeSimilarityValida...Florian Apolloner
2021-12-30Fixed #33300 -- Ensured hidden elements are not displayed on small screens.Shubh1815
2021-12-29Refs #26872 -- Fixed wrapping of long choices in ModelAdmin.list_filter.Mariusz Felisiak
2021-12-28Refs #31617 -- Removed redundant title text in filter.html.David Smith
2021-12-27Refs #33342 -- Deprecated ExclusionConstraint.opclasses.Hannes Ljungberg
2021-12-24Fixed #33342 -- Added support for using OpClass() in exclusion constraints.Hannes Ljungberg