- 14 Ock, 2015 3 kayıt (commit)
-
-
Markus Holtermann yazdı
Thanks Tim Graham for the review.
-
Tim Graham yazdı
-
Claude Paroz yazdı
-
- 13 Ock, 2015 10 kayıt (commit)
-
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
This is a security fix. Disclosure following shortly. Thanks Keryn Knight for the report and initial patch.
-
Tim Graham yazdı
This issue was fixed in master by refs #24072.
-
Tim Graham yazdı
This is a security fix. Disclosure following shortly.
-
Carl Meyer yazdı
This is a security fix. Disclosure following shortly. Thanks to Jedediah Smith for the report.
-
Tim Graham yazdı
-
Collin Anderson yazdı
-
Claude Paroz yazdı
Thanks Max Demars for the report.
-
- 12 Ock, 2015 23 kayıt (commit)
-
-
Michał Modzelewski yazdı
-
Shai Berger yazdı
Refs #17785
-
Tim Graham yazdı
-
Josh Schneier yazdı
-
Josh Smeaton yazdı
-
Claude Paroz yazdı
Thanks Laurent Payot for the report, and Markus Holtermann, Tim Graham for the reviews.
-
Aymeric Augustin yazdı
Thanks Collin for the review.
-
Aymeric Augustin yazdı
This is marginally better than crashing when several Django template engines are configured in a project. Refs #24125.
-
Aymeric Augustin yazdı
This change makes it possible to configure several Django template engines in a project and still use the admin. On the flip side the check is silently skipped when no Django template engine is configured.
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
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.
-
Aymeric Augustin yazdı
Changed import style to avoid confusion between Django's and Jinja2's APIs.
-
Claude Paroz yazdı
Thanks Thomas Güttler for the report and the initial patch, and Tim Graham for the review.
-
Muthiah Annamalai yazdı
-
Markus Holtermann yazdı
Thanks Tim Graham for the review.
-
Tim Graham yazdı
-
Collin Anderson yazdı
-
Markus Holtermann yazdı
Thanks Collin Anderson for the input when creating the patch and Tim Graham for the review.
-
Ng Zhi An yazdı
-
Collin Anderson yazdı
Refs #24117
-
Pavel Shpilev yazdı
-
Marc Tamlyn yazdı
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.
-
- 11 Ock, 2015 4 kayıt (commit)
-
-
Claude Paroz yazdı
It was mainly for MySQL on Python 3, but now the current recommended MySQL driver for Python 3 (mysqlclient) does support binary fields, it is unneeded. Refs #20377.
-
Ola Sitarska yazdı
-
Claude Paroz yazdı
This reverts commit 832b4a57. We officially don't support MySQL on Python 3.2. Refs #20380.
-
Tim Graham yazdı
-