mirror of
https://github.com/jazzband/django-configurations.git
synced 2026-05-12 09:33:13 +00:00
Updated changelog.
This commit is contained in:
parent
d98ce1aa81
commit
4b08084787
1 changed files with 7 additions and 2 deletions
|
|
@ -3,10 +3,15 @@
|
|||
Changelog
|
||||
---------
|
||||
|
||||
v0.3 (unreleased)
|
||||
v0.3 (2013-05-15)
|
||||
^^^^^^^^^^^^^^^^^
|
||||
|
||||
- Added ``pristine`` decorator to be able to have callables as settings.
|
||||
- Added ``pristinemethod`` decorator to be able to have callables as settings.
|
||||
|
||||
- Added ``pre_setup`` and ``post_setup`` method hooks to be able to run code
|
||||
before or after the settings loading is finished.
|
||||
|
||||
- Minor docs and tests cleanup.
|
||||
|
||||
v0.2.1 (2013-04-11)
|
||||
^^^^^^^^^^^^^^^^^^^
|
||||
|
|
|
|||
Loading…
Reference in a new issue