- 31 Ara, 2014 11 kayıt (commit)
-
-
Markus Holtermann yazdı
Thanks to Collin Anderson, Tim Graham, Gabe Jackson, and Marc Tamlyn for their input, ideas, and review.
-
Will Earp yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Piotr Pawlaczek yazdı
Refactored bump_prefix() to avoid infinite loop and allow more than than 5 subquires by extending the alphabet to use multi-letters.
-
Tim Graham yazdı
refs #22340.
-
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 11 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.
-