Commit graph

512 commits

Author SHA1 Message Date
Jannis Leidel
5700d96d14 Updated changes and bumped version up a notch. 2013-04-11 17:14:58 +02:00
Jannis Leidel
ad83d79397 Updated authors and license. 2013-04-11 17:14:40 +02:00
Jannis Leidel
bbd5f2dce3 Use Django's lax option parser when looking for the configuration option to prevent overlapping with Django's own option parsing.
Fixes #21, #22, #24. Thanks to @rolo for helping our in #24.
2013-04-11 16:08:47 +02:00
Jannis Leidel
40a6f0dc71 Added build dir to ignore list. 2013-04-11 16:04:12 +02:00
Jannis Leidel
0b5dada4e0 Made testproject manage.py executable to save my sanity. 2013-04-11 16:04:03 +02:00
Jannis Leidel
4c13891d4b Build universal wheels. Thanks for the hint, Daniel Holt. 2013-03-28 14:33:09 +01:00
Jannis Leidel
f08d743818 Create wheel by default. 2013-03-28 10:59:12 +01:00
Jannis Leidel
16728e8784 Fixed URL to travis. 2013-03-27 18:23:55 +01:00
Jannis Leidel
f089b1d936 Version fix. 2013-03-27 18:16:05 +01:00
Jannis Leidel
f7c1206a1e D'oh, there never was a 0.2 on PyPI. Bumped version down again. 2013-03-27 16:59:50 +01:00
Jannis Leidel
87f2b4723d Add a fastcgi helper. Fixes #19. 2013-03-27 16:57:05 +01:00
Jannis Leidel
caffc43b37 Better variant of the test project settings. 2013-03-27 16:56:28 +01:00
Jannis Leidel
ea4ba09af2 Mention a work around for Celery. Fixes #11. 2013-03-27 15:34:33 +01:00
Jannis Leidel
90beffa13b Bumped version up a notch. 2013-03-27 15:30:32 +01:00
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