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 1.9 quick fix #94

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

Commits on Mar 21, 2016

  1. Django 1.9 quick fix

    In Django 1.9 django.utils.datastructures.SortedDict is removed; it is deprecated in Django 1.7.x. 
    The first change replaces SortedDict with collections.OrderedDict from the Python standard library.
    apolkosnik-old committed Mar 21, 2016
    Configuration menu
    Copy the full SHA
    1d08dc5 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2016

  1. Configuration menu
    Copy the full SHA
    4a1d34e View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2016

  1. Configuration menu
    Copy the full SHA
    52ff416 View commit details
    Browse the repository at this point in the history
  2. testing

    apolkosnik-old committed Apr 2, 2016
    Configuration menu
    Copy the full SHA
    10d02a5 View commit details
    Browse the repository at this point in the history
  3. some more fixes

    apolkosnik-old committed Apr 2, 2016
    Configuration menu
    Copy the full SHA
    23ebc8e View commit details
    Browse the repository at this point in the history
  4. Futurize stage2

    apolkosnik-old committed Apr 2, 2016
    Configuration menu
    Copy the full SHA
    d8e8856 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4ea6e42 View commit details
    Browse the repository at this point in the history
  6. remove the comment

    apolkosnik-old committed Apr 2, 2016
    Configuration menu
    Copy the full SHA
    ebc6599 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2016

  1. fix help_text bug

    apolkosnik-old authored Sep 10, 2016
    Configuration menu
    Copy the full SHA
    4c66ed1 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2016

  1. Configuration menu
    Copy the full SHA
    71b4048 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2016

  1. update the version number

    This should fix some issues with pip
    apolkosnik authored Dec 17, 2016
    Configuration menu
    Copy the full SHA
    a481d19 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from apolkosnik/patch-4

    update the version number
    apolkosnik-old authored Dec 17, 2016
    Configuration menu
    Copy the full SHA
    530e4e4 View commit details
    Browse the repository at this point in the history