summaryrefslogtreecommitdiff
path: root/tests/admin_views/forms.py
AgeCommit message (Expand)Author
2026-01-22Fixed #13883 -- Rendered named choice groups with <optgroup> in FilteredSelec...seanhelvey
2025-01-30Fixed #36121 -- Allowed customizing the admin site password change form.Mohammadreza Eskandari
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2020-04-28Changed django.forms.ValidationError imports to django.core.exceptions.Valida...François Freitag
2016-08-11Fixed #26919 -- Added the action form's media in the changelist view.Stanislav Karpov
2015-03-07Fixed #23993 -- Added form.media to the admin login template.david
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner