Commit graph

182 commits

Author SHA1 Message Date
Yin Jifeng
7d5a57e396 i18n verbose_name_plural for admin home page 2014-04-01 19:05:04 +08: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
Jannis Leidel
c125006e01 Bumped to 0.5. 2013-03-02 16:34:31 +01:00
Jannis Leidel
98e3acb56e Added changelog. 2013-03-02 16:34:24 +01:00
Jannis Leidel
078cf11cd6 Use django-nose just to be a little less exotic. 2013-03-02 16:34:12 +01:00
Jannis Leidel
133936e71b Added travis config. 2013-03-02 15:49:53 +01:00
Jannis Leidel
9dc3fc87a8 Added test.db to gitignore. 2013-03-02 15:46:51 +01:00
Jannis Leidel
5c039e5744 Added South migration to make the key field an unique CharField. 2013-03-02 15:46:42 +01:00
Jannis Leidel
1e2e902061 Added initial South migration. 2013-03-02 15:44:19 +01:00
Jannis Leidel
a622784d2d Create fake change_config permission to be able to check for it if needed. 2013-03-02 15:43:27 +01:00
Jannis Leidel
c8621c865b Minor fix. 2013-03-02 15:41:51 +01:00
Jannis Leidel
e144e4336f Refactored tests to use django-discover-runner and not an own testproject anymore. 2013-02-22 14:58:41 +01:00
Jannis Leidel
a8b158ad1c Fixed the prefix handling. 2013-02-21 19:33:12 +01:00