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

Django1.9 #62

Draft
wants to merge 3 commits into
base: django1-8
Choose a base branch
from
Draft

Django1.9 #62

wants to merge 3 commits into from

Commits on Nov 22, 2024

  1. Upgrade Django to 1.9

    Add needed context processors.
    
    Remove redeclaration of default template loaders.
    ilesoft committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    2e918d4 View commit details
    Browse the repository at this point in the history
  2. Explicit cascade deletion behavior

    on_delete will become a required argument in Django 2.0.
    ilesoft committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    4b7d9d9 View commit details
    Browse the repository at this point in the history
  3. include() not needed in admin site url conf

    Error was:
    Cannot override the namespace for a dynamic module that provides a namespace.
    ilesoft committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    3d6baba View commit details
    Browse the repository at this point in the history