Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
./manage.py deleterevisions fails on Py3
Running delete revisions on Python 3.4.0 results in an error: choice = raw_input("Are you sure you want to delete theses revisions? [y|N] ") NameError: name 'raw_input' is not defined
- Loading branch information