Skip to content

Commit

Permalink
Merge pull request #131 from vdboor/master
Browse files Browse the repository at this point in the history
Update changelog for 0.8 release
  • Loading branch information
jonashaag committed Jun 15, 2016
2 parents 7fdca41 + ff8cdbe commit 8585613
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions CHANGELOG.rst
@@ -1,18 +1,25 @@
Change History
==============

1.0.0 (TBA)
-----------
0.8 (2016-06-14)
----------------

This version supports Django 1.6, 1.7, 1.8, 1.9 (latest minor versions), and Python 2.7, 3.4, 3.5 (latest minor versions).

- Added ``widgets`` attribute setting; allow to change form widgets in the ``ModelFormSetView``.
- Added Django 1.9 support.
- Fixed ``get_context_data()`` usage of ``*args, **kwargs``.
- Fixed silent overwriting of ``ModelForm`` fields to ``__all__``.


Backwards-incompatible changes
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Dropped support for Django < 1.6, and Python 3.3.

- Dropped support for Django <= 1.5 and Python 3.3.
- Removed the ``extra_views.multi`` module as it had neither documentation nor
test coverage and was broken for some of the supported Django/Python
versions.
- Fixed #114: Don't implicitly set ``fields = '__all__'``. If you face
``ImproperlyConfigured`` exceptions, you should have a look at the
test coverage and was broken for some of the supported Django/Python versions.
- This package no longer implicitly set ``fields = '__all__'``.
If you face ``ImproperlyConfigured`` exceptions, you should have a look at the
`Django 1.6 release notes`_ and set the ``fields`` or ``exclude`` attributes
on your ``ModelForm`` or extra-views views.

Expand Down

0 comments on commit 8585613

Please sign in to comment.