django1/django/contrib/sessions
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
..
backends Made more extensive usage of context managers with open. 2012-05-05 14:06:36 +02:00
locale Pulled sessions translations updates from Transifex. Refs #17822. 2012-03-23 03:24:45 +00:00
__init__.py MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions. 2006-05-02 01:31:56 +00:00
middleware.py Fixed #3881 -- skip saving session when response status is 500 2012-07-16 20:57:55 +03:00
models.py Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for the work on the patch and Alex for reviewing. 2011-07-13 09:35:51 +00:00
tests.py Fixed #3881 -- skip saving session when response status is 500 2012-07-16 20:57:55 +03:00