- 05 Eki, 2015 1 kayıt (commit)
-
-
Pindi Albert yazdı
-
- 23 Eyl, 2015 13 kayıt (commit)
-
-
Tim Graham yazdı
Per deprecation timeline.
-
Tim Graham yazdı
Per deprecation timeline; refs 79deb6a0.
-
Tim Graham yazdı
Per deprecation timeline; refs a3e783fe.
-
Tim Graham yazdı
Per deprecation timeline.
-
Tim Graham yazdı
Per deprecation timeline.
-
Tim Graham yazdı
Per deprecation timeline.
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
Per deprecation timeline.
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
Per deprecation timeline.
-
- 21 Eyl, 2015 2 kayıt (commit)
-
-
Nick Johnson yazdı
-
Nick Johnson yazdı
-
- 18 Eyl, 2015 1 kayıt (commit)
-
-
Thomas Orozco yazdı
This doesn't work in Django 1.8 but was fixed in Django 1.9 as a side effect of another change.
-
- 15 Eyl, 2015 1 kayıt (commit)
-
-
Dave Smith yazdı
This makes it much easier to diagnose a test failure when all you have is the stack trace from an uncaught TemplateSyntaxError.
-
- 12 Eyl, 2015 1 kayıt (commit)
-
-
Dražen Odobašić yazdı
-
- 11 Eyl, 2015 1 kayıt (commit)
-
-
Buddy Lindsey, Jr yazdı
-
- 12 Agu, 2015 1 kayıt (commit)
-
-
Doug Beck yazdı
Refactored tests to use a sample project. Updated extraction: * Removed special handling of single percent signs. * When extracting messages from template text, doubled all percent signs so they are not interpreted by gettext as string format flags. All strings extracted by gettext, if containing a percent sign, will now be labeled "#, python-format". Updated translation: * Used "%%" for "%" in template text before calling gettext. * Updated {% trans %} rendering to restore "%" from "%%".
-
- 08 Agu, 2015 2 kayıt (commit)
-
-
Tim Graham yazdı
-
Claude Paroz yazdı
-
- 27 Tem, 2015 1 kayıt (commit)
-
-
Marten Kenbeek yazdı
Changed the url template tag to use request.resolver_match.namespace as a default for the current_app argument if request.current_app is not set.
-
- 21 Tem, 2015 1 kayıt (commit)
-
-
Luke Plant yazdı
Due to the URL encoding applied by the tag for all parameters that might be partly controllable by an end-user, there are no XSS/security problems caused by this bug, only invalid HTML.
-
- 16 Tem, 2015 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 01 Tem, 2015 1 kayıt (commit)
-
-
Matthew Somerville yazdı
Thanks Bojan Mihelac for the initial patch.
-
- 30 Haz, 2015 1 kayıt (commit)
-
-
Ned Batchelder yazdı
-
- 29 Haz, 2015 1 kayıt (commit)
-
-
Luke Plant yazdı
This is a security hardening fix to help prevent XSS (and incorrect HTML) for the common use case of simple_tag. Thanks to Tim Graham for the review.
-
- 27 Haz, 2015 1 kayıt (commit)
-
-
Noam yazdı
-
- 24 Haz, 2015 1 kayıt (commit)
-
-
Tim Graham yazdı
Forwardport of ae1d663b from stable/1.8.x plus more.
-
- 06 Haz, 2015 1 kayıt (commit)
-
-
Matthew Somerville yazdı
This also speeds up for loops that render the same template multiple times.
-
- 02 Haz, 2015 1 kayıt (commit)
-
-
Tomáš Ehrlich yazdı
-
- 27 May, 2015 1 kayıt (commit)
-
-
Paweł Marczewski yazdı
-
- 21 May, 2015 1 kayıt (commit)
-
-
Preston Timmons yazdı
* Converted the ``libraries`` and ``builtins`` globals of ``django.template.base`` into properties of the Engine class. * Added a public API for explicit registration of libraries and builtins.
-
- 20 May, 2015 1 kayıt (commit)
-
-
Simon Charette yazdı
-
- 28 Nis, 2015 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 22 Nis, 2015 1 kayıt (commit)
-
-
Preston Timmons yazdı
-
- 20 Nis, 2015 1 kayıt (commit)
-
-
Preston Timmons yazdı
This continues work to treat Django templates as a library.
-
- 14 Nis, 2015 1 kayıt (commit)
-
-
Tommy Beadle yazdı
-