mirror of
https://github.com/django/django.git
synced 2024-12-25 10:35:48 +00:00
0d1a9d203a
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 |
||
---|---|---|
.. | ||
admin | ||
formtools | ||
gis | ||
postgres | ||
auth.txt | ||
contenttypes.txt | ||
flatpages.txt | ||
humanize.txt | ||
index.txt | ||
messages.txt | ||
redirects.txt | ||
sitemaps.txt | ||
sites.txt | ||
staticfiles.txt | ||
syndication.txt | ||
webdesign.txt |