- 21 Eyl, 2013 11 kayıt (commit)
-
-
Michael DiBernardo yazdı
-
Aymeric Augustin yazdı
Fields must render values in the current time zone. This commit only contains tests because this ticket was just a symptom of a regression from #18777 that was fixed separately.
-
Florian Apolloner yazdı
This is a follow-up to #18777 which improperly converted to strings in prepare_value and as such caused regressions like #21074. Refs #18777, #21074
-
Simon Charette yazdı
Correct very minor typo
-
mlissner yazdı
Just changed as to has.
-
Aymeric Augustin yazdı
Refs #19371.
-
Aymeric Augustin yazdı
Addressed inaccuracies in performance docs
-
Aymeric Augustin yazdı
* Move the discussion of CachedStaticFilesStorage to the section about HTTP. It's really about client-side caching. It doesn't fit with the caching utilities from django.utils.functional. * Tone down the warning against Pypy as per Alex' feedback. It's a valid choice for advanced users who are comfortable using a non-standard stack. * Generally reworded the 'Using different versions of available software' section. * Some other minor adjustments to the document.
-
Alex Gaynor yazdı
- missing __init__.py
-
Alexander yazdı
-
Curtis Maloney yazdı
-
- 20 Eyl, 2013 4 kayıt (commit)
-
-
Daniele Procida yazdı
Many thanks to all involved in discussions, and in particular to Tim Graham for painstaking reviews.
-
evildmp yazdı
-
Aymeric Augustin yazdı
-
tschilling yazdı
Thanks stanislas.guerra at gmail.com for the report.
-
- 19 Eyl, 2013 15 kayıt (commit)
-
-
Paul McMillan yazdı
Increase default PBKDF2 iterations
-
Markus Amalthea Magnuson yazdı
-
yokomizor yazdı
Thanks gsf for the suggestion.
-
Paul McMillan yazdı
Increases the default PBKDF2 iterations, since computers have gotten faster since 2011. In the future, we plan to increment by 10% per major version.
-
Kevin Christopher Henry yazdı
- Noted that this does not allow for reading and writing the same open file in different processes under Windows. - Noted that the keyword arguments to NamedTemporaryFile no longer match the Python version.
-
Curtis Maloney yazdı
-
Tim Graham yazdı
Thanks tobias for the suggestion and boblefrag and saz for work on the patch.
-
Tim Graham yazdı
-
Tim Graham yazdı
Thanks Alexey Boriskin for the report.
-
Russell Keith-Magee yazdı
-
Russell Keith-Magee yazdı
-
Alex Gaynor yazdı
-
Alex Gaynor yazdı
-
Russell Keith-Magee yazdı
Fix #21121: Add archive of security issues.
-
James Bennett yazdı
-
- 18 Eyl, 2013 7 kayıt (commit)
-
-
Brian Holdefehr yazdı
Thanks stavros for the suggestion.
-
Tim Graham yazdı
Thanks daniel.quattro at gmail.com for the report.
-
Tim Graham yazdı
Thanks simonpercivall for the report and bmispelon for the review.
-
Tim Graham yazdı
Thanks rmboggs for the report.
-
Berker Peksag yazdı
* django.template.loader.get_template() * django.template.loader.select_template() * django.shortcuts.render() * django.shortcuts.render_to_response() Thanks amcnabb for the suggestion.
-
Tim Graham yazdı
Thanks margieroginski for the suggestion.
-
Anssi Kääriäinen yazdı
The SubfieldBase's descriptor caused an AttributeError when accessed from the class. Introspection didn't like that. Patch by Trac alias supervacuo.
-
- 17 Eyl, 2013 3 kayıt (commit)
-
-
Tim Graham yazdı
-
Markus Holtermann yazdı
-
Florian Apolloner yazdı
Ensure that selenium quits before the live server thread to prevent occasional hangs when killing the live server.
-