Branch: refs/heads/master
  Home:   https://github.com/django/django
  Commit: 83041ca8025425530fcd32b50f247077ac0a5b74
      
https://github.com/django/django/commit/83041ca8025425530fcd32b50f247077ac0a5b74
  Author: Aymeric Augustin <[email protected]>
  Date:   2012-10-24 (Wed, 24 Oct 2012)

  Changed paths:
    M tests/modeltests/delete/tests.py

  Log Message:
  -----------
  Fixed a DeprecationWarning under Python 3.


  Commit: 495a8b8107dbd4fb511954bcd2322d125addd94e
      
https://github.com/django/django/commit/495a8b8107dbd4fb511954bcd2322d125addd94e
  Author: Aymeric Augustin <[email protected]>
  Date:   2012-10-24 (Wed, 24 Oct 2012)

  Changed paths:
    M django/http/response.py
    M docs/internals/deprecation.txt
    M docs/ref/request-response.txt
    M docs/releases/1.5.txt
    M tests/regressiontests/httpwrappers/tests.py

  Log Message:
  -----------
  Fixed #6527 -- Provided repeatable content access

in HttpResponses instantiated with iterators.


  Commit: 82b3e6ffcb9d810cc0e3ec27d25f89ce1fd525e0
      
https://github.com/django/django/commit/82b3e6ffcb9d810cc0e3ec27d25f89ce1fd525e0
  Author: Aymeric Augustin <[email protected]>
  Date:   2012-10-24 (Wed, 24 Oct 2012)

  Changed paths:
    M django/http/response.py
    M django/test/testcases.py
    M tests/regressiontests/httpwrappers/tests.py

  Log Message:
  -----------
  Fixed #13222 -- Made HttpResponse iterable once

response.content can be accessed many times as desired, and always
returns the same result.

iter(response) works only once and consumes the iterator.


Compare: https://github.com/django/django/compare/c736a1a9f8f1...82b3e6ffcb9d

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to