1
0
mirror of https://github.com/django/django.git synced 2024-11-18 15:34:16 +00:00
django/docs/howto
Jaap Roes 3ce1d303da Warned that request_finished isn't sent by some buggy setups.
Older versions of uWSGI and Sentry's middleware do not adhere to
the WSGI spec and cause the `request_finished` signal to never
fire. Added notes to the appropriate places in the docs.

Fixed #20537.
2013-06-12 20:52:08 +02:00
..
deployment Warned that request_finished isn't sent by some buggy setups. 2013-06-12 20:52:08 +02:00
static-files Fixed #20284 - Added a note about DEBUG in static file docs. 2013-05-18 12:11:29 -04:00
auth-remote-user.txt
custom-file-storage.txt
custom-management-commands.txt
custom-model-fields.txt
custom-template-tags.txt Fixed #20417 - Noted that a server restart is required to load new templatetag modules. 2013-05-23 08:52:55 -04:00
error-reporting.txt Fixed #20099 -- Eased subclassing of BrokenLinkEmailsMiddleware 2013-05-25 12:10:53 +02:00
index.txt Fixed #17048 - Added docs for upgrading Django. 2013-05-22 08:52:46 -04:00
initial-data.txt
jython.txt
legacy-databases.txt
outputting-csv.txt
outputting-pdf.txt
upgrade-version.txt Added some text I meant to add in the last commit. 2013-05-22 10:25:49 -04:00