- 23 Eyl, 2015 2 kayıt (commit)
-
-
Tim Graham yazdı
-
Tim Graham yazdı
-
- 16 Eyl, 2015 1 kayıt (commit)
-
-
Matt Robenolt yazdı
Thanks Seth Gottlieb for help with the documentation and Carl Meyer and Joshua Kehn for reviews.
-
- 12 Eyl, 2015 1 kayıt (commit)
-
-
Dražen Odobašić yazdı
-
- 07 Eyl, 2015 1 kayıt (commit)
-
-
Zan Anderle yazdı
-
- 29 Agu, 2015 4 kayıt (commit)
-
-
Aymeric Augustin yazdı
Refs #24704.
-
Aymeric Augustin yazdı
This also fixes a test failure on Python 2 when Django is installed in a non-ASCII path. This problem cannot happen on Python 3.
-
Aymeric Augustin yazdı
* Added helpers to test uncached and cached access. * Fixed test_project_root_locale: it duplicated test_locale_paths_setting. * Rewrote test_only_new_files: test more cases.
-
Aymeric Augustin yazdı
* When some old files contain errors, the second call to gen_filenames() should return them. * When some new files contain errors, the first call to gen_filenames(only_new=True) should return them.
-
- 27 Tem, 2015 1 kayıt (commit)
-
-
Flavio Curella yazdı
-
- 17 Tem, 2015 1 kayıt (commit)
-
-
Edward Henderson yazdı
Thanks Flavio Curella and Berker Peksag for the initial patch.
-
- 10 Tem, 2015 1 kayıt (commit)
-
-
darkryder yazdı
-
- 24 Haz, 2015 1 kayıt (commit)
-
-
Tim Graham yazdı
Forwardport of ae1d663b from stable/1.8.x plus more.
-
- 23 Haz, 2015 1 kayıt (commit)
-
-
Marten Kenbeek yazdı
Implemented __str__() to return the string-representation of the proxied object, not the proxy itself, if the lazy object didn't have a string-like object in its resultclasses.
-
- 13 Haz, 2015 1 kayıt (commit)
-
-
Moritz Sichert yazdı
-
- 12 Haz, 2015 1 kayıt (commit)
-
-
Moritz Sichert yazdı
-
- 06 Haz, 2015 1 kayıt (commit)
-
-
Tomasz Kontusz yazdı
-
- 05 Haz, 2015 1 kayıt (commit)
-
-
Raphael Michel yazdı
-
- 04 Haz, 2015 1 kayıt (commit)
-
-
Raphael Michel yazdı
Renamed the mime_type properties of RssFeed and Atom1Feed to content_type and start deprecation for the old names.
-
- 02 Haz, 2015 1 kayıt (commit)
-
-
zauddelig yazdı
-
- 27 May, 2015 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 20 May, 2015 1 kayıt (commit)
-
-
Simon Charette yazdı
-
- 17 May, 2015 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
-
- 16 May, 2015 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 24 Nis, 2015 1 kayıt (commit)
-
-
Josh Smeaton yazdı
-
- 27 Mar, 2015 1 kayıt (commit)
-
-
Moritz Sichert yazdı
-
- 18 Mar, 2015 2 kayıt (commit)
-
-
Tim Graham yazdı
This is a security fix; disclosure to follow shortly.
-
Tim Graham yazdı
This is a security fix; disclosure to follow shortly.
-
- 09 Mar, 2015 1 kayıt (commit)
-
-
Claude Paroz yazdı
Thanks Jacob Rief for the report and Tim Graham for the review.
-
- 08 Mar, 2015 1 kayıt (commit)
-
-
Rik yazdı
-
- 23 Şub, 2015 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
Specifically stopped using the dir argument.
-
- 18 Şub, 2015 1 kayıt (commit)
-
-
Tim Graham yazdı
Refs #24324 -- Fixed Python 2 test failures when path to Django source contains non-ASCII characters.
-
- 12 Şub, 2015 1 kayıt (commit)
-
-
Lukas Klein yazdı
-
- 08 Şub, 2015 1 kayıt (commit)
-
-
Varun Sharma yazdı
Report and original patch by Kay Cha.
-
- 06 Şub, 2015 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 04 Şub, 2015 1 kayıt (commit)
-
-
Matthew Somerville yazdı
The function no longer flushes zfile after each write as doing so can lead to the gzipped streamed content being larger than the original content; each flush adds a 5/6 byte type 0 block. Removing this means buf.read() may return nothing, so only yield if that has some data. Testing shows without the flush() the buffer is being flushed every 17k or so and compresses the same as if it had been done as a whole string.
-
- 03 Şub, 2015 1 kayıt (commit)
-
-
darkryder yazdı
-
- 27 Ock, 2015 1 kayıt (commit)
-
-
Loic Bistuer yazdı
Thanks Berker Peksag and Tim Graham for the reviews. Refs #24219.
-
- 18 Ock, 2015 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 17 Ock, 2015 1 kayıt (commit)
-
-
Tim Graham yazdı
-