Skip to content

Commit 60b53b6

Browse files
committed
v1.0.1
1 parent 6a2dc90 commit 60b53b6

File tree

2 files changed

+3
-16
lines changed

2 files changed

+3
-16
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
ChangeLog
33
=========
44

5-
master (unreleased)
6-
===================
5+
Release 1.0.1 (2017-10-04)
6+
==========================
77

88
- Validation View return the right content-type headers when the validation is okay (#257)
99
- Fix The error 500 when the formidable object is not found on validation view (#257)

formidable/__init__.py

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,2 @@
1-
import warnings
2-
3-
41
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'

0 commit comments

Comments
 (0)