| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This broke the website design in the sidebar because the line could not be wrapped.
|
|
|
|
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 Simon and Markus for reviews.
|
|
|
|
|
|
|
|
initial migrations of contenttypes and auth
Thanks Florian Apolloner for the report and Claude Paroz and Tim Graham for the review and help on the patch.
|
|
|
|
|
|
|
|
|
|
This is a security fix. Disclosure following shortly.
Thanks Keryn Knight for the report and initial patch.
|
|
This issue was fixed in master by refs #24072.
|
|
This is a security fix. Disclosure following shortly.
|
|
This is a security fix. Disclosure following shortly.
Thanks to Jedediah Smith for the report.
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|