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

Updated urls.py and utils.py to get rid of deprecation warnings #62

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from
Open

Updated urls.py and utils.py to get rid of deprecation warnings #62

wants to merge 4 commits into from

Commits on Feb 5, 2016

  1. Configuration menu
    Copy the full SHA
    303aa09 View commit details
    Browse the repository at this point in the history
  2. updated urls.py to stop using patterns (deprecated since django 1.8),…

    … utils.py
    
    ctx is passed a dict instead of Context object (depreacted)
    NickHurst committed Feb 5, 2016
    Configuration menu
    Copy the full SHA
    458b86b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd4a36a View commit details
    Browse the repository at this point in the history
  4. fixed travis ci issues #56

    NickHurst committed Feb 5, 2016
    Configuration menu
    Copy the full SHA
    f2aaa30 View commit details
    Browse the repository at this point in the history