| Age | Commit message (Collapse) | Author |
|
The method has been available since Python 3.6. The shorter syntax is
also marginally faster.
|
|
|
|
Co-Authored-By: Mariusz Felisiak <felisiak.mariusz@gmail.com>
Co-Authored-By: Hasan Ramezani <hasan.r67@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
Co-authored-by: Ryan Castner <castner.rr@gmail.com>
|
|
filtering.
Thanks to Tim Graham for the original implementation idea.
Co-authored-by: Daniel Maxson <dmaxson@ccpgames.com>
|
|
<script> tags.
|
|
Django will raise an error if you forget to call the decorator.
|
|
|
|
|
|
|
|
* assertIsNone()/assertIsNotNone() instead of comparing to None.
* assertLess() for < comparisons.
* assertIs() for 'is' expressions.
* assertIsInstance() for isinstance() expressions.
* rounding of assertAlmostEqual() for round() expressions.
* assertIs(..., True/False) instead of comparing to True/False.
* assertIs()/assertIsNot() for ==/!= comparisons.
* assertNotEqual() for == comparisons.
* assertTrue()/assertFalse() instead of comparing to True/False.
|
|
Http404.
|
|
templates.
Co-Authored-By: Daniel Hahler <git@thequod.de>
|
|
Thanks Claude Paroz for assistance with translations.
|
|
|
|
|
|
|
|
|
|
html.escape()/unescape().
|
|
on language cookies.
|
|
technical 404 debug and congrats page.
|
|
technical 500 debug page.
Regression in 50b8493.
Related to ea542a9.
|
|
|
|
ExceptionReporter.get_traceback_frames().
|
|
|
|
catalog.
|
|
|
|
favor of databases.
|
|
Thanks Mariusz Felisiak for auditing.
|
|
|
|
|
|
|
|
|
|
of Django.
|
|
|
|
|
|
|
|
Thanks Tim Graham for the review.
|
|
|
|
cookie.
The plan is to later deprecate/remove storing the language in the session.
|
|
|
|
|
|
Thanks Aymeric Augustin for shepherding the DEP and patch review.
Thanks Marten Kenbeek and Tim Graham for contributing to the code.
Thanks Tom Christie, Shai Berger, and Tim Graham for the docs.
|
|
technical 500 debug page.
This is a security fix.
|
|
without source code.
|