- 31 Ara, 2014 3 kayıt (commit)
-
-
Tim Graham yazdı
refs #22340.
-
Berker Peksag yazdı
The subclass check in ModelAdmin.get_formsets_with_inlines() wasn't tested correctly because of the super() call in EpisodeAdmin.get_formsets().
-
Russell Keith-Magee yazdı
-
- 30 Ara, 2014 10 kayıt (commit)
-
-
Claude Paroz yazdı
-
Claude Paroz yazdı
And removed Ignore*DeprecationWarningsMixin, now obsolete. Thanks Berker Peksag and Tim Graham for the review.
-
Tim Graham yazdı
-
Tim Graham yazdı
This reverts commit a2e3c969. The deprecation was moved back to 1.9 in 61da5f3f.
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Andriy Sokolovskiy yazdı
-
Markus Holtermann yazdı
refs #22563
-
Tim Graham yazdı
Thanks john_scott for the report and Markus Holtermann for review.
-
Ramiro Morales yazdı
Refs #23271
-
- 29 Ara, 2014 8 kayıt (commit)
-
-
Tim Graham yazdı
-
Markus Holtermann yazdı
Thanks to Michael D. Hoyle for the report and Tim Graham for the review.
-
Claude Paroz yazdı
Thanks Daniel Hahler for the report and Tim Graham for the review.
-
Claude Paroz yazdı
Thanks kabakov.as@gmail.com for the report, and Aymeric Augustin, Simon Charette for the reviews.
-
Berker Peksag yazdı
-
Ramiro Morales yazdı
Make sure PO catalog text fetched from gettext programs via standard output isn't corrupted by mismatch between assumed (UTF-8) and real (CP1252) encodings. This can cause mojibake to be written when creating or updating PO files. Also fixes #23311. Thanks to contributor with Trac nick 'danielmenzel' for the report, excellent research and fix.
-
Florian Apolloner yazdı
-
Josh Smeaton yazdı
-
- 28 Ara, 2014 19 kayıt (commit)
-
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
All tests now rely on TEMPLATES.
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
This avoids leaving projects silently vulnerable when this option is set to a string instead of a one-item tuple containing that string, a very common misconfiguration.
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
Previously, when a template was rendered with RequestContext, inclusion tags were rendered with a plain context, losing additional information available in the RequestContext. The (admittedly bizarre) implementation of RequestContext.new() has the side-effect of not running template context processors, making this change backwards-compatible.
-
Aymeric Augustin yazdı
dictionary and context_instance and superseded by context. Refactored tests that relied context_instance with more modern idioms.
-
Aymeric Augustin yazdı
*args, **kwargs brought more confusion than concision.
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
Deprecated features aren't tested.
-
Aymeric Augustin yazdı
Adjusted its API through a deprecation path according to the DEP.
-
Aymeric Augustin yazdı
This aligns the Django Template Engine API with the common template backend API.
-
Aymeric Augustin yazdı
It wasn't documented and it wasn't used anywhere.
-
Aymeric Augustin yazdı
It wasn't documented and it wasn't used anywhere, except in a few tests that don't test it specifically and can be rewritten with get_template.
-