File tree 2 files changed +3
-16
lines changed
2 files changed +3
-16
lines changed Original file line number Diff line number Diff line change 2
2
ChangeLog
3
3
=========
4
4
5
- master (unreleased )
6
- ===================
5
+ Release 1.0.1 (2017-10-04 )
6
+ ==========================
7
7
8
8
- Validation View return the right content-type headers when the validation is okay (#257)
9
9
- Fix The error 500 when the formidable object is not found on validation view (#257)
Original file line number Diff line number Diff line change 1
- import warnings
2
-
3
-
4
1
default_app_config = 'formidable.app.FormidableConfig'
5
- version = '1.0.1.dev0'
6
-
7
- # TO BE REMOVED ON 1.0.0
8
- with warnings .catch_warnings ():
9
- warnings .simplefilter ('always' , DeprecationWarning )
10
- page = 'https://django-formidable.readthedocs.io/en/latest/deprecations.html' # noqa
11
- warnings .warn (
12
- 'Form Presets are about to be deprecated. '
13
- 'Please refer to the Deprecation Timeline document for more details '
14
- '{}.' .format (page ),
15
- DeprecationWarning )
2
+ version = '1.0.1'
You can’t perform that action at this time.
0 commit comments