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

Django 3+ Compatibility #149

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

Django 3+ Compatibility #149

wants to merge 4 commits into from

Commits on Sep 9, 2020

  1. Update models.py

    python_2_unicode_compatible feature has only been added in Django 1.5 version.
    changed to six module
    bgunebakan authored Sep 9, 2020
    Configuration menu
    Copy the full SHA
    669decb View commit details
    Browse the repository at this point in the history
  2. Update README.rst

    url include has changed for django 3+ versions
    bgunebakan authored Sep 9, 2020
    Configuration menu
    Copy the full SHA
    2b411e5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ee2553d View commit details
    Browse the repository at this point in the history
  4. Update management.py

    post_syncdb changed to post_migrate in django 3
    bgunebakan authored Sep 9, 2020
    Configuration menu
    Copy the full SHA
    1d2b294 View commit details
    Browse the repository at this point in the history