- 24 Eki, 2012 4 kayıt (commit)
-
-
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 6 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ı
-
Claude Paroz yazdı
Thanks Alexey Boriskin for the report. Refs #18240.
-
- 21 Eki, 2012 7 kayıt (commit)
-
-
Aymeric Augustin yazdı
Iterators will be closed for both regular and streaming responses; this shouldn't be described as a difference.
-
Aymeric Augustin yazdı
Refs #7581. Thanks mrmachine.
-
Alex Gaynor yazdı
Cleaned up the the http module. Moved all of the code from __init__.py to request.py, response.py and utils.py
-
Claude Paroz yazdı
Fixed #19142 -- Language codes can include numbers (RFC 3066)
-
Preston Holmes yazdı
-
Preston Holmes yazdı
removing typo in the process. Thanks to Carlos Palol for the catch. Closes pull 450
-
Alex Gaynor yazdı
Allow reversed iteration over SortedDict.
-
- 20 Eki, 2012 16 kayıt (commit)
-
-
Jan Bednařík yazdı
-
Alex Gaynor yazdı
Fixed #19151 -- Added missing methods to EmptyQuerySet.
-
Jan Bednařík yazdı
Added values() and values_list() methods to EmptyQuerySet.
-
Aymeric Augustin yazdı
-
Tim Graham yazdı
Fixed #13869 - Warned that QuerySet.iterator() doesn't affect DB driver caching; thanks jtiai for the suggestion.
-
Aymeric Augustin yazdı
Thanks mrmachine and everyone else involved on this long-standing ticket.
-
Tim Graham yazdı
-
Claude Paroz yazdı
-
Aymeric Augustin yazdı
Thanks ybon, quinode and sjaensch for the patch, and Tim Graham for the review.
-
Claude Paroz yazdı
Thanks Ondrej Slinták for the suggestion.
-
Claude Paroz yazdı
Thanks paulegan for the report and Preston Holmes for the review.
-
Tim Graham yazdı
-
Claude Paroz yazdı
We probably historically customized it for good reasons, but currently, the differences with upstream Python are not significant any longer. Also fixes #19075 for which a test has been added.
-
Claude Paroz yazdı
-
Russell Keith-Magee yazdı
Thanks to Chris Pagnutti for the suggestion.
-
Russell Keith-Magee yazdı
Thanks to pressureman for the report, and to Preston Holmes for the draft patch.
-
- 19 Eki, 2012 1 kayıt (commit)
-
-
Tim Graham yazdı
Fixed #17388 - Noted in the custom model field docs that field methods need to handle None if the field may be null.
-
- 18 Eki, 2012 4 kayıt (commit)
-
-
Ramiro Morales yazdı
Also fixes #18310.
-
Tim Graham yazdı
Fixed #18046 - Documented than an index is created by default for ForeignKeys; thanks jbauer for the suggestion.
-
Preston Holmes yazdı
-
Claude Paroz yazdı
Thanks flagzeta@yahoo.it for the report and Luke Plant for his expert assistance.
-