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
|
ee9b68a401
|
Merge pull request #56 from camilonova/patch-1
Fix typo
|
2014-04-01 13:28:45 +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 |
|
Jannis Leidel
|
3e3d8a9027
|
Merge pull request #60 from flisky/zh-cn
add translation for zh-CN
|
2014-04-01 13:28:29 +02:00 |
|
Yin Jifeng
|
7e0db00429
|
add translation for zh_CN
|
2014-04-01 19:05:46 +08:00 |
|
Yin Jifeng
|
7d5a57e396
|
i18n verbose_name_plural for admin home page
|
2014-04-01 19:05:04 +08:00 |
|
Yin Jifeng
|
498d9f7b3e
|
fix basestring in python 3
|
2014-04-01 13:35:40 +08:00 |
|
Mario Orlandi
|
1413571ed7
|
Localization in Italian
|
2014-02-12 07:07:55 +01:00 |
|
Camilo Nova
|
549577681a
|
Fix typo
|
2014-01-21 08:21:18 -05:00 |
|
illumin-us-r3v0lution
|
cd3e84586d
|
add admin ui support for constance keys as lists
fixes #54
|
2014-01-15 08:22:40 -05:00 |
|
Jannis Leidel
|
dc89ec294f
|
Merge pull request #50 from pomarec/fix.discard-cache-on-set-value
Fixed discard cache on set value (key prefix was missing)
|
2013-12-17 09:21:56 -08:00 |
|
Pierre-Olivier Marec
|
a72603800e
|
Fixed discard cache on set value (key prefix was missing)
|
2013-12-16 17:24:16 +01:00 |
|
Jannis Leidel
|
e4bd353762
|
Merge pull request #39 from lmorchard/migration-key-fix
Migration tweak to fix a failure in switching column types for key
|
2013-09-10 02:46:53 -07:00 |
|
Jannis Leidel
|
8d002023ab
|
Merge pull request #44 from kubaz93/django1.6
Model Meta object_name. Fix for 1.6 admin
|
2013-09-10 02:46:27 -07:00 |
|
Kuba Zarzycki
|
987e13f1ae
|
Model Meta object_name. Fix for 1.6 admin
|
2013-09-09 20:24:27 +02:00 |
|
Jannis Leidel
|
8ac64a61c9
|
Merge pull request #42 from philipn/zip_safe
zip_safe=False to fix issue w/ setuptool installs.
|
2013-08-14 03:13:44 -07:00 |
|
Philip Neustrom
|
a19faf3a90
|
zip_safe=False to fix issue w/ setuptool installs.
|
2013-08-13 05:57:42 -07:00 |
|
Les Orchard
|
ae92c447ec
|
Migration tweak to fix a failure in switching column types for key
|
2013-07-30 16:04:44 -04:00 |
|
Jannis Leidel
|
037ff68090
|
Merge pull request #35 from Bouke/patch-3
Fixed admin statics in example project
|
2013-05-23 08:18:54 -07:00 |
|
Bouke Haarsma
|
771f095569
|
No need to serve user-generated uploads
|
2013-05-23 17:26:02 +03:00 |
|
Bouke Haarsma
|
cf8f4da93d
|
Fixed admin statics in example project
|
2013-05-23 10:34:19 +02:00 |
|
Jannis Leidel
|
eb03ee908a
|
Fixed typo in README. Closes #34.
|
2013-04-26 09:36:26 +03:00 |
|
Jannis Leidel
|
150edbe82f
|
Bumped version to 0.6 and updated changelog.
|
2013-04-12 18:29:07 +02:00 |
|
Jannis Leidel
|
520d915527
|
Fixed import error.
|
2013-04-12 18:22:28 +02:00 |
|
Jannis Leidel
|
a64859e76b
|
Actually set STATIC_ROOT.
|
2013-04-12 18:20:04 +02:00 |
|
Jannis Leidel
|
25d0296c0d
|
Added some required settings.
|
2013-04-12 18:17:42 +02:00 |
|
Jannis Leidel
|
c06ce39c15
|
Added an own static template tag, sigh.
|
2013-04-12 18:12:55 +02:00 |
|
Jannis Leidel
|
bc87847faa
|
Added forgotten staticfiles.
|
2013-04-12 18:04:01 +02:00 |
|
Jannis Leidel
|
2b7fec91b7
|
Don't use admin_static template tag library for 1.3.x.
|
2013-04-12 18:00:56 +02:00 |
|
Jannis Leidel
|
e086ccebeb
|
Proper matrix exclude.
|
2013-04-12 17:56:51 +02:00 |
|
Jannis Leidel
|
15553c6244
|
More test fixes.
|
2013-04-12 17:53:54 +02:00 |
|
Jannis Leidel
|
f3b313809f
|
Added all test requirements.
|
2013-04-12 17:45:28 +02:00 |
|
Jannis Leidel
|
1bca954411
|
Fixed typo.
|
2013-04-12 17:42:48 +02:00 |
|
Jannis Leidel
|
90da7981e5
|
Please the PEP8 gods.
|
2013-04-12 17:39:10 +02:00 |
|
Jannis Leidel
|
36a9c23500
|
More py3k changes.
|
2013-04-12 17:34:48 +02:00 |
|
Jannis Leidel
|
89b423fa65
|
First stab at Python 3 support.
|
2013-04-12 17:25:11 +02:00 |
|
Jannis Leidel
|
71d327426a
|
Updated changelog, authors and version.
|
2013-04-12 16:52:40 +02:00 |
|
Jannis Leidel
|
c91188a211
|
Merge branch 'master' of github.com:comoga/django-constance
|
2013-04-12 16:50:53 +02:00 |
|
Jannis Leidel
|
fc19c295c3
|
Merge pull request #33 from Bouke/patch-2
Robust key fetching
|
2013-04-12 07:50:08 -07:00 |
|
Bouke Haarsma
|
847ba5a060
|
Robust key fetching
Fixes #31
|
2013-03-19 11:38:37 +01:00 |
|
Jannis Leidel
|
476718f5f4
|
Merge pull request #30 from sspross/patch-1
fixed template typo in readme
|
2013-03-06 10:48:59 -08:00 |
|
Silvan Spross
|
5354f1f391
|
fixed template typo in readme
|
2013-03-06 16:49:59 +01:00 |
|
Jannis Leidel
|
cfe998046e
|
Fixed a couple of things in the README.
|
2013-03-03 11:36:57 +01:00 |
|
Jannis Leidel
|
0327f3e2a2
|
Added detailed trove classifiers.
|
2013-03-02 17:05:26 +01:00 |
|
Jannis Leidel
|
ce758a43bd
|
Added myself as maintainer.
|
2013-03-02 17:03:50 +01:00 |
|
Jannis Leidel
|
7838a3de6e
|
Added backend specific install methods.
|
2013-03-02 17:03:37 +01:00 |
|
Jannis Leidel
|
94300eb026
|
Updated translation, added a English base translation.
|
2013-03-02 17:02:38 +01:00 |
|
Jannis Leidel
|
b0e1878c47
|
Minor bugfix in README.
|
2013-03-02 16:49:21 +01:00 |
|