File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ The default JSON encoding style can be altered using the `UNICODE_JSON` and `COM
89
89
90
90
** .media_type** : ` application/json `
91
91
92
- ** .format** : ` '. json' `
92
+ ** .format** : ` 'json' `
93
93
94
94
** .charset** : ` None `
95
95
@@ -127,7 +127,7 @@ See the [_HTML & Forms_ Topic Page][html-and-forms] for further examples of `Tem
127
127
128
128
** .media_type** : ` text/html `
129
129
130
- ** .format** : ` '. html' `
130
+ ** .format** : ` 'html' `
131
131
132
132
** .charset** : ` utf-8 `
133
133
@@ -149,7 +149,7 @@ You can use `StaticHTMLRenderer` either to return regular HTML pages using REST
149
149
150
150
** .media_type** : ` text/html `
151
151
152
- ** .format** : ` '. html' `
152
+ ** .format** : ` 'html' `
153
153
154
154
** .charset** : ` utf-8 `
155
155
@@ -165,7 +165,7 @@ This renderer will determine which other renderer would have been given highest
165
165
166
166
** .media_type** : ` text/html `
167
167
168
- ** .format** : ` '. api' `
168
+ ** .format** : ` 'api' `
169
169
170
170
** .charset** : ` utf-8 `
171
171
@@ -200,7 +200,7 @@ Note that views that have nested or list serializers for their input won't work
200
200
201
201
** .media_type** : ` text/html `
202
202
203
- ** .format** : ` '. admin' `
203
+ ** .format** : ` 'admin' `
204
204
205
205
** .charset** : ` utf-8 `
206
206
@@ -224,7 +224,7 @@ For more information see the [HTML & Forms][html-and-forms] documentation.
224
224
225
225
** .media_type** : ` text/html `
226
226
227
- ** .format** : ` '. form' `
227
+ ** .format** : ` 'form' `
228
228
229
229
** .charset** : ` utf-8 `
230
230
@@ -236,7 +236,7 @@ This renderer is used for rendering HTML multipart form data. **It is not suita
236
236
237
237
** .media_type** : ` multipart/form-data; boundary=BoUnDaRyStRiNg `
238
238
239
- ** .format** : ` '. multipart' `
239
+ ** .format** : ` 'multipart' `
240
240
241
241
** .charset** : ` utf-8 `
242
242
You can’t perform that action at this time.
0 commit comments