Jannis Leidel
|
c511a986b3
|
Updated changelog.
|
2014-11-27 19:28:41 +01: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
|
85b57dbe73
|
Added Transifex config.
|
2014-11-27 19:26:24 +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
|
395924a022
|
Move screenshot to the top of the doc index.
|
2014-11-25 22:47:20 +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
|
d051286522
|
Added Sphinx docs. Fixes issue #48.
|
2014-11-25 22:18:26 +01:00 |
|
Jannis Leidel
|
18c2835170
|
Get rid of work around for setuptools bug.
See http://bugs.python.org/issue15881
|
2014-11-25 19:09:08 +01:00 |
|
Jannis Leidel
|
cd05239626
|
Because computers.
|
2014-11-21 21:19:14 +01:00 |
|
Jannis Leidel
|
63f5370735
|
Add note about being able to use django-redis' connection for constance.
Fixes #83.
|
2014-11-21 20:53:18 +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 |
|
Jannis Leidel
|
80551eaed0
|
Hide the unwanted test envs in the travis config.
|
2014-11-21 16:58:27 +01:00 |
|
Jannis Leidel
|
041de9c29c
|
Don't run py26 tests on Django >= 1.7.
|
2014-11-21 16:56:06 +01:00 |
|
Jannis Leidel
|
8045678606
|
Test fixes to run on Django 1.7.
|
2014-11-21 16:37:12 +01:00 |
|
Jannis Leidel
|
a7f50d2c25
|
Specified coverage config.
|
2014-11-21 15:33:11 +01:00 |
|
Jannis Leidel
|
0cf8d4a590
|
Add .tox to gitignore.
|
2014-11-21 15:04:01 +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
|
5d75c9d19d
|
Cosmetic fix.
|
2014-11-21 14:49:18 +01:00 |
|
Jannis Leidel
|
2e05be78de
|
Stop shipping subpackages of tests.
|
2014-11-21 14:49:13 +01:00 |
|
Jannis Leidel
|
9c975cbe58
|
Stop using setup.py for running the tests.
|
2014-11-21 14:48:52 +01:00 |
|
Jannis Leidel
|
4278f64ae1
|
Only use the external discover runner old Djangos.
|
2014-11-21 14:29:24 +01:00 |
|
Jannis Leidel
|
99172fbd68
|
Added missing script again to Travis config.
|
2014-11-21 14:17:33 +01:00 |
|
Jannis Leidel
|
83e4160894
|
Added tox configuration.
|
2014-11-21 14:15:42 +01:00 |
|
Jannis Leidel
|
d547eebd16
|
Merge branch 'master' of github.com:comoga/django-constance
|
2014-11-21 11:03:06 +01:00 |
|
Jannis Leidel
|
b3f849e0fb
|
Merge pull request #62 from nostalgiaz/patch-1
fix typo
|
2014-08-18 08:52:24 +02:00 |
|
David Burke
|
555d863b50
|
Merge branch 'LeaFin-patch-1'
|
2014-08-17 15:12:48 -04:00 |
|
David Burke
|
54609b4b7c
|
Allow tests to run on django 1.6+
|
2014-08-17 15:12:10 -04: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 |
|
David Burke
|
a1b9cb9a28
|
Updated example for modern django
|
2014-08-17 12:20:31 -04:00 |
|
David Burke
|
d20e7e5e3d
|
Merge pull request #78 from iynaix/master
Fixed AppRegistryNotReady exception on runserver on Django 1.7rc2.
|
2014-08-15 15:08:25 -04:00 |
|
Lin Xianyi
|
db43632907
|
Fixed AppRegistryNotReady exception on runserver on Django 1.7rc2.
|
2014-08-12 10:10:43 +08:00 |
|
David Burke
|
ccab911ae8
|
Merge pull request #74 from thedrow/patch-1
Updated the build matrix.
|
2014-08-07 15:47:22 -04:00 |
|
David Burke
|
01c97eb019
|
Merge pull request #72 from wpj-cz/master
add Czech localization
|
2014-08-07 15:43:22 -04:00 |
|
David Burke
|
c6b78c63f3
|
Merge pull request #76 from 1844144/master
Add russian translation
|
2014-08-07 15:36:37 -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 |
|