| Age | Commit message (Collapse) | Author |
|
AdminSite.each_context()
|
|
|
|
|
|
Thanks Carsten Fuchs.
|
|
|
|
value."
This reverts commit 72f769f494822981db6df9524b92a2d86f8e69fe.
There are several test failures that need to be fixed.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
inline.
Refs #6707.
|
|
|
|
Thanks to Keryn Knight for the report.
|
|
|
|
|
|
|
|
Thanks to Collin Anderson for the review and suggestions and Tim for the
final review.
|
|
|
|
|
|
|
|
|
|
|
|
dictionary and context_instance and superseded by context.
Refactored tests that relied context_instance with more modern idioms.
|
|
|
|
refs #23355
|
|
|
|
Since Python 2.7 and 3.1, "{0} {1}" is equivalent to "{} {}".
|
|
|
|
The example for django.contrib.admin.ModelAdmin.get_form modifies
self.exclude. However, since ModelAdmin instances are global and have no
thread- or request-locality, this is not safe for concurrent
requests.[1] This updated documentation demonstrates a safe method to
override admin forms on a per-request basis.
[1] https://groups.google.com/forum/#!topic/django-users/AmoUDtEefyA
|
|
|
|
|
|
|
|
|
|
per Sphinx docs: "Using ref is advised over standard reStructuredText
links to sections because it works across files, when section headings
are changed, and for all builders that support cross-references.
|
|
Thanks lidaobing for the suggestion.
|
|
Thanks romankrv for the suggestion.
|
|
Thanks Daniele Procida for review.
|
|
|
|
|
|
|
|
|
|
|
|
Thanks DrMeers for the suggestion.
|
|
The 'app' subpackage does not exist, should be 'app'.
|
|
Thanks to wkschwartz for the report and to Tim for the patch.
|
|
|
|
Thanks chrj for the suggestion.
|
|
Thanks Stephen Burrows for work on the patch as well.
Forwardport of 2914f66983a92fcae55673c517dd8d01e8c238c4 from stable/1.7.x
|