You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,10 @@
3
3
[![build-status-image]][travis]
4
4
[![pypi-version]][pypi]
5
5
6
+
**XML support for Django REST Framework**
7
+
8
+
Full documentation for the project is available at [http://jpadilla.github.io/django-rest-framework-xml][docs].
9
+
6
10
## Overview
7
11
8
12
XML support extracted as a third party package directly from the official Django REST Framework implementation. It's built using the [defusedxml][defusedxml] package.
@@ -55,7 +59,7 @@ class ExampleView(APIView):
55
59
56
60
## Documentation & Support
57
61
58
-
Full documentation for the project is available at http://jpadilla.github.io/django-rest-framework-xml/.
62
+
Full documentation for the project is available at [http://jpadilla.github.io/django-rest-framework-xml][docs].
59
63
60
64
You may also want to follow the [author][jpadilla] on Twitter.
61
65
@@ -66,4 +70,5 @@ You may also want to follow the [author][jpadilla] on Twitter.
0 commit comments