File tree Expand file tree Collapse file tree 3 files changed +14
-7
lines changed Expand file tree Collapse file tree 3 files changed +14
-7
lines changed Original file line number Diff line number Diff line change 22ChangeLog
33=========
44
5- master (unreleased)
6- ===================
5+ Release 5.0.0 (2020-06-30)
6+ ==========================
7+
8+ Breaking Changes
9+ ----------------
710
11+ - Include the property ``parameters `` when serializing a form using the ContextFormSerializer.
812- Drop support for Django 1.11 (#398, #395).
913- Drop support for Django REST Framework 3.8 (#382).
14+
15+ Other changes
16+ -------------
17+
1018- Fix Postgresql configuration in CircleCI regarding the authentication (#395).
1119- Small cleanups of Python2-related code.
12- - Include the property ``parameters `` serializing a form using the ContextFormSerializer.
1320
1421Release 4.0.2 (2020-02-13)
1522==========================
Original file line number Diff line number Diff line change 22Deprecation timeline
33====================
44
5- From 4.0.1 to x.y.z
5+ From 4.0.1 to 5.0.0
66===================
77
88Django versions
99---------------
1010
11- .. deprecated :: x.y.z
11+ .. deprecated :: 5.0.0
1212
1313 Drop support for Django 1.11
1414
1515Django REST Framework versions
1616------------------------------
1717
18- .. deprecated :: x.y.z
18+ .. deprecated :: 5.0.0
1919
2020 Drop support for Django Rest Framework 3.8
2121
Original file line number Diff line number Diff line change 11from .json_migrations import latest_version
22
33default_app_config = 'formidable.app.FormidableConfig'
4- version = '4.1.0.dev2 '
4+ version = '5.0.0 '
55json_version = latest_version
You can’t perform that action at this time.
0 commit comments