| Age | Commit message (Collapse) | Author |
|
Thanks Carl Meyer and Markus Holtermann for the reviews.
|
|
|
|
|
|
|
|
Thanks Anssi Kääriäinen, Carl Meyer, Collin Anderson, and Tim Graham for the reviews.
|
|
|
|
|
|
|
|
Specifically in rendering shortcuts, template responses, and class-based
views that return template responses.
Also added a test for render_to_response(status=...) which was missing
from fdbfc980.
Thanks Tim and Carl for the review.
|
|
inlineformset_factory examples.
|
|
|
|
|
|
|
|
Kept support for creating models without migrations when running tests
(especially for Django's test suite).
|
|
Per deprecation timeline; refs #13252.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
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 Markus Holtermann and Tim Graham for the review.
|
|
Thanks ajenhl Trac user for the report.
|
|
Thanks Markus Holterman and Berker Peksag for review.
|
|
Thanks Markus Holtermann for review and feedback.
|
|
|
|
|
|
This limitation was lifted in refs #14881.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
dictionary and context_instance and superseded by context.
Refactored tests that relied context_instance with more modern idioms.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|