Commit graph

82 commits

Author SHA1 Message Date
Jannis Leidel
7ccf1139bd Updated changelog. 2014-01-16 17:55:52 +01:00
Jannis Leidel
31cefe414b Fixed version in setup.cfg, too. 2014-01-16 17:55:44 +01:00
Jannis Leidel
71f420ecf1 Fixed #49 -- Added AUTHORS file to package manifest. 2014-01-16 17:53:39 +01:00
Jannis Leidel
abb0bda522 Update changelog and bumped version up a notch. 2013-09-20 19:13:46 +02:00
Jannis Leidel
088223e87b Made 0.3.x work with old six.
This is a backport of 46809d02b2 and
closes #37. Thanks to @mei-li for the report.
2013-09-20 19:11:30 +02:00
Jannis Leidel
822397799b Fix the test suite for the post_load method. 2013-05-15 13:15:47 +02:00
Jannis Leidel
0b9e5ed1cf Bumped version up a notch. 2013-05-15 12:50:49 +02:00
Jannis Leidel
4b08084787 Updated changelog. 2013-05-15 12:30:35 +02:00
Jannis Leidel
d98ce1aa81 Fixed README example to not confuse beginners. Thanks, @peterbe. 2013-05-15 12:29:25 +02:00
Jannis Leidel
bebe4f254b Extended the setup methods in pre and post phase. Fixes #27. 2013-05-15 11:32:57 +02:00
Jannis Leidel
d4da16273a Merge branch 'master' of github.com:jezdez/django-configurations
Conflicts:
	configurations/decorators.py
2013-05-15 11:06:51 +02:00
Jannis Leidel
708fb9ac50 Renamed the pristine decorator to pristinemethod for consistency. 2013-05-15 10:59:02 +02:00
Jannis Leidel
df865840bc Added a setup method hook for easier startup time code. 2013-05-15 10:57:30 +02:00
Jannis Leidel
efd0206da1 Fixed a typo. Thanks @peritus. 2013-05-13 10:18:38 +02:00
Jannis Leidel
6596e191f0 Added pristine decorator to handle callable settings. Fixes #28. 2013-04-30 17:11:29 +02:00
Jannis Leidel
e15070288c Renamed assertEquals to assertEqual. 2013-04-30 17:09:01 +02:00
Jannis Leidel
163aed8520 Normalized name of example settings class to Prod. 2013-04-30 17:07:11 +02:00
Jannis Leidel
c91b0d5a8d Bumped up the Django requirement a notch. 2013-04-26 09:03:47 +02:00
Jannis Leidel
35271f7200 Added a lambda setting, just to be sure. Refs #28. 2013-04-26 09:02:26 +02:00
Jannis Leidel
f51049dc00 Renamed a few test settings to better describe what they are. 2013-04-26 09:01:59 +02:00
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