-
Notifications
You must be signed in to change notification settings - Fork 59
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
apolkosnik-old
wants to merge
12
commits into
wlanslovenija:master
Choose a base branch
from
apolkosnik-old:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Commits on Mar 21, 2016
-
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.
Configuration menu - View commit details
-
Copy full SHA for 1d08dc5 - Browse repository at this point
Copy the full SHA 1d08dc5View commit details
Commits on Mar 23, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 4a1d34e - Browse repository at this point
Copy the full SHA 4a1d34eView commit details
Commits on Apr 2, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 52ff416 - Browse repository at this point
Copy the full SHA 52ff416View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10d02a5 - Browse repository at this point
Copy the full SHA 10d02a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 23ebc8e - Browse repository at this point
Copy the full SHA 23ebc8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d8e8856 - Browse repository at this point
Copy the full SHA d8e8856View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ea6e42 - Browse repository at this point
Copy the full SHA 4ea6e42View commit details -
Configuration menu - View commit details
-
Copy full SHA for ebc6599 - Browse repository at this point
Copy the full SHA ebc6599View commit details
Commits on Sep 10, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 4c66ed1 - Browse repository at this point
Copy the full SHA 4c66ed1View commit details
Commits on Oct 10, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 71b4048 - Browse repository at this point
Copy the full SHA 71b4048View commit details
Commits on Dec 17, 2016
-
Configuration menu - View commit details
-
Copy full SHA for a481d19 - Browse repository at this point
Copy the full SHA a481d19View commit details -
Merge pull request #1 from apolkosnik/patch-4
update the version number
Configuration menu - View commit details
-
Copy full SHA for 530e4e4 - Browse repository at this point
Copy the full SHA 530e4e4View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.