diff options
| author | Fabio Sangiovanni <4040184+sanjioh@users.noreply.github.com> | 2020-06-01 10:16:45 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-06-01 10:17:08 +0200 |
| commit | c3bd48c4cb051ba6bcb211ca564994784d8acabd (patch) | |
| tree | 5e79bafbf8a7a1d1def05aa9221cf5ae9e2cb868 | |
| parent | 98fada7244f135022540ec5d2383fb0115844bb4 (diff) | |
[3.1.x] Made minor edits to TemplateResponseMixin.get_template_names() docs.
Backport of 19ceabefd451bc8473a8ac96b04b46a436a7c1b5 from master
| -rw-r--r-- | docs/ref/class-based-views/mixins-simple.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/class-based-views/mixins-simple.txt b/docs/ref/class-based-views/mixins-simple.txt index b865308491..7a9542447b 100644 --- a/docs/ref/class-based-views/mixins-simple.txt +++ b/docs/ref/class-based-views/mixins-simple.txt @@ -102,5 +102,5 @@ Simple mixins Returns a list of template names to search for when rendering the template. The first template that is found will be used. - If :attr:`template_name` is specified, the default implementation will - return a list containing :attr:`template_name` (if it is specified). + The default implementation will return a list containing + :attr:`template_name` (if it is specified). |
