This repository has been archived by the owner on Oct 29, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support Python 3.5, Django 1.9 and CMS 3.3 (#391)
* Add coverage for Python 3.5, Django 1.9 and CMS 3.3 * Declare Python 3.5 * Fix up tox.ini, allow FE tests to fail * Adjust requirements * Fixes tests for recent template change * Support multiple versions in test, update classifiers * Fix flake issue * Remove nonsensical combinations * Fix cms 3.1 builds * Silly commit to trigger Travis * Adds changelog, bump to 1.2.2 * Remove allow_failures block (doesn’t work with TOX) * Removes ordereddict from tox.ini
- Loading branch information
1 parent
269bea7
commit cc69d86
Showing
14 changed files
with
83 additions
and
108 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,12 @@ | ||
django>=1.6,<1.7 | ||
# Requires 1.0.4+, just running can use earlier versions of aldryn-reversion. | ||
aldryn-reversion>=1.0.4 | ||
django-reversion<1.8.3 | ||
South | ||
django-reversion<1.8.3 | ||
|
||
|
||
|
||
|
||
# NOTE: These are for Filer | ||
django-mptt>=0.6,<0.8 | ||
django-polymorphic>=0.5.4 | ||
|
||
-r base.txt | ||
-r base.txt |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
django>=1.7.4,<1.8 | ||
|
||
# Requires 1.0.4+, just running can use earlier versions of aldryn-reversion. | ||
aldryn-reversion>=1.0.4 | ||
|
||
django-reversion>=1.8.2,<1.9 | ||
|
||
|
||
|
||
|
||
# NOTE: These are for Filer | ||
django-mptt>=0.6,<0.8 | ||
django-polymorphic>=0.5.6 | ||
|
||
-r base.txt | ||
-r base.txt |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters