mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Refs #27829 -- Removed settings.DEFAULT_CONTENT_TYPE per deprecation timeline.
This commit is contained in:
parent
573ec714e5
commit
8045dff98c
11 changed files with 16 additions and 114 deletions
|
@ -83,7 +83,7 @@ Simple mixins
|
|||
|
||||
The content type to use for the response. ``content_type`` is passed
|
||||
as a keyword argument to ``response_class``. Default is ``None`` --
|
||||
meaning that Django uses :setting:`DEFAULT_CONTENT_TYPE`.
|
||||
meaning that Django uses ``'text/html'``.
|
||||
|
||||
**Methods**
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue