django/docs/ref/contrib/admin
Peter Sagerson 42001e027c [1.7.x] 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

Backport of 0d1a9d203a from master
2014-11-16 14:33:14 +01:00
..
_images Fixed #9471 - Expanded ModelAdmin.raw_id_fields docs; thanks adroffne for the suggestion. 2012-10-24 17:43:24 -04:00
actions.txt [1.7.x] Various documentation typo/spelling fixes 2014-04-22 20:10:58 -04:00
admindocs.txt [1.7.x] Explained why admindocs omits model methods with arguments. 2014-10-30 18:19:48 -04:00
index.txt [1.7.x] Fixes a race condition in the documentation. 2014-11-16 14:33:14 +01:00