django/docs/ref/contrib/admin
Peter Sagerson 0d1a9d203a Fixes a race condition in the documentation.
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
2014-11-15 11:31:09 -08:00
..
_images
actions.txt
admindocs.txt Explained why admindocs omits model methods with arguments. 2014-10-30 18:18:39 -04:00
index.txt Fixes a race condition in the documentation. 2014-11-15 11:31:09 -08:00