Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
django-wiki
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
django-wiki
Commits
a2192962
Commit
a2192962
authored
May 19, 2014
by
benjaoming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add list of known issues and include a note on Dj 1.4 and sorl with that.
parent
abbaceec
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
23 additions
and
6 deletions
+23
-6
.travis.yml
+5
-5
.travis/requirements.txt
+5
-1
docs/index.rst
+1
-0
docs/known_issues.rst
+12
-0
No files found.
.travis.yml
View file @
a2192962
...
...
@@ -5,12 +5,12 @@ python:
-
"
3.2"
-
"
3.3"
env
:
-
DJANGO="Django==1.4" SOUTH="South>=0.8.4"
-
DJANGO="Django==1.5" SOUTH="South>=0.8.4"
-
DJANGO="Django==1.6" SOUTH="South>=0.8.4"
-
DJANGO="https://www.djangoproject.com/download/1.7.b4/tarball/" SOUTH=""
-
DJANGO="Django==1.4" SOUTH="South>=0.8.4"
SORLTHUMBNAIL="sorl-thumbnail<11.12.1"
-
DJANGO="Django==1.5" SOUTH="South>=0.8.4"
SORLTHUMBNAIL="sorl-thumbnail>=11.12.1b"
-
DJANGO="Django==1.6" SOUTH="South>=0.8.4"
SORLTHUMBNAIL="sorl-thumbnail>=11.12.1b"
-
DJANGO="https://www.djangoproject.com/download/1.7.b4/tarball/" SOUTH=""
SORLTHUMBNAIL="sorl-thumbnail>=11.12.1b"
install
:
-
pip install $DJANGO $SOUTH -r .travis/requirements.txt
-
pip install $DJANGO $SOUTH
$SORLTHUMBNAIL
-r .travis/requirements.txt
matrix
:
exclude
:
# Python 2.6 support has been dropped in Django 1.7
...
...
.travis/requirements.txt
View file @
a2192962
# Common denominators for testing
Markdown>=2.2.0
django-sekizai>=0.7
# Removed for now because it is not universal as sorl is broken on
# django 1.4: https://github.com/mariocesar/sorl-thumbnail/issues/255
# sorl-thumbnail>=11.12.1b
# Switch to Pillow and the dev version of sorl v12
sorl-thumbnail>=11.12.1b
Pillow
# Notification system
django-nyt>=0.9
...
...
docs/index.rst
View file @
a2192962
...
...
@@ -17,6 +17,7 @@ Contents:
settings
tips
release_notes
known_issues
Indices and tables
...
...
docs/known_issues.rst
0 → 100644
View file @
a2192962
Known Issues
============
Django 1.4
----------
In the requirements is stated ``sorl-thumbnail>11.12.1b`` which is the newest beta of sorl-thumbnail. However, you need to downgrade after.
Django 1.7 and Python 2.6
-------------------------
Those are incompatible with each other and can never be combined as Dj 1.7 dropped Py 2.6 support.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment