Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

Port to python3.x & Django 4.0+ #37

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

Commits on May 25, 2018

  1. Changes for migrating from Django 1.6 to 1.7

    Antti Pohjonen committed May 25, 2018
    Configuration menu
    Copy the full SHA
    dfdbe65 View commit details
    Browse the repository at this point in the history
  2. Changes for migrating from Django 1.7 to 1.9

    Antti Pohjonen committed May 25, 2018
    Configuration menu
    Copy the full SHA
    7822595 View commit details
    Browse the repository at this point in the history
  3. add .gitignore

    evjanne committed May 25, 2018
    Configuration menu
    Copy the full SHA
    c6f2998 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    19820cf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d3eab13 View commit details
    Browse the repository at this point in the history
  6. Changes to support Django 1.10

    Antti Pohjonen committed May 25, 2018
    Configuration menu
    Copy the full SHA
    0b31286 View commit details
    Browse the repository at this point in the history
  7. make setup.py run on Python3

    evjanne committed May 25, 2018
    Configuration menu
    Copy the full SHA
    e53c2c2 View commit details
    Browse the repository at this point in the history
  8. fix rfdocsettings for Python3

    evjanne committed May 25, 2018
    Configuration menu
    Copy the full SHA
    b2418fe View commit details
    Browse the repository at this point in the history
  9. fix exceptions for Python3

    evjanne committed May 25, 2018
    Configuration menu
    Copy the full SHA
    25d2347 View commit details
    Browse the repository at this point in the history
  10. fix imports for Python3

    evjanne committed May 25, 2018
    Configuration menu
    Copy the full SHA
    a8d92f5 View commit details
    Browse the repository at this point in the history
  11. fix SearchForm import

    evjanne committed May 25, 2018
    Configuration menu
    Copy the full SHA
    0233557 View commit details
    Browse the repository at this point in the history
  12. merge conflict resolved and on_delete added.

    Antti Pohjonen committed May 25, 2018
    Configuration menu
    Copy the full SHA
    51074d0 View commit details
    Browse the repository at this point in the history
  13. Update README

    Kompakti committed May 25, 2018
    Configuration menu
    Copy the full SHA
    fe03469 View commit details
    Browse the repository at this point in the history
  14. Fix README formatting

    Kompakti committed May 25, 2018
    Configuration menu
    Copy the full SHA
    d6d8c20 View commit details
    Browse the repository at this point in the history
  15. fix more imports

    evjanne committed May 25, 2018
    Configuration menu
    Copy the full SHA
    966f621 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    bb26a18 View commit details
    Browse the repository at this point in the history
  17. Fix README formatting again

    Kompakti committed May 25, 2018
    Configuration menu
    Copy the full SHA
    ec45fc2 View commit details
    Browse the repository at this point in the history
  18. In the way to Django 2.0.5, not yet there

    Antti Pohjonen committed May 25, 2018
    Configuration menu
    Copy the full SHA
    5512058 View commit details
    Browse the repository at this point in the history
  19. Migrated 1.11.13 to 2.0.5

    Antti Pohjonen committed May 25, 2018
    Configuration menu
    Copy the full SHA
    cf331c9 View commit details
    Browse the repository at this point in the history
  20. sort library versions

    evjanne committed May 25, 2018
    Configuration menu
    Copy the full SHA
    bec3209 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    ddab84f View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2022

  1. fixed typo in README, djando version to 4.0+ and import issue related…

    … to django 4.0+
    Laurent Pinson committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    e11b039 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2022

  1. django import resolutions

    Laurent Pinson committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    5b7f9ad View commit details
    Browse the repository at this point in the history
  2. more django issue resolutions

    Laurent Pinson committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    12ca8de View commit details
    Browse the repository at this point in the history
  3. switch acceptance tests to python3

    Laurent Pinson committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    23a5f51 View commit details
    Browse the repository at this point in the history