We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7140f44 + 7f7aa77 commit 411eb1fCopy full SHA for 411eb1f
docs/changelog.md
@@ -3,6 +3,11 @@ title: "Changelog"
3
source_filename: "changelog"
4
---
5
6
+### Release 0.0.10
7
+
8
+ - Use get_serializer_class for Views without serlaizer_class attribute [#92](https://github.com/ekonstantinidis/django-rest-framework-docs/pull/92)
9
10
11
### Release 0.0.9
12
13
- Support for more types of `ROOT_URLCONF`
rest_framework_docs/__init__.py
@@ -1 +1 @@
1
-__version__ = '0.0.9'
+__version__ = '0.0.10'
0 commit comments