- 22 Eyl, 2013 9 kayıt (commit)
-
-
Florian Apolloner yazdı
Our WSGIServer rewrapped the socket errors from server_bind into WSGIServerExceptions, which is used later on to provide nicer error messages in runserver and used by the liveserver to see if the port is already in use. But wrapping server_bind isn't enough since it only binds to the socket, socket.listen (which is called from server_activate) could also raise "Address already in use". Instead of overriding server_activate too I chose to just catch socket errors, which seems to make more sense anyways and should be more robust against changes in wsgiref.
-
Ramiro Morales yazdı
Refs #20693.
-
Aymeric Augustin yazdı
Fixed #21141 -- Updated Sphinx URL.
-
Rogério Yokomizo yazdı
Updated Sphinx URL from http://sphinx.pocoo.org/ to http://sphinx-doc.org/.
-
Ramiro Morales yazdı
-
Ramiro Morales yazdı
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
We have always been at war with trailing backslashes.
-
Aymeric Augustin yazdı
That commit didn't always improve readability. See discussion on django-developers for details.
-
- 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 1 kayıt (commit)
-
-
Brian Holdefehr yazdı
Thanks stavros for the suggestion.
-