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.0 Compatibility Patch #136

Merged
merged 21 commits into from Feb 7, 2020
Merged

Django 3.0 Compatibility Patch #136

merged 21 commits into from Feb 7, 2020

Commits on Dec 26, 2019

  1. Added six module for python_2_unicode_compatible functionality. Shoul…

    …d be compatible with Django 3.0
    fsecada01 committed Dec 26, 2019
    Copy the full SHA
    63d5dab View commit details
    Browse the repository at this point in the history
  2. Added six module for python_2_unicode_compatible functionality. Shoul…

    …d be compatible with Django 3.0
    fsecada01 committed Dec 26, 2019
    Copy the full SHA
    4eff4c5 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    621ab15 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2020

  1. Copy the full SHA
    18e5230 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2020

  1. Copy the full SHA
    1f12c71 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2020

  1. Copy the full SHA
    3f88f17 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2020

  1. Copy the full SHA
    73b8c5f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    92fbebd View commit details
    Browse the repository at this point in the history
  3. Travis CI Integration

    fsecada01 committed Jan 31, 2020
    Copy the full SHA
    04516dc View commit details
    Browse the repository at this point in the history
  4. PUSH ISSUE | MAKING SLIGHT CHANGE TO FIX COMMIT ISSUE try-except clau…

    …se for django.conf.urls/django.urls due to v1.11 limitations
    fsecada01 committed Jan 31, 2020
    Copy the full SHA
    c9bf29f View commit details
    Browse the repository at this point in the history
  5. PUSH ISSUE | MAKING SLIGHT CHANGE TO FIX COMMIT ISSUE try-except clau…

    …se for django.conf.urls/django.urls due to v1.11 limitations
    fsecada01 committed Jan 31, 2020
    Copy the full SHA
    d6a8716 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    3d7e838 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2020

  1. pinned django-allauth version to 0.40.0 due to Dec update ditching Dj…

    …ango v!+. Pushing to test.
    fsecada01 committed Feb 5, 2020
    Copy the full SHA
    006448e View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    9ee7f6c View commit details
    Browse the repository at this point in the history
  3. Update README

    Neglected to omit a line about working on a test branch.  Removed.
    fsecada01 committed Feb 5, 2020
    Copy the full SHA
    56b5622 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    d00930a View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    9da4832 View commit details
    Browse the repository at this point in the history
  6. 1
    Copy the full SHA
    6fe1f9d View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    8ae9ada View commit details
    Browse the repository at this point in the history
  8. fixed Django3 version error in tox.ini; removed conditional import of…

    … url and replaced with re_path
    fsecada01 committed Feb 5, 2020
    Copy the full SHA
    877e6f8 View commit details
    Browse the repository at this point in the history
  9. fixed tox error w/Python3.5 by removing Django v.3.0 from testing; Dj…

    …ango 3 is only compatible with Python 3.6 onward.
    fsecada01 committed Feb 5, 2020
    Copy the full SHA
    e957eeb View commit details
    Browse the repository at this point in the history