diff options
| author | Tim Graham <timograham@gmail.com> | 2018-12-27 19:49:03 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2019-01-17 10:50:25 -0500 |
| commit | 8045dff98c2533e7e99ce82f80292fc6f3bb7e1f (patch) | |
| tree | cea0480096b2b285b4664db28b30e3b36db6092e /docs/ref/class-based-views | |
| parent | 573ec714e5f52eccde01bbac3836d0edafcb2c20 (diff) | |
Refs #27829 -- Removed settings.DEFAULT_CONTENT_TYPE per deprecation timeline.
Diffstat (limited to 'docs/ref/class-based-views')
| -rw-r--r-- | docs/ref/class-based-views/mixins-simple.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/class-based-views/mixins-simple.txt b/docs/ref/class-based-views/mixins-simple.txt index 2d1bbdeb57..d220737340 100644 --- a/docs/ref/class-based-views/mixins-simple.txt +++ b/docs/ref/class-based-views/mixins-simple.txt @@ -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** |
