Commit graph

  • c91b0d5a8d Bumped up the Django requirement a notch. Jannis Leidel 2013-04-26 09:03:47 +0200
  • 35271f7200 Added a lambda setting, just to be sure. Refs #28. Jannis Leidel 2013-04-26 09:02:26 +0200
  • f51049dc00 Renamed a few test settings to better describe what they are. Jannis Leidel 2013-04-26 09:01:59 +0200
  • 5700d96d14 Updated changes and bumped version up a notch. 0.2.1 Jannis Leidel 2013-04-11 17:14:58 +0200
  • ad83d79397 Updated authors and license. Jannis Leidel 2013-04-11 17:14:40 +0200
  • bbd5f2dce3 Use Django's lax option parser when looking for the configuration option to prevent overlapping with Django's own option parsing. Jannis Leidel 2013-04-11 16:08:47 +0200
  • 40a6f0dc71 Added build dir to ignore list. Jannis Leidel 2013-04-11 16:04:12 +0200
  • 0b5dada4e0 Made testproject manage.py executable to save my sanity. Jannis Leidel 2013-04-11 16:04:03 +0200
  • 629b45894d Merge cf1b141e95 into 4c13891d4b Rolo 2013-04-09 05:42:06 -0700
  • cf1b141e95 Switch to using argparse to parse DJANGO_CONFIGURATION command line value, as OptionParser was exiting when encountering additional manage.py options. Fixes #21 Rolo 2013-04-09 13:22:04 +0100
  • 4c13891d4b Build universal wheels. Thanks for the hint, Daniel Holt. Jannis Leidel 2013-03-28 14:33:09 +0100
  • f08d743818 Create wheel by default. Jannis Leidel 2013-03-28 10:59:12 +0100
  • 16728e8784 Fixed URL to travis. Jannis Leidel 2013-03-27 18:23:55 +0100
  • f089b1d936 Version fix. 0.2 Jannis Leidel 2013-03-27 18:16:05 +0100
  • f7c1206a1e D'oh, there never was a 0.2 on PyPI. Bumped version down again. Jannis Leidel 2013-03-27 16:59:50 +0100
  • 87f2b4723d Add a fastcgi helper. Fixes #19. Jannis Leidel 2013-03-27 16:56:47 +0100
  • caffc43b37 Better variant of the test project settings. Jannis Leidel 2013-03-27 16:56:28 +0100
  • ea4ba09af2 Mention a work around for Celery. Fixes #11. Jannis Leidel 2013-03-27 15:34:33 +0100
  • 90beffa13b Bumped version up a notch. Jannis Leidel 2013-03-27 15:30:32 +0100
  • 3dece53cda Add Makefile to sdist. Jannis Leidel 2013-03-27 15:30:14 +0100
  • 5f69231de1 Use d2to1. Jannis Leidel 2013-03-27 15:30:04 +0100
  • 669b578000 Updated changelog. Jannis Leidel 2013-03-27 15:29:54 +0100
  • 16ae7f62b5 Use a matrix to prevent Python 3 and Django < 1.5 tests. Jannis Leidel 2013-03-27 12:19:11 +0100
  • b7d6faa46d Fixed exception syntax of a parallel branch. Jannis Leidel 2013-03-27 12:04:34 +0100
  • 43e6a1a0ef Added six to requirements. Jannis Leidel 2013-03-27 12:00:21 +0100
  • aae33f759c Use newer versions of Django in Travis. Jannis Leidel 2013-03-27 12:00:13 +0100
  • a4741f93c7 Added the simple test project. Jannis Leidel 2013-03-27 11:59:59 +0100
  • f7696e5810 Merge pull request #18 from mvantellingen/python3 Jannis Leidel 2013-03-27 03:58:03 -0700
  • 85c8cf0033 Merge d654e56040 into 560a8b2b84 Michael 2013-03-27 03:57:10 -0700
  • 560a8b2b84 Merge pull request #16 from bclermont/fix-import Jannis Leidel 2013-03-27 03:57:05 -0700
  • d6697a50ef Merge 41b8f3655c into 5b90971f6d Bruno Clermont 2013-03-27 03:56:46 -0700
  • 5b90971f6d Merge pull request #17 from mfogel/explicit-mixin-test Jannis Leidel 2013-03-27 03:56:38 -0700
  • edf0a2d77f Merge 0f83894494 into 7db5db8bff Mike Fogel 2013-03-27 03:56:18 -0700
  • 7db5db8bff Handle the --configuration option for management commands during installation of the import hook. Jannis Leidel 2013-03-27 11:55:43 +0100
  • d654e56040 Set SECRET_KEY in settings.main Michael van Tellingen 2013-01-30 21:48:15 +0100
  • 2877b66982 Initial fixes for python 3 support Michael van Tellingen 2013-01-30 19:41:40 +0100
  • 0f83894494 Test using mixins with settings Mike Fogel 2012-11-26 13:39:57 -0800
  • 41b8f3655c fix indentation Bruno Clermont 2012-11-26 23:11:26 +0800
  • 53bf1b5548 oups bad copy-paste Bruno Clermont 2012-11-26 16:29:59 +0800
  • 1b052a3a0e catch error raised inside the settings code Bruno Clermont 2012-11-26 16:25:00 +0800
  • 8211e09295 Merge 1bf2326f2e into c5c0feff9f cato- 2012-11-15 08:01:40 -0800
  • 1bf2326f2e Changed test to match real application => failure Robert Weidlich 2012-11-15 17:01:09 +0100
  • 9e9f922853 pep8 fixes Robert Weidlich 2012-11-15 14:58:58 +0100
  • b57de42b3d Added new test case for multiple inheritance Robert Weidlich 2012-11-15 14:47:18 +0100
  • c5c0feff9f Bumped version. Jannis Leidel 2012-09-21 20:58:03 +0200
  • c616caf6d6 Added a changelog and include it both from the docs and from the setup.py. Jannis Leidel 2012-09-21 20:55:26 +0200
  • 2e2d77f74f Added a note about the new command line option to the readme. Jannis Leidel 2012-09-21 20:54:58 +0200
  • 876000c6bf Updated author list. Jannis Leidel 2012-09-21 20:54:35 +0200
  • 08d36754f6 Merge branch 'master' of github.com:jezdez/django-configurations Jannis Leidel 2012-09-21 16:34:35 +0200
  • 26bc0d692f Added a global --configuration option to management commands and show configuration class path when using runserver. Fixes #9. Jannis Leidel 2012-09-21 16:34:16 +0200
  • 2d62d1ff84 phony make targets Jannis Leidel 2012-09-21 15:49:08 +0200
  • b314879e01 Use newer django requirements. Jannis Leidel 2012-09-21 15:44:52 +0200
  • eb3d8f2d82 Merge pull request #8 from bclermont/master Jannis Leidel 2012-09-05 10:41:19 -0700
  • 7e073739e5 Merge fb90a168aa into a8917a7a87 Bruno Clermont 2012-09-05 06:53:07 -0700
  • fb90a168aa use absolute import fix test Bruno Clermont 2012-09-05 15:52:49 +0200
  • 8b78278921 Don't catch AttributeError during cls init Bruno Clermont 2012-09-05 14:29:05 +0300
  • a8917a7a87 Use 1.3.1 instead of plain 1.3. Jannis Leidel 2012-07-28 00:07:54 +0200
  • 543151d511 Re-added 1.3 tests. Refs #4. Jannis Leidel 2012-07-28 00:05:49 +0200
  • 5e9b066d21 Also use syntax highlighting for the shell examples. Jannis Leidel 2012-07-25 18:33:29 +0200
  • 5581c472fc Merge pull request #5 from msabramo/patch-1 Jannis Leidel 2012-07-25 09:31:40 -0700
  • 156ca87c61 Merge 41bf072eae into 40bb935484 Marc Abramowitz 2012-07-25 09:25:46 -0700
  • 41bf072eae Minor tweaks to README.rst Marc Abramowitz 2012-07-25 09:25:26 -0700
  • 40bb935484 Merge branch 'master' of github.com:jezdez/django-configurations Jannis Leidel 2012-07-21 21:43:50 +0200
  • df6c2edf59 Minor cosmetic doc changes. Jannis Leidel 2012-07-21 21:43:18 +0200
  • 284e295022 Merge pull request #1 from gillesfabio/master Jannis Leidel 2012-07-21 12:24:55 -0700
  • c5b707ccac Merge bb2c4de3bd into b9b40b32aa Gilles Fabio 2012-07-21 09:38:49 -0700
  • bb2c4de3bd Fixed README 'DJANGO_CONFIGURATION'. Gilles Fabio 2012-07-21 18:35:58 +0200
  • b9b40b32aa Added forgotten files (authors and license). Jannis Leidel 2012-07-21 17:52:05 +0200
  • e5995a0495 Fixed tests by removing the 1.3.X test target. Who uses that anyway? Jannis Leidel 2012-07-21 16:45:24 +0200
  • 5c201fff1b Minor edit to trigger Travis. Jannis Leidel 2012-07-21 16:34:04 +0200
  • f03aa1012d Removed branch limitation. Jannis Leidel 2012-07-21 16:31:29 +0200
  • 994889bc58 Add a release make target and remove wrgon sphinx configuration file. 0.1 Jannis Leidel 2012-07-21 16:21:47 +0200
  • 8e248ad61b Added manifest template. Jannis Leidel 2012-07-21 16:17:57 +0200
  • 5b40d68675 Bumped version to 0.1. Jannis Leidel 2012-07-21 16:12:26 +0200
  • aca5cee79a Extended and fixed the docs a bit. Jannis Leidel 2012-07-21 16:09:30 +0200
  • 2685a2c532 Fixed packaging and the package description. Jannis Leidel 2012-07-21 16:02:07 +0200
  • 775e1b9225 Initial version. Jannis Leidel 2012-07-21 15:56:04 +0200