| Age | Commit message (Collapse) | Author |
|
in admin's object history.
And prevented ManyToManyField initial data in model forms from being affected
by subsequent model changes.
Regression in 56a55566a791a11420fe96f745b7489e756fc931.
Partial backport of e5bd585c6eb1e13e2f8aac030b33c077b0b70c05 and
15b465c584f49a1d43b6c18796f83521ee4ffc22 from master
|
|
invalid input.
Backport of 4ad2f862844d35404e4798b3227517625210a72e from master
|
|
nested reverse relation is in list_filter.
Backport of b7f99f84bcc4a06114ac31174840efab0aef7602 from master
|
|
Literals are faster and more idiomatic.
Backport of 0d74c41981687598d3fa0a7eb9712ce4c387ca19 from master
|
|
|
|
deleted?" message.
|
|
Instead of a 404, return a redirect to admin index page with a message
indicating that the requested object does not exist. This avoids the
admin returning 404 from "Recent Actions" links for deleted objects.
|
|
Thanks Carl Meyer and Tim Graham for contributing to the patch.
|
|
reloading after an admin actions failure.
|
|
Thanks Jaap Roes for the initial patch.
|
|
|
|
|
|
|
|
|
|
|
|
blocking access to the app index page.
|
|
ConditionalGetMiddleware.
|
|
admin forms and formsets.
Thanks Diego Andrés Sanabria Martín for the report and review.
|
|
boolean syntax.
|
|
http://bugs.python.org/issue27364
|
|
Thanks juntatalor for the initial patch.
|
|
ModelAdmin.list_display.
|
|
many forward refs.
Thanks Tim Graham for the regression test.
|
|
|
|
|
|
|
|
admin_views.Recommendation.recommender: (models.E006) The field 'recommender'
clashes with the field 'recommender' from model 'admin_views.title'.
|
|
This is a security fix.
|
|
|
|
Also removed try/except/fail antipattern that hides exceptions.
|
|
|
|
|
|
|
|
display the id.
|
|
inconsistent results.
|
|
|
|
|
|
deferred instance loading.
|
|
fields.
|
|
changelist.
|
|
|
|
action.
|
|
list_editable.
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
CSS class name.
Thanks Berker Peksag for the review.
|