File tree Expand file tree Collapse file tree 3 files changed +17
-4
lines changed
Expand file tree Collapse file tree 3 files changed +17
-4
lines changed Original file line number Diff line number Diff line change 22ChangeLog
33=========
44
5- master (unreleased )
6- ===================
5+ Release 3.1.0 (2019-06-03 )
6+ ==========================
77
88- Fix documentation build (#363).
99- Upgrade requirements to Django REST Framework 3.9.x.
Original file line number Diff line number Diff line change 22Deprecation timeline
33====================
44
5+ From 3.0.1 to 3.1.0
6+ ===================
7+
8+ June 3rd, 2019
9+
10+ Django REST Framework versions
11+ ------------------------------
12+
13+ .. new :: 3.1.0
14+
15+ Support for Django REST Framework on all versions up to the 3.9 series.
16+
17+
518From 2.1.2 to 3.0.0
619===================
720
8- Octobre 31st, 2018
21+ October 31st, 2018
922
1023Django REST Framework versions
1124------------------------------
Original file line number Diff line number Diff line change 33from .json_migrations import latest_version
44
55default_app_config = 'formidable.app.FormidableConfig'
6- version = '3.1.0.dev0 '
6+ version = '3.1.0'
77json_version = latest_version
You can’t perform that action at this time.
0 commit comments