summaryrefslogtreecommitdiff
path: root/django/contrib/admin
AgeCommit message (Expand)Author
2024-10-07Fixed #35804 -- Removed unused rules for ul.tools from admin CSS.aditya.chaudhary1558@gmail.com
2024-09-12Fixed #35755 -- Hid help text of hidden fields in admin fieldsets.Richard Laager
2024-09-11Fixed #35747 -- Used default ordering when the ORDER_VAR param is blank in th...ldeluigi
2024-09-03Refs #35706 -- Replaced template _('...') usages with translate tag.sanjeevholla26
2024-09-02Refs #35706 -- Prefixed 'Error:' to titles of admin pages with form errors.sanjeevholla26
2024-08-30Fixed #35716 -- Fixed VariableDoesNotExist when rendering admin fieldsets.Sarah Boyce
2024-08-20Fixed #35686 -- Added table headers to app list tables for screen readers.Sarah Boyce
2024-08-12Marked missing part of warning footer for translation in SelectFilter2.js.Marc Picaud
2024-08-08Fixed #35622 -- Made unittest ignore Django assertions in traceback frames.Adam Johnson
2024-08-07Fixed #35639 -- Improved admin's delete confirmation page title.Matthias Kestenholz
2024-08-07Updated translations from Transifex.Natalia
2024-08-06Fixed CVE-2024-41991 -- Prevented potential ReDoS in django.utils.html.urlize...Mariusz Felisiak
2024-08-05Fixed #35628 -- Allowed compatible GeneratedFields for ModelAdmin.date_hierar...John Parton
2024-08-05Fixed #35645, Refs #35558 -- Added "medium" color in the admin CSS to improve...Natalia
2024-08-02Fixed #35489 -- Fixed vertical alignment of raw_id_fields widget.Vaarun Sinha
2024-07-25Fixed #35331 -- Updated dropdown lists with entries added via the '+' sign fr...Devin Cox
2024-07-24Fixed #35541 -- Fixed paginator border in admin CSS.arjunomray
2024-07-18Fixed #35606, Refs #34045 -- Fixed rendering of ModelAdmin.action_checkbox fo...Hisham Mahmood
2024-07-04Fixed #35520 -- Avoided opening transaction for read-only ModelAdmin requests.Jake Howard
2024-06-28Reverted "Fixed #35564 -- Improved readability of subclass identification."Sarah Boyce
2024-06-27Fixed #35564 -- Improved readability of subclass identification.Jaap Roes
2024-06-25Fixed #35558 -- Increased inline H3 headers color prominence in admin change ...Sarah Boyce
2024-06-25Fixed #35540 -- Fixed the padding on admin login page.arjunomray
2024-06-20Refs #35404 -- Fixed padding of admin fieldset checkbox label.Vaarun Sinha
2024-06-18Fixed #35505 -- Added extrabody block to admin/base.html.stefan.ivic
2024-06-12Fixed #34789 -- Prevented updateRelatedSelectsOptions fromDevin Cox
2024-05-29Fixed 35467 -- Replaced urlparse with urlsplit where appropriate.Jake Howard
2024-05-22Updated source translation catalogs.Natalia
2024-05-22Fixed #35393 -- Added excluded pk as a hidden field to the inline admin.Willem Van Onsem
2024-05-22Fixed #31405 -- Added LoginRequiredMiddleware.Hisham Mahmood
2024-05-22Refs #35189 -- Removed no longer necessary JavaScript file collapse.js.Marijke Luttekes
2024-05-22Fixed #35189 -- Improved admin collapsible fieldsets by using <details> eleme...Marijke Luttekes
2024-05-22Refs #35189 -- Improved admin fieldset's accessibility by setting aria-labell...Marijke Luttekes
2024-05-20Refs #35189 -- Moved CSS details' cursor declaration to base.css.Marijke Luttekes
2024-05-10Refs #35404 -- Fixed the line height of admin fieldset labels.minusf
2024-05-06Migrated to ESLint 9+.Mariusz Felisiak
2024-04-24Fixed #35382 -- Removed unused CSS for admin inline fieldsets.0saurabh0
2024-04-19Fixed #35321 -- Prevented Mobile Safari zoom-in on Django admin inputs.Jkhall81
2024-04-19Fixed #34994, Fixed #35386 -- Applied checkbox-row CSS class unconditionally ...Adam Johnson
2024-04-15Fixed #35375 -- Fixed tabular inline admin original line to be on the right i...Eyal Cherevatsky
2024-04-02Fixed #35330 -- Fixed the update of related widgets when the referenced model...devin13cox
2024-03-14Fixed #35273 -- Fixed rendering AdminFileWidget's attributes.Johannes Maron
2024-02-29Fixed #35198 -- Fixed facet filters crash on querysets with no primary key.Shafiya Adzhani
2024-02-26Fixed #35241 -- Cached model's full parent list.Adam Johnson
2024-02-21Fixed #35237 -- Merged system checks for admin actions.Adam Johnson
2024-02-20Fixed #34429 -- Allowed setting unusable passwords for users in the auth forms.Fabian Braun
2024-02-20Fixed #35236 -- Used Field.attname/column attributes instead of get_attname()...Adam Johnson
2024-02-20Used <span> instead of <div> in admin theme button.d9pouces
2024-02-14Fixed #35173 -- Fixed ModelAdmin.lookup_allowed() for lookups on foreign keys...Hisham Mahmood
2024-02-09Fixed #35145 -- Corrected color scheme of vanilla HTML widgets in admin.Eli