Jannis Leidel
527bc0ca7e
Updated Chinese translation.
2015-09-24 12:37:35 +02:00
Jannis Leidel
e41710616b
Allow line breaks in config descriptions - Fix #95
2015-09-24 12:21:29 +02:00
Jannis Leidel
e1d27a6250
Merge remote-tracking branch 'chornsby/add-test-utils'
2015-09-24 11:59:55 +02:00
Jannis Leidel
b36aaf8fa6
More test fixes.
2015-09-24 11:56:19 +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
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
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
Charlie Hornsby
3338d1c092
Implement override_config decorator for use in testing
...
Subclass django.test.utils.override_settings for similar pattern
Allow use as both TestCase decorator and context manager
Support Django versions 1.4 to 1.8
2015-06-02 21:18:19 +03:00
Curtis Maloney
353c6a30de
Make 1.8 compatible
2015-05-27 13:23:28 +10:00
Igor Támara
f3604a3a73
master Added spanish translation
2015-01-15 16:39:04 -05:00
Jannis Leidel
8dfdc75334
Bumped version to 1.0.1.
2015-01-07 09:32:38 +01:00
Jannis Leidel
48704b9aa5
Try to fix #88 by being lazy a different way.
2015-01-06 12:24:58 +01:00
Jannis Leidel
d59e1c9c5f
Use url tag from the future to fix rendering.
2014-12-04 18:20:00 -08:00
Jannis Leidel
880ece5cc1
1.0 \o/
2014-12-04 17:24:51 -08:00
Jannis Leidel
2c03498d91
Fix minor cosmetic issue.
2014-12-04 16:45:24 -08:00
Jannis Leidel
d93dd7d2d9
Use breadcrumbs code from Django.
2014-12-04 16:38:50 -08:00
Jannis Leidel
13980f39a6
More laziness for preventing import time issues.
...
Fixes #84 .
2014-12-04 10:37:10 -08:00
Jannis Leidel
7a6e0602d3
Use Django's own static template tag in the admin.
2014-12-04 10:36:29 -08:00
Jannis Leidel
cb2eacabc9
Pulled translations from Transifex.
2014-11-27 19:28:05 +01:00
Jannis Leidel
973963b70e
Updated base translation message catalog.
2014-11-27 19:27:03 +01:00
Jannis Leidel
2cb825f3f6
Use better translated string.
2014-11-27 19:05:42 +01:00
Jannis Leidel
abd42df304
Minor cosmetic fix.
...
Signed-off-by: Jannis Leidel <jannis@leidel.info>
2014-11-27 17:53:12 +01:00
Jannis Leidel
52cbce7a08
Stop requiring six as a depdendency.
...
This is possible now that we require at least a version of Django that ships with six.
Signed-off-by: Jannis Leidel <jannis@leidel.info>
2014-11-27 17:53:01 +01:00
Bouke Haarsma
d0fc64bf1a
Hash settings to prevent overwriting of someone else's changes
...
Signed-off-by: Jannis Leidel <jannis@leidel.info>
2014-11-27 17:51:12 +01:00
Jannis Leidel
1f958dc443
Make the config object lazy for old Djangos.
...
This should prevent import time side effects from instantiating the config object directly there.
2014-11-25 22:46:58 +01:00
Jannis Leidel
1b3ffbc049
Updated packaging setup.
2014-11-25 22:22:04 +01:00
Jannis Leidel
94e3989b9b
Be a good Python citizen and call super.
2014-11-25 22:20:18 +01:00
Jannis Leidel
fc930442a2
Simplified settings.
2014-11-25 22:20:06 +01:00
Jannis Leidel
cd05239626
Because computers.
2014-11-21 21:19:14 +01:00
Jannis Leidel
ee0980a99f
Raise an exception if an unsupported config type is used.
...
This is in response to #54 and #66 .
2014-11-21 20:29:11 +01:00
Jannis Leidel
212dd67d18
Revert "add admin ui support for constance keys as lists"
...
This reverts commit cd3e84586d .
2014-11-21 20:24:16 +01:00
Jannis Leidel
6e2c4503e5
Moved South migrations out of the way and added Django migrations.
2014-11-21 20:21:17 +01:00
Jannis Leidel
69221ba2b4
Renamed config module to base to prevent ambiguity
...
This should fix #80 that is triggered by Django's new strickter import time loading process.
2014-11-21 20:16:39 +01:00
Jannis Leidel
8b0ed361d6
Added database cache autofill feature.
...
This refs #47 and #45 .
2014-11-21 20:08:20 +01:00
Jannis Leidel
16bb8d50e6
Fix padding in admin table.
2014-11-21 19:46:15 +01:00
Jannis Leidel
51c25f5208
Fix an import error on Django master.
2014-11-21 17:48:40 +01:00
David Burke
6cca995b6b
Merge branch 'patch-1' of git://github.com/LeaFin/django-constance into LeaFin-patch-1
2014-08-17 12:20:58 -04:00
Lin Xianyi
db43632907
Fixed AppRegistryNotReady exception on runserver on Django 1.7rc2.
2014-08-12 10:10:43 +08:00
David Burke
01c97eb019
Merge pull request #72 from wpj-cz/master
...
add Czech localization
2014-08-07 15:43:22 -04:00
vl
ecde8c7b11
Add translation to the app name
2014-08-07 13:15:22 +03:00
vl
789d71476a
Fix one case
2014-08-07 12:03:32 +03:00
vl
243c9d35ba
Russian translation
2014-08-07 11:56:19 +03:00
Petr Knap
cf3089463a
add Czech localization
2014-07-14 11:24:06 +02:00
Leandra Finger
fe7c633e4c
Update admin.py
...
Fixing Issue #70
2014-07-08 17:06:40 +02:00
Jonas
26742d06f2
Use app framework for initializing in Django 1.7
2014-05-23 10:02:34 +02:00
Jannis Leidel
72fb15495c
Merge pull request #55 from IDCubed/master
...
add admin ui support for constance keys as lists
2014-04-22 19:01:10 +02:00
Jannis Leidel
68f1eabd4e
Merge pull request #57 from morlandi/master
...
Localization in Italian
2014-04-01 13:28:56 +02:00
Jannis Leidel
f008769c63
Merge pull request #59 from flisky/py3-fix
...
fix basestring in python 3
2014-04-01 13:28:36 +02:00
Yin Jifeng
7e0db00429
add translation for zh_CN
2014-04-01 19:05:46 +08:00