Aymeric Augustin
|
cf1f36bb6e
|
Deprecated current_app in TemplateResponse and render(_to_response).
|
2014-12-28 17:02:29 +01:00 |
Aymeric Augustin
|
fdbfc98003
|
Deprecated some arguments of django.shortcuts.render(_to_response).
dictionary and context_instance and superseded by context.
Refactored tests that relied context_instance with more modern idioms.
|
2014-12-28 17:02:29 +01:00 |
Aymeric Augustin
|
a0141f9eac
|
Simplified implementation of django.shortcuts.render(_to_response).
*args, **kwargs brought more confusion than concision.
|
2014-12-28 17:00:07 +01:00 |
Aymeric Augustin
|
90805b240f
|
Supported multiple template engines in render_to_string.
Adjusted its API through a deprecation path according to the DEP.
|
2014-12-28 16:23:02 +01:00 |
Tim Graham
|
8251438cb8
|
Moved relative URL handling added in refs #21177 to a better place.
Thanks apollo13: "reverse() shouldn't know about absolute/relative paths."
|
2014-02-15 07:54:35 -05:00 |
Alex Gaynor
|
73b3c257e3
|
Changed shortcuts from being a package to just being a module
|
2013-11-19 15:34:20 -08:00 |