Commit graph

93 commits

Author SHA1 Message Date
Jannis Leidel
c6fbc08bda Updated changelog. 2013-07-27 14:56:45 +02:00
Jannis Leidel
2cc38d9ff7 Don't use django-discover-runner on 1.6 and up. 2013-07-27 13:46:18 +02:00
Jannis Leidel
d9931fbf72 Fixed 1.6.x requirement. 2013-07-27 13:42:21 +02:00
Jannis Leidel
5f97cc334e use python3 compat version of django-cache-url 2013-07-27 13:35:19 +02:00
Jannis Leidel
ef26377f13 Force list return value for filtered result. 2013-07-27 13:20:42 +02:00
Jannis Leidel
0882b97972 Fixed test method names. 2013-07-27 13:18:20 +02:00
Jannis Leidel
a954783851 Added six to test requirements since invoke needs it 2013-07-27 13:14:27 +02:00
Jannis Leidel
2c39f5f29b Also don't raise an exception during import for the Settings class since that's now deprecated. 2013-07-27 13:05:11 +02:00
Jannis Leidel
3a2fde649f Fixed broken package files. 2013-07-27 12:53:08 +02:00
Jannis Leidel
6695699f1d Switch to using invoke instead of Make. 2013-07-27 12:37:44 +02:00
Jannis Leidel
1a54847375 Added a configuration values system.
This also adds some advanced features like a setup classmethod to the Configuration class.
Reorganized and extended the documentation.
2013-07-27 12:37:28 +02:00
Jannis Leidel
6db9fdbf30 Stop using crate and PyPI mirrors. 2013-07-27 12:07:58 +02:00
Jannis Leidel
e31adbaeed Renamed Settings class to Configuration to better match what it means. Settings is still importable and is marked to be deprecated in 1.0. 2013-07-27 12:05:39 +02:00
Jannis Leidel
aac7af881c Add note about project template. 2013-06-26 12:11:15 +02:00
Jannis Leidel
dedd5682aa Don't build the templates branch. 2013-06-26 11:03:08 +02:00
Jannis Leidel
2fde445890 Fixed typo. 2013-05-15 16:34:06 +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