Commit graph

140 commits

Author SHA1 Message Date
Jannis Leidel
a407bebf5d Removed an unsupported test environment. 2013-11-26 15:51:05 +01:00
Jannis Leidel
5950740c5d Fixed a 1.7.x test. 2013-11-26 15:46:53 +01:00
Jannis Leidel
072f87d495 Minor cleanup. 2013-11-26 15:42:15 +01:00
Jannis Leidel
c941cdaf06 Fixed #46 — Update cookbook with an example for Celery >= 3.1. 2013-11-26 12:57:33 +01:00
Jannis Leidel
ab0c748318 Fixed #43 — Removed stdout wrapper from management command hook to not accidently raise an exception too early. Instead use a logger. 2013-11-26 12:25:50 +01:00
Jannis Leidel
7dbe8c063f Ported tests to run via tox and Travis. 2013-11-26 12:25:07 +01:00
Jannis Leidel
ed8d284d66 Merge branch 'master' of github.com:jezdez/django-configurations 2013-10-08 09:32:43 +02:00
Stefan Wehrmeyer
275a5b409a Fix check_options of ConfigurationImporter 2013-10-08 09:32:05 +02:00
Jannis Leidel
c014b06c7e Merge pull request #41 from stefanw/fix-cachevalue-default
Fix CacheURLValue default value
2013-10-08 00:17:09 -07:00
Stefan Wehrmeyer
5e8dc290df Fix CacheURLValue default value
Remove unused kwarg 'name' that shadows kwarg
'default'.
2013-10-06 16:33:24 +02:00
Jannis Leidel
52c679e676 Added 0.3.1 hotfix release for issue #37. 2013-09-20 19:16:21 +02:00
Jannis Leidel
df71a193a3 Bumped version up a notch. 2013-09-19 18:56:23 +02:00
Jannis Leidel
139ad79c92 Moved the changelog into the docs. 2013-09-19 18:56:07 +02:00
Jannis Leidel
52cc7ee4bd Bumped version up to 0.6a1. 2013-09-18 23:25:19 +02:00
Jannis Leidel
50a6a6ad0b Added iPython extension to make sure the import hook is loaded correctly.
Fixes #22.
2013-09-18 23:24:51 +02:00
Jannis Leidel
924daa385d Minor fix in cookbook sentence. 2013-09-18 23:23:31 +02:00
Jannis Leidel
9a132e7b67 Move envdir paragraph to the top of the cookbook. 2013-09-18 23:23:18 +02:00
Jannis Leidel
ff2b636081 Updated changelog and bumped version up a notch. 2013-09-12 19:22:25 +02:00
Jannis Leidel
76d68c6e15 Fix showing version number. 2013-09-12 19:22:08 +02:00
Jannis Leidel
c54d5c0b43 Merge branch 'master' of github.com:jezdez/django-configurations 2013-09-12 18:52:21 +02:00
Jannis Leidel
2fd4966549 Add check_options option to the install method of the ConfigurationImporter to prevent unwanted command line option checks outside the management commands. 2013-09-12 18:51:59 +02:00
Jannis Leidel
f90b69d54a Merge pull request #34 from paltman/master
Minor grammar fix
2013-09-11 23:47:38 -07:00
Patrick Altman
7412fc2824 Minor grammar fix 2013-09-11 23:05:22 -05:00
Jannis Leidel
cd97138a8b Merge pull request #33 from paltman/master
Fix typo in changelog
2013-09-10 02:44:06 -07:00
Patrick Altman
7c9ca47d53 Fix typo in changelog 2013-09-10 01:27:34 -05:00
Jannis Leidel
0c4bfebeff Updated changelog. 2013-09-09 11:03:18 +02:00
Jannis Leidel
7770a69ced Drop d2to1. 2013-09-09 11:03:00 +02:00
Jannis Leidel
5898acb594 Moved tests out of the configurations packages. 2013-09-09 11:02:43 +02:00
Jannis Leidel
46809d02b2 Worked around an issue with Django 1.6's six. 2013-09-06 23:39:53 +02:00
Jannis Leidel
e453d2355d Fix a Python2ism 2013-09-06 23:28:50 +02:00
Jannis Leidel
515eb603c7 Slight revamp of the values docs. 2013-09-06 23:24:34 +02:00
Jannis Leidel
3848e6b818 Drastically simplified exception messages in the importer.
Less eyebleed® included!
2013-09-06 22:41:14 +02:00
Jannis Leidel
dacca7e073 Use ValueError instead of Django's ImproperlyConfigured.
This is to prevent hiding the real reason of a configuration failure behind one of Django's import time exceptions.
2013-09-06 22:40:15 +02:00
Jannis Leidel
27d77f7e29 Update changelog date. 2013-09-03 13:18:22 +02:00
Jannis Leidel
141e137d9f Minor style change for docs. 2013-09-03 13:13:20 +02:00
Jannis Leidel
1da2414ee1 Minor style changes and bumping version. 2013-09-03 13:10:25 +02:00
Jannis Leidel
cd2144492c Minor edits to the docs. 2013-09-03 13:03:59 +02:00
Jannis Leidel
a4e1dfff87 Added 1.6.x template branch to ignore list. 2013-09-03 12:40:43 +02:00
Jannis Leidel
556365bc8f Minor edits to the values docs. 2013-09-03 12:30:39 +02:00
Jannis Leidel
79e093fc58 Use newer Django versions. 2013-09-03 12:04:50 +02:00
Jannis Leidel
927c052be5 Changed the default of the Value's environ option to True. 2013-09-03 12:03:34 +02:00
Jannis Leidel
5f4229057d Use new release of django-cache-url. 2013-07-27 17:07:43 +02:00
Jannis Leidel
f4cea1e97b Moved project templates into cookbooks. 2013-07-27 16:49:50 +02:00
Jannis Leidel
61bb7b0e44 Fixed string formatting. Part 2. 2013-07-27 16:07:43 +02:00
Jannis Leidel
90292e3cec Fixed string formatting. 2013-07-27 16:05:23 +02:00
Jannis Leidel
b8222d2271 Raise an ImproperlyConfigured exception if value handling doesn't work, thanks @pydanny for the suggestion. 2013-07-27 15:38:30 +02:00
Jannis Leidel
19c7765d04 Bumped version up a notch. 2013-07-27 14:57:30 +02:00
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