| Age | Commit message (Collapse) | Author |
|
|
|
Thanks to Keryn Knight for the report.
|
|
|
|
|
|
|
|
Kept support for creating models without migrations when running tests
(especially for Django's test suite).
|
|
Per deprecation timeline; refs #21680.
|
|
|
|
|
|
#21674.
|
|
Per deprecation timeline; refs #13252.
|
|
|
|
|
|
timeline.
refs #8898
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This finsishes the work started on #16803.
Thanks Simon Charette, Tim Graham and Collin Anderson for the
reviews.
|
|
Thanks Josh Smeaton and Tim Graham for the reviews.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks Laurent Payot for the report, and Markus Holtermann, Tim Graham
for the reviews.
|
|
|
|
A deprecation path is required because the return type of
django.template.loader.get_template changed during the
multiple template engines refactor.
test_csrf_token_in_404 was incorrect: it tested the case when the
hardcoded template was rendered, and that template doesn't depend on the
CSRF token. This commit makes it test the case when a custom template is
rendered.
|
|
|
|
|
|
|
|
Added a --debug-sql option for tests and runtests.py which outputs the
SQL logger for failing tests. When combined with --verbosity=2, it also
outputs the SQL for passing tests.
Thanks to Berker, Tim, Markus, Shai, Josh and Anssi for review and
discussion.
|
|
|
|
Recommending Template(template_code) was dumb. Described alternatives.
|
|
Accounted for multiple template engines and made a few small fixes.
|
|
|
|
|
|
This makes room for a more general introduction about templating.
Updated some links to point to the new location, but kept those that
didn't talk specifically about the DTL.
|
|
Thanks to Collin Anderson for the review and suggestions and Tim for the
final review.
|