django1/django/contrib/sessions
Claude Paroz d6a15026c4 Updated translations from Transifex
Forward port of e9c8aefbce from stable/1.7.x
2014-09-30 20:55:50 +02:00
..
backends Fixed #20936 -- When logging out/ending a session, don't create a new, empty session. 2014-05-11 21:42:26 -03:00
locale Updated translations from Transifex 2014-09-30 20:55:50 +02:00
management Limited lines to 119 characters in django/ 2014-09-05 09:22:16 -04:00
migrations Added database migration for contrib.sessions. 2014-06-16 10:18:42 -04:00
__init__.py Fixed #21829 -- Added default AppConfigs. 2014-01-25 10:41:56 +01:00
apps.py Fixed #22070 -- Changed verbose_name for apps in django.contrib to use title case 2014-03-06 18:43:04 -05:00
exceptions.py Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation. 2013-05-25 16:27:34 -07:00
middleware.py Fixed #20936 -- When logging out/ending a session, don't create a new, empty session. 2014-05-11 21:42:26 -03:00
models.py Fixed #22849 -- Added Session.__str__() 2014-07-24 21:33:51 +01:00
serializers.py Fixed #20922 -- Allowed customizing the serializer used by contrib.sessions 2013-08-22 13:58:26 -04:00
tests.py Limited lines to 119 characters in django/ 2014-09-05 09:22:16 -04:00