Commit graph

13 commits

Author SHA1 Message Date
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