Commit graph

30 commits

Author SHA1 Message Date
Jürgen Ryannel
6cc9ebfb67 Added support for django 2.1
* in django>=2.1 cmd was removed as parameter to add_parser

* add tox support for django >= 2.1

* introduce helper function to remove cmd paramter form add_parsers when
django >= 2.1

* remove unecessary lines

* fix issues when cmd may be missing in kwargs
2018-08-29 10:18:22 -05:00
Mariusz Felisiak
0fdca221af
Added official Django 2.0 support. 2018-06-23 21:44:11 +02:00
Mariusz Felisiak
06db1864bb
Bumped Django version. 2017-09-26 21:26:55 +02:00
Jon Dufresne
3162bd656f Add testing for all supported Python and Django versions
Document all supported versions in PyPI using trove classifiers.
Alphabetize classifiers.

Add all supported versions to tox.ini for easy testing. Tidy up tox.ini
by removing defaults for basepython.

Add all supported versions to the Travis CI configuration for CI
testing.

Use Tox-Travis to help build the test matrix as the different versions
of Django do not have complete overlap of Python support.

Update Travis configuration to use built in pip caching support.

https://docs.travis-ci.com/user/caching/#pip-cache
2017-06-02 14:40:07 +02:00
Bruno Alla
1cce582edc Fix #187: Preserve sorting from fieldset config (#207) 2017-06-02 10:52:16 +02:00
Bruno Alla
3eef317761 Add python 3.6 to Tox file
A bit more is needed to add it to travis
2017-05-16 13:44:53 +01:00
Mariusz Felisiak
8ade314f51 Removed Django 1.11 from the allowed failures. (#205) 2017-05-08 09:10:11 +02:00
Mariusz Felisiak
a691e9e97c
Fixed Django 2.0 tests due to django.conf.urls.include behavior change.
Removed pypy for Django 2.0 tests.
2017-01-29 15:08:52 +01:00
Mariusz Felisiak
661b78da0b
Fixed travis configuration. Bumped Django versions. 2017-01-27 22:48:41 +01:00
Camilo Nova
3fef927349 Improve testing matrix 2016-09-14 11:45:16 -05:00
Camilo Nova
01fa669e98 Added django 1.10 tests 2016-09-14 11:35:13 -05:00
Camilo Nova
2cf3d8e86c Added python 3.5 2016-01-08 09:00:40 -05:00
Aidan Lister
123dc39ce3 Update tox.ini 2015-10-22 15:21:55 +11:00
Jannis Leidel
20e424898c sigh, more travis/tox fixes. 2015-09-24 12:29:14 +02:00
Jannis Leidel
e41710616b Allow line breaks in config descriptions - Fix #95 2015-09-24 12:21:29 +02:00
Jannis Leidel
7f5ca04f25 Don't use 3.5 on Travis as it doesn't have it yet. 2015-09-24 12:00:30 +02:00
Jannis Leidel
b36aaf8fa6 More test fixes. 2015-09-24 11:56:19 +02:00
Jannis Leidel
13768bc7ae Fixed some Travis config issues 2015-09-24 11:07:46 +02:00
Jannis Leidel
19109b98bc Merge remote-tracking branch 'vinnyrose/compat_changes' 2015-09-24 11:02:45 +02:00
Jannis Leidel
f829ae543c Merge remote-tracking branch 'caktus/fixes_recent_djangos' 2015-09-24 10:45:14 +02:00
Jannis Leidel
95d751a7ce Merge pull request #103 from funkybob/master
[Fixes #93] Make models.py 1.8 compatible
2015-09-24 10:42:48 +02:00
Mario Rosa
e1f9e52a08 Compatibility changes.
Drop python 2.6, 3.2
Drop Django 1.4, 1.5, 1.6
Remove models.py under constance and move to an appconfig imported file.
2015-08-25 08:14:01 -04:00
Jake Merdich
60a7b792e2 Work around for pip bug w/ Django zips 2015-08-19 22:46:33 -07:00
Dan Poirier
b44f5f5409 Some fixes for recent Djangos
* Add Django 1.8 to test environments in tox.ini
* Update python versions supported by Django master in tox.ini
* Don't load 'url' from template library 'future' - it is no longer
  available in Django master, and is not needed in Django 1.4 and later,
  which is as far back as django-constance tests
  * get_cache dropped from Django master
  * post_syncdb signal dropped
  * django.utils.importlib dropped

There are still errors on some environments that I didn't try to
address:

* coverage seems broken on py32
* django-master seems currently broken on py27 (non-ASCII character
somewhere,
I expect django-master will be fixed soon since they still claim py27
support)
* django14 seems broken: "NoReverseMatch: u"'admin" is not a registered
namespace"
2015-08-07 08:14:26 -04:00
Curtis Maloney
de4dc304f8 Django master (1.9+) does not support Py3.2 2015-05-27 13:38:41 +10:00
Jannis Leidel
041de9c29c Don't run py26 tests on Django >= 1.7. 2014-11-21 16:56:06 +01:00
Jannis Leidel
6b80f55198 Use tox variable for django-admin.py location. 2014-11-21 15:03:54 +01:00
Jannis Leidel
27859d14f2 Allow the use of which in tox. 2014-11-21 14:58:37 +01:00
Jannis Leidel
9c975cbe58 Stop using setup.py for running the tests. 2014-11-21 14:48:52 +01:00
Jannis Leidel
83e4160894 Added tox configuration. 2014-11-21 14:15:42 +01:00