| Age | Commit message (Collapse) | Author |
|
calculating change view's read-only fields.
Thanks Matthew Frazier for the report and fix.
Backport of 553617e61324dd5d9b34c47ceb2b6f20888daf20 from master
|
|
Backport of f40e71a957aa00b4572c19b269179cded6c8c500 from master
|
|
Co-authored-by: Petr Dlouhy <petr.dlouhy@email.cz>
Co-authored-by: Olivier Dalang <olivier.dalang@gmail.com>
|
|
|
|
Thanks Tim Graham for the review.
|
|
|
|
|
|
|
|
non-ASCII characters.
|
|
|
|
Thanks Ramiro Morales for completing the patch.
|
|
|
|
|
|
|
|
models don't have a delete permission.
|
|
|
|
from forms and formsets
Thanks Tim Graham for the review.
|
|
English words aren't removed if non-ASCII chars are present.
|
|
|
|
ManyToManyField in the admin.
Thanks Florian Apolloner and Tim Graham for review and
contributing to the patch.
|
|
|
|
|
|
|
|
reverse relation is in list_filter.
|
|
Regression in 38a5a23c327ab1c816dc56864002ecc66cac4a48.
|
|
Modifying self.s1 created in setUpTestData() leaked state.
Regression in 45585d3cbbd320a316171b17474b60e3f5fb1fb8.
|
|
|
|
Python docs say, "it's usually not necessary to invoke these methods directly."
|
|
|
|
Literals are faster and more idiomatic.
|
|
These functions do nothing on Python 3.
|
|
|
|
Thanks Tim Graham for the review.
|
|
Thanks Tim Graham and Simon Charette for the reviews.
|
|
|
|
Per deprecation timeline.
|
|
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
|