mirror of
https://github.com/jazzband/django-configurations.git
synced 2026-03-16 22:20:27 +00:00
Update changelog.
This commit is contained in:
parent
d827664e92
commit
4da8939df0
1 changed files with 23 additions and 0 deletions
|
|
@ -3,6 +3,29 @@
|
|||
Changelog
|
||||
---------
|
||||
|
||||
v0.9 (2015-12-18)
|
||||
^^^^^^^^^^^^^^^^^
|
||||
|
||||
- Project has moved to `Jazzband <https://jazzband.co/>`_. See guidelines for
|
||||
contributing.
|
||||
|
||||
- Support for django 1.8 and above. Thanks to:
|
||||
- @benjaminabel
|
||||
- @jdietrich
|
||||
|
||||
- Allow ``Value`` classes to be used outside of ``Configuration`` classes (#62)
|
||||
|
||||
- Fixed "Value with ValidationMixin will raise ValueError if no default assigned" (#69)
|
||||
|
||||
- Fixed wrong behaviour when assigning BooleanValue (#83)
|
||||
|
||||
- Add ability to programmatically call Django commands from configurations using
|
||||
``call_command``
|
||||
|
||||
- Added SingleNestedTupleValue and SingleNestedListValue classes. (#85)
|
||||
|
||||
- Several other miscellaneous bugfixes.
|
||||
|
||||
v0.8 (2014-01-16)
|
||||
^^^^^^^^^^^^^^^^^
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue