| Age | Commit message (Collapse) | Author |
|
Thanks Tim Graham for polishing the patch, updating the tests, and
writing documentation. Thanks Carl Meyer for shepherding the DEP.
|
|
Didn't touch comments where it wasn't obvious that the code adhered to
the newer standard.
|
|
deferred instance loading.
|
|
|
|
Thanks Cristiano Coelho and Tim Graham for the reviews.
|
|
|
|
|
|
|
|
|
|
Thanks Claude Paroz and Tim Graham for polishing the patch.
|
|
Thanks Tim Graham and Cristiano Coelho for the reviews.
Refs #26328, #26319.
|
|
Thanks Tim Graham for the review.
|
|
|
|
|
|
|
|
template_name.
|
|
|
|
|
|
|
|
Thanks to Tim Graham for the review.
|
|
FormMixin.get_context_data().
Changed "dict.setdefault" to "if x in dict" pattern so that get_form() would not
be called unnecessarily, specifically in the case where FormMixin.form_invalid()
calls get_context_data() with the current form.
|
|
SingleObjectMixin.get_context_object_name().
|
|
|
|
|
|
argument.
|
|
|
|
|
|
|
|
optional.
Per deprecation timeline.
|
|
Per deprecation timeline.
|
|
|
|
|
|
|
|
|
|
|
|
Added django.views.i18n.json_catalog() view, which returns a JSON
response containing translations, formats, and a plural expression
for the specified language.
|
|
The whitespace added in 1101467ce0756272a54f4c7bc65c4c335a94111b
broke the initial comparison.
|
|
|
|
Removed extra blank lines in the template text debug template,
and prevented overindentation in the HTML debug template.
|
|
|
|
Forwardport of ae1d663b7913f6da233c55409c4973248372d302
from stable/1.8.x plus more.
|
|
|
|
Thanks Tomáš Ehrlich for help with the patch.
|
|
|
|
|
|
Thanks Tim Graham for the review.
|
|
|
|
|
|
|
|
This now works for multiple Django engines and recursive loaders.
Support for non-Django engines is still pending.
Refs #15053.
|