django-constance/constance
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
..
backends Some fixes for recent Djangos 2015-08-07 08:14:26 -04:00
locale master Added spanish translation 2015-01-15 16:39:04 -05:00
templates/admin/constance Some fixes for recent Djangos 2015-08-07 08:14:26 -04:00
__init__.py Bumped version to 1.0.1. 2015-01-07 09:32:38 +01:00
admin.py Try to fix #88 by being lazy a different way. 2015-01-06 12:24:58 +01:00
apps.py Try to fix #88 by being lazy a different way. 2015-01-06 12:24:58 +01:00
base.py Renamed config module to base to prevent ambiguity 2014-11-21 20:16:39 +01:00
context_processors.py Please the PEP8 gods. 2013-04-12 17:39:10 +02:00
models.py Some fixes for recent Djangos 2015-08-07 08:14:26 -04:00
settings.py Simplified settings. 2014-11-25 22:20:06 +01:00
utils.py Some fixes for recent Djangos 2015-08-07 08:14:26 -04:00