Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert test.py to use the Django 1.4+ execute_from_command_line. #80

Merged

Commits on Aug 30, 2013

  1. Convert test.py to use the Django 1.4+ execute_from_command_line.

    execute_manager deprecated in Django 1.4 and removed in 1.6. Use
    the same strategy as manage.py to determine whether to use
    execute_manager or execute_from_command_line based upon the Django
    version.
    
    https://docs.djangoproject.com/en/1.4/releases/1.4/#django-core-management-execute-manager
    johnpaulett committed Aug 30, 2013
    Configuration menu
    Copy the full SHA
    9fe9bbb View commit details
    Browse the repository at this point in the history