| Age | Commit message (Collapse) | Author |
|
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.
|
|
This is a security fix.
|
|
ModelAdmin.readonly_fields.
|
|
|