Remove depreciation warning during cron job.
Review Request #6300 — Created Sept. 4, 2014 and submitted
Change crontab entry to use clearsessions in favour of cleanup as
cleanup has been depreciated.
Running
./reviewboard/manage.py cleanup
causes warning messages
to be outputted, but running./reviewboard/manage.py clearsessions
does not.
- Change Summary:
-
Fix formatting of the 'testing done' field.
- Testing Done:
-
~ Running
./reviewboard/manage.py cleanup
causes warning messages to be outputted, but running./reviewboard/manage.py
clearsessions does not.~ Running
./reviewboard/manage.py cleanup
causes warning messages+ to be outputted, but running ./reviewboard/manage.py clearsessions
+ does not.
-
This looks pretty good. Can you take the bug number out of the description field and put it in the "Bugs" field on the right hand side?