Commit 1ce56727 authored by Tim Graham's avatar Tim Graham
Browse files

[1.5.x] Fixed #20525 -- Added versionadded for clearsessions.

Thanks wiml@.

Backport of 8a6e040b from master
parent 17d60438
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1256,6 +1256,8 @@ clearsessions

.. django-admin:: clearsessions

.. versionadded:: 1.5

Can be run as a cron job or directly to clean out expired sessions.

``django.contrib.sitemaps``