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.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
6
6
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
+
7
13
## [ 2.0.0] - 2017-09-14
8
14
### Added
9
15
- ` 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 1
1
Django == 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
3
3
Pillow == 5.4.1
4
4
behave == 1.2.6
5
5
behave-django == 1.1.0
Original file line number Diff line number Diff line change 4
4
5
5
setup (
6
6
name = 'django-multi-form-view' ,
7
- version = '2.0' ,
7
+ version = '2.0.1 ' ,
8
8
author = u'Tim Best' ,
9
9
packages = find_packages (),
10
10
url = 'https://github.com/TimBest/django-multi-form-view' ,
You can’t perform that action at this time.
0 commit comments