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 |
|
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 |
|