Tim Graham
|
573ec714e5
Refs #25978 -- Removed shortcuts.render_to_response() per deprecation timeline.
|
6 years ago |
Tim Graham
|
043bd70942
Updated test URL patterns to use path() and re_path().
|
6 years ago |
Alasdair Nicol
|
3380169222
Removed unused view and url from shortcuts tests.
|
9 years ago |
Tim Graham
|
9023696613
Removed dictionary and context_instance parameters for render functions.
|
9 years ago |
Tim Graham
|
b3641512c8
Removed dirs parameter in template engine methods and related funtions.
|
9 years ago |
Tim Graham
|
5e450c52aa
Removed current_app argument to render() and TemplateResponse().
|
9 years ago |
Aymeric Augustin
|
2133f3157e
Fixed #24168 -- Allowed selecting a template engine in a few APIs.
|
10 years ago |
Aymeric Augustin
|
127f9e073d
Restored support for multiple template names in render(_to_response).
|
10 years ago |
Aymeric Augustin
|
7331788300
Avoided rewrapping Contexts in render_to_response.
|
10 years ago |
Aymeric Augustin
|
bf1bd0fbc9
Moved tests for render shortcuts to their own app.
|
10 years ago |