| Age | Commit message (Collapse) | Author |
|
|
|
Thanks Tim Graham for polishing the patch, updating the tests, and
writing documentation. Thanks Carl Meyer for shepherding the DEP.
|
|
|
|
|
|
|
|
field.many_to_many.
This fixes django-taggit and reflects some places where duck-typing may not
be appropriate.
|
|
formfield_overrides.
Useful for overriding the DateTimeField widget.
|
|
|
|
Thanks Tim Graham for completing the initial patch.
|
|
|
|
|
|
|
|
lists.
|
|
|
|
Refs #18149.
|
|
Refs #26341.
|
|
|
|
changelist.
|
|
Thanks Cristiano Coelho and Tim Graham for the reviews.
|
|
Unused since f212b24b6469b66424354bf970f3051df180b88d.
|
|
|
|
|
|
This enables the admin to display the correct localized month name if %B
is used in the date format.
|
|
|
|
action.
|
|
list_editable.
|
|
|
|
|
|
Thanks Markus Holtermann, Collin Anderson and Tim Graham for the reviews.
|
|
Browser names should be passed as a comma separated list to the --selenium flag.
Thanks Tim Graham, Simon Charette and Moritz Sichert for review and discussion.
|
|
Refs #22792
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
CSS class name.
Thanks Berker Peksag for the review.
|
|
edits.
Allowed admin POSTed bulk-edit data to use modeladmin.get_queryset()
so that the ids in the POST data have a chance to match up even if
the objects on the current page changed based on the ordering.
|
|
This is a security fix.
|
|
|
|
raw_id_fields.
|
|
|
|
|
|
|
|
sidebar.
|
|
ModelAdmin.readonly_fields.
|
|
This uses a translation string that already exists (used in the
<title> of the same page) and fixes a grammer mistake for German
and possibly other languages.
|
|
|