Merge pull request #70 from Koed00/dev

Python 3.5 compatibility
This commit is contained in:
Ilan Steemers
2015-09-19 15:41:46 +02:00
8 changed files with 3371 additions and 3048 deletions
+1
View File
@@ -27,6 +27,7 @@ before_script:
install:
- pip install -q django==$DJANGO
- pip install -r requirements.txt
- pip install pytest --upgrade
- pip install pytest-django codecov sphinx
- python setup.py install
+1 -1
View File
@@ -31,7 +31,7 @@ Requirements
- `Arrow <https://github.com/crsmithdev/arrow>`__
- `Blessed <https://github.com/jquast/blessed>`__
Tested with: Python 2.7 & 3.4. Django 1.7.10 & 1.8.4
Tested with: Python 2.7 & 3.5. Django 1.7.10 & 1.8.4
Brokers
~~~~~~~
+1 -1
View File
@@ -42,7 +42,7 @@ extensions = [
# 'sphinx.ext.autodoc'
]
intersphinx_mapping = {'python': ('https://docs.python.org/3.4', None),
intersphinx_mapping = {'python': ('https://docs.python.org/3.5', None),
'django': ('https://docs.djangoproject.com/en/1.8/',
'https://docs.djangoproject.com/en/1.8//_objects/')}
+1 -1
View File
@@ -24,7 +24,7 @@ Features
- Python 2 and 3
Django Q is tested with: Python 2.7 & 3.4. Django 1.7.10 & 1.8.4
Django Q is tested with: Python 2.7 & 3.5. Django 1.7.10 & 1.8.4
Contents:
+1 -1
View File
@@ -24,7 +24,7 @@ Installation
Requirements
------------
Django Q is tested for Python 2.7 and 3.4
Django Q is tested for Python 2.7 and 3.5
- `Django <https://www.djangoproject.com>`__
+3363 -3043
View File
File diff suppressed because it is too large Load Diff
+2
View File
@@ -0,0 +1,2 @@
[bdist_wheel]
universal=1
+1 -1
View File
@@ -51,8 +51,8 @@ setup(
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Topic :: Internet :: WWW/HTTP',
'Topic :: Software Development :: Libraries :: Python Modules',
]