Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/contrib/sessions/management
Commit message (Collapse)AuthorAgeFilesLines
* Limited lines to 119 characters in django/Tim Graham2014-09-051-1/+4
| | | | refs #23395.
* Fixed #22835 -- Deprecated NoArgsCommand.Maxime Turcotte2014-06-191-3/+3
|
* Deprecated django.utils.importlibClaude Paroz2013-07-291-1/+2
| | | | This was a shim for pre-Python 2.7 support.
* Fixed #18194 -- Expiration of file-based sessionsAymeric Augustin2012-10-281-5/+9
| | | | | | | * Prevented stale session files from being loaded * Added removal of stale session files in django-admin.py clearsessions Thanks ej for the report, crodjer and Elvard for their inputs.
* Fixed #18978 -- Moved cleanup command to sessions.Aymeric Augustin2012-10-273-0/+11
This removes a dependency of 'core' on 'contrib'.