| Age | Commit message (Collapse) | Author |
|
debug page.
Backport of 348cfccd9072f0e08ffe4cfb3946d1dc6a629e86 from master
|
|
Also removed try/except/fail antipattern that hides exceptions.
Backport of c9ae09addffb839403312131d4251e9d8b454508 from master
|
|
|
|
Thanks Tim Graham for polishing the patch, updating the tests, and
writing documentation. Thanks Carl Meyer for shepherding the DEP.
|
|
Thanks Cristiano Coelho and Tim Graham for the reviews.
|
|
|
|
|
|
Thanks Claude Paroz and Tim Graham for polishing the patch.
|
|
Browser names should be passed as a comma separated list to the --selenium flag.
Thanks Tim Graham, Simon Charette and Moritz Sichert for review and discussion.
|
|
|
|
Thanks Tim Graham and Cristiano Coelho for the reviews.
Refs #26328, #26319.
|
|
|
|
|
|
|
|
|
|
|
|
template_name.
|
|
|
|
|
|
Thanks to Tim Graham for the review.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Added django.views.i18n.json_catalog() view, which returns a JSON
response containing translations, formats, and a plural expression
for the specified language.
|
|
ForeignKey/OneToOneField
|
|
Forwardport of ae1d663b7913f6da233c55409c4973248372d302
from stable/1.8.x plus more.
|
|
Made URL application namespaces be set in the included URLconf and
instance namespaces in the call to include(). Deprecated other ways
to set application and instance namespaces.
|
|
|
|
Thanks Tomáš Ehrlich for help with the patch.
|
|
|
|
Thanks Tim Graham for the review.
|
|
With the introduction of multiple template engines these exceptions are no
longer DTL-specific. It makes more sense for them to be moved out of
DTL-related modules.
|
|
Thanks Carl Meyer for review.
|
|
This now works for multiple Django engines and recursive loaders.
Support for non-Django engines is still pending.
Refs #15053.
|
|
|
|
per project.
|
|
Thanks Carl Meyer for the report and Tim Graham for the review.
|
|
|
|
Thanks gbdlin for the initial patch and Tim Graham for the review.
|
|
|
|
|
|
|
|
Specifically stopped using the dir argument.
|
|
Thanks uranusjr for the report and analysis.
|
|
|