summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2022-04-14Fixed #33637 -- Improved initial zoom level in MapWidget.Claude Paroz
2022-04-06Refs #31617 -- Added an id for helptext in admin forms.David Smith
2022-04-06Fixed #33348 -- Changed SimpleTestCase.assertFormError()/assertFormsetErrors(...Baptiste Mispelon
2022-04-01Fixed #33613 -- Made createsuperuser detect uniqueness of USERNAME_FIELD when...Lucidiot
2022-03-31Fixed #33397 -- Corrected resolving output_field for DateField/DateTimeField/...Luke Plant
2022-03-29Fixed #15619 -- Deprecated log out via GET requests.René Fleschenberg
2022-03-25Fixed #7497 -- Allowed overriding the order of apps and models in admin.adontz
2022-03-24Refs #15619 -- Logged out with POST requests in admin.Mariusz Felisiak
2022-03-24Refs #32365 -- Removed internal uses of utils.timezone.utc alias.Carlton Gibson
2022-03-21Fixed #33592 -- Fixed "View on Site" links in custom admin site.Stefan Wehrmeyer
2022-03-17Prevented initialization of unused database connections.Florian Apolloner
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