Commit graph

48 commits

Author SHA1 Message Date
Jannis Leidel
3dece53cda Add Makefile to sdist. 2013-03-27 15:30:14 +01:00
Jannis Leidel
5f69231de1 Use d2to1. 2013-03-27 15:30:04 +01:00
Jannis Leidel
669b578000 Updated changelog. 2013-03-27 15:29:54 +01:00
Jannis Leidel
16ae7f62b5 Use a matrix to prevent Python 3 and Django < 1.5 tests. 2013-03-27 12:19:11 +01:00
Jannis Leidel
b7d6faa46d Fixed exception syntax of a parallel branch. 2013-03-27 12:04:34 +01:00
Jannis Leidel
43e6a1a0ef Added six to requirements. 2013-03-27 12:00:21 +01:00
Jannis Leidel
aae33f759c Use newer versions of Django in Travis. 2013-03-27 12:00:13 +01:00
Jannis Leidel
a4741f93c7 Added the simple test project. 2013-03-27 11:59:59 +01:00
Jannis Leidel
f7696e5810 Merge pull request #18 from mvantellingen/python3
Python3
2013-03-27 03:58:03 -07:00
Jannis Leidel
560a8b2b84 Merge pull request #16 from bclermont/fix-import
catch error raised inside settings code
2013-03-27 03:57:05 -07:00
Jannis Leidel
5b90971f6d Merge pull request #17 from mfogel/explicit-mixin-test
Test using mixins with settings
2013-03-27 03:56:38 -07:00
Jannis Leidel
7db5db8bff Handle the --configuration option for management commands during installation of the import hook. 2013-03-27 11:55:43 +01:00
Michael van Tellingen
d654e56040 Set SECRET_KEY in settings.main 2013-01-30 21:48:15 +01:00
Michael van Tellingen
2877b66982 Initial fixes for python 3 support 2013-01-30 21:45:36 +01:00
Mike Fogel
0f83894494 Test using mixins with settings 2012-11-26 13:39:57 -08:00
Bruno Clermont
41b8f3655c fix indentation 2012-11-26 23:11:26 +08:00
Bruno Clermont
53bf1b5548 oups bad copy-paste 2012-11-26 16:29:59 +08:00
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