File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 2.0.1] - 2018-01-27
8+ ### Changed
9+ - ` get ` and ` forms_invalid ` have been updated to call ` render_to_response ` instead of ` render `
10+ allowing a developer to customize the response_class on a view
11+ - updated dependecies and CircleCI
12+
713## [ 2.0.0] - 2017-09-14
814### Added
915- ` get_form_kwargs ` now follows the same format ` get_initial ` and returns an object whos keys are
Original file line number Diff line number Diff line change 11Django == 1.11.18
2- -e git+git@github.com:timbest/django-multi-form-view.git@d7d82fbbee6646c352c73f0607f152f2cf4fcc8f #egg=django_multi_form_view
2+ -e git+git@github.com:timbest/django-multi-form-view.git@2be57d43e7104cfe85e00bedeb69e812a2b25b37 #egg=django_multi_form_view
33Pillow == 5.4.1
44behave == 1.2.6
55behave-django == 1.1.0
Original file line number Diff line number Diff line change 44
55setup (
66 name = 'django-multi-form-view' ,
7- version = '2.0' ,
7+ version = '2.0.1 ' ,
88 author = u'Tim Best' ,
99 packages = find_packages (),
1010 url = 'https://github.com/TimBest/django-multi-form-view' ,
You can’t perform that action at this time.
0 commit comments