- 26 Eki, 2012 11 kayıt (commit)
-
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
-
Claude Paroz yazdı
Thanks Dan Fairs for the report and the initial patch.
-
Claude Paroz yazdı
Thanks spleeyah for the report.
-
Luke Plant yazdı
-
Luke Plant yazdı
Refs #19038
-
Luke Plant yazdı
Refs #19038.
-
Ian Clelland yazdı
-
Ian Clelland yazdı
-
Ian Clelland yazdı
Since http://bugs.python.org/issue2193 has been resolved in favour of the colon in cookie names, we need to test invalid cookie removal using a different character. "@" is still considered invalid by all sources.
-
Ian Clelland yazdı
-
- 25 Eki, 2012 15 kayıt (commit)
-
-
Luke Plant yazdı
Thanks to clelland for the report.
-
Luke Plant yazdı
Thanks to homm for the report and ramiro for the patch.
-
Tim Graham yazdı
-
Preston Holmes yazdı
Fixed typo in docs/releases/1.5.txt
-
Tim Graham yazdı
-
Aymeric Augustin yazdı
Refs #17758.
-
Eric Florenzano yazdı
Fix typo.
-
Aymeric Augustin yazdı
Returning unicode triggers a bug in Python 2.7: http://bugs.python.org/issue11638 This problem was introduced in 4a103086 (unicode_literals).
-
Preston Holmes yazdı
-
Jacob Kaplan-Moss yazdı
Also updated 1.5-proper release notes a bit.
-
Anssi Kääriäinen yazdı
-
Anssi Kääriäinen yazdı
-
Anssi Kääriäinen yazdı
-
Anssi Kääriäinen yazdı
There was a bug introduced in #18676 which caused fast-path deletes implemented as "DELETE WHERE pk IN <subquery>" to fail if the SELECT clause contained additional stuff (for example extra() and annotate()). Thanks to Trac alias pressureman for spotting this regression.
-
Aymeric Augustin yazdı
Thanks mrmachine for the review.
-
- 24 Eki, 2012 7 kayıt (commit)
-
-
Alex Gaynor yazdı
This case was originally designed to handle Exception's which didn't gracefully support coercing themselves to unicode. However, because it lives in the `else` case of `if hasattr(s, '__unicode__'):` we can be sure it's no longer reachable in djanog anymore, because since Python 2.5 exception has subclassed object, which means Exception objects always have an __unicode__ method.
-
Tim Graham yazdı
-
Alex Gaynor yazdı
-
Aymeric Augustin yazdı
response.content can be accessed many times as desired, and always returns the same result. iter(response) works only once and consumes the iterator.
-
Aymeric Augustin yazdı
in HttpResponses instantiated with iterators.
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
Thanks maxirobaina for the report.
-
- 23 Eki, 2012 2 kayıt (commit)
-
-
Claude Paroz yazdı
Thanks vlinhart for the report and Łukasz Rekucki for the patch.
-
Carl Meyer yazdı
Thanks Mario César for the report and draft patch.
-
- 22 Eki, 2012 5 kayıt (commit)
-
-
Aymeric Augustin yazdı
This commit caused every test that does two or more assertContains to fail, because of #6527. It also made HttpResponse non-pickleable. Refs #13222.
-
Aymeric Augustin yazdı
Fixed #19162 -- Wrong indentation.
-
Aymeric Augustin yazdı
Thanks teepark for the report and grahamd for his insights.
-
Jan Bednařík yazdı
-
Claude Paroz yazdı
-