File tree 3 files changed +14
-7
lines changed
3 files changed +14
-7
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 5.0.0 (2020-06-30)
6
+ ==========================
7
+
8
+ Breaking Changes
9
+ ----------------
7
10
11
+ - Include the property ``parameters `` when serializing a form using the ContextFormSerializer.
8
12
- Drop support for Django 1.11 (#398, #395).
9
13
- Drop support for Django REST Framework 3.8 (#382).
14
+
15
+ Other changes
16
+ -------------
17
+
10
18
- Fix Postgresql configuration in CircleCI regarding the authentication (#395).
11
19
- Small cleanups of Python2-related code.
12
- - Include the property ``parameters `` serializing a form using the ContextFormSerializer.
13
20
14
21
Release 4.0.2 (2020-02-13)
15
22
==========================
Original file line number Diff line number Diff line change 2
2
Deprecation timeline
3
3
====================
4
4
5
- From 4.0.1 to x.y.z
5
+ From 4.0.1 to 5.0.0
6
6
===================
7
7
8
8
Django versions
9
9
---------------
10
10
11
- .. deprecated :: x.y.z
11
+ .. deprecated :: 5.0.0
12
12
13
13
Drop support for Django 1.11
14
14
15
15
Django REST Framework versions
16
16
------------------------------
17
17
18
- .. deprecated :: x.y.z
18
+ .. deprecated :: 5.0.0
19
19
20
20
Drop support for Django Rest Framework 3.8
21
21
Original file line number Diff line number Diff line change 1
1
from .json_migrations import latest_version
2
2
3
3
default_app_config = 'formidable.app.FormidableConfig'
4
- version = '4.1.0.dev2 '
4
+ version = '5.0.0 '
5
5
json_version = latest_version
You can’t perform that action at this time.
0 commit comments