Commit graph

31 commits

Author SHA1 Message Date
Bruno Clermont
1b052a3a0e catch error raised inside the settings code 2012-11-26 16:25:00 +08:00
Jannis Leidel
c5c0feff9f Bumped version. 2012-09-21 20:58:03 +02:00
Jannis Leidel
c616caf6d6 Added a changelog and include it both from the docs and from the setup.py. 2012-09-21 20:55:26 +02:00
Jannis Leidel
2e2d77f74f Added a note about the new command line option to the readme. 2012-09-21 20:54:58 +02:00
Jannis Leidel
876000c6bf Updated author list. 2012-09-21 20:54:35 +02:00
Jannis Leidel
08d36754f6 Merge branch 'master' of github.com:jezdez/django-configurations 2012-09-21 16:34:35 +02:00
Jannis Leidel
26bc0d692f Added a global --configuration option to management commands and show configuration class path when using runserver. Fixes #9. 2012-09-21 16:34:16 +02:00
Jannis Leidel
2d62d1ff84 phony make targets 2012-09-21 15:49:08 +02:00
Jannis Leidel
b314879e01 Use newer django requirements. 2012-09-21 15:44:52 +02:00
Jannis Leidel
eb3d8f2d82 Merge pull request #8 from bclermont/master
Don't catch AttributeError during cls init
2012-09-05 10:41:19 -07:00
Bruno Clermont
fb90a168aa use absolute import
fix test
2012-09-05 15:52:49 +02:00
Bruno Clermont
8b78278921 Don't catch AttributeError during cls init
if obj = cls() do have an attribute error inside it's initialization, it will appears as if the module could not be find.

which is hard to troubleshoot, when the module is really there :)
2012-09-05 14:29:05 +03:00
Jannis Leidel
a8917a7a87 Use 1.3.1 instead of plain 1.3. 2012-07-28 00:07:54 +02:00
Jannis Leidel
543151d511 Re-added 1.3 tests. Refs #4. 2012-07-28 00:05:49 +02:00
Jannis Leidel
5e9b066d21 Also use syntax highlighting for the shell examples. 2012-07-25 18:33:29 +02:00
Jannis Leidel
5581c472fc Merge pull request #5 from msabramo/patch-1
Minor tweaks to README.rst
2012-07-25 09:31:40 -07:00
Marc Abramowitz
41bf072eae Minor tweaks to README.rst
MySettings => MySiteSettings and added code blocks to take advantage of GitHub's new syntax highlighting of code blocks for RST files.
2012-07-25 09:25:26 -07:00
Jannis Leidel
40bb935484 Merge branch 'master' of github.com:jezdez/django-configurations 2012-07-21 21:43:50 +02:00
Jannis Leidel
df6c2edf59 Minor cosmetic doc changes. 2012-07-21 21:43:18 +02:00
Jannis Leidel
284e295022 Merge pull request #1 from gillesfabio/master
README 'DJANGO_CONFIGURATION'
2012-07-21 12:24:55 -07:00
Gilles Fabio
bb2c4de3bd Fixed README 'DJANGO_CONFIGURATION'. 2012-07-21 18:35:58 +02:00
Jannis Leidel
b9b40b32aa Added forgotten files (authors and license). 2012-07-21 17:52:05 +02:00
Jannis Leidel
e5995a0495 Fixed tests by removing the 1.3.X test target. Who uses that anyway? 2012-07-21 16:45:24 +02:00
Jannis Leidel
5c201fff1b Minor edit to trigger Travis. 2012-07-21 16:34:04 +02:00
Jannis Leidel
f03aa1012d Removed branch limitation. 2012-07-21 16:31:29 +02:00
Jannis Leidel
994889bc58 Add a release make target and remove wrgon sphinx configuration file. 2012-07-21 16:21:47 +02:00
Jannis Leidel
8e248ad61b Added manifest template. 2012-07-21 16:17:57 +02:00
Jannis Leidel
5b40d68675 Bumped version to 0.1. 2012-07-21 16:12:26 +02:00
Jannis Leidel
aca5cee79a Extended and fixed the docs a bit. 2012-07-21 16:09:30 +02:00
Jannis Leidel
2685a2c532 Fixed packaging and the package description. 2012-07-21 16:02:07 +02:00
Jannis Leidel
775e1b9225 Initial version. 2012-07-21 15:56:04 +02:00