File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,8 @@ You can determine your currently installed version using `pip freeze`:
45
45
* Support customizable view name and description functions, using the ` VIEW_NAME_FUNCTION ` and ` VIEW_DESCRIPTION_FUNCTION ` settings.
46
46
* Added ` MAX_PAGINATE_BY ` setting and ` max_paginate_by ` generic view attribute.
47
47
* Added ` cache ` attribute to throttles to allow overriding of default cache.
48
+ * 'Raw data' tab in browsable API now contains pre-populated data.
49
+ * 'Raw data' and 'HTML form' tab preference in browseable API now saved between page views.
48
50
* Bugfix: ` required=True ` argument fixed for boolean serializer fields.
49
51
* Bugfix: ` client.force_authenticate(None) ` should also clear session info if it exists.
50
52
* Bugfix: Client sending emptry string instead of file now clears ` FileField ` .
You can’t perform that action at this time.
0 commit comments