django/docs/topics/http
Anssi Kääriäinen aeda55e6bf Fixed #3881 -- skip saving session when response status is 500
Saving session data is somewhat likely to lead into error when the
status code is 500. It is guaranteed to lead into error if the reason
for the 500 code is query error on PostgreSQL.
2012-07-16 20:57:55 +03:00
..
_images
decorators.txt
file-uploads.txt
generic-views.txt
index.txt
middleware.txt
sessions.txt Fixed #3881 -- skip saving session when response status is 500 2012-07-16 20:57:55 +03:00
shortcuts.txt
urls.txt Fixed #18625 -- Removed old-style use of url tag 2012-07-15 11:19:50 +02:00
views.txt