Branch: refs/heads/master
  Home:   https://github.com/django/django
  Commit: e2b4eddc11b391bc0047032776e9ca7c2f9328b3
      
https://github.com/django/django/commit/e2b4eddc11b391bc0047032776e9ca7c2f9328b3
  Author: Claude Paroz <cla...@2xlibre.net>
  Date:   2012-08-22 (Wed, 22 Aug 2012)

  Changed paths:
    M django/http/__init__.py
    M django/template/response.py

  Log Message:
  -----------
  Used the decorator syntax for properties in django.http


  Commit: 7cfe8e8fce7677ec696f42a7d1501a97e8191a3d
      
https://github.com/django/django/commit/7cfe8e8fce7677ec696f42a7d1501a97e8191a3d
  Author: Claude Paroz <cla...@2xlibre.net>
  Date:   2012-08-22 (Wed, 22 Aug 2012)

  Changed paths:
    M django/http/__init__.py
    M django/views/static.py
    M docs/ref/request-response.txt
    M tests/regressiontests/httpwrappers/tests.py

  Log Message:
  -----------
  Fixed #11340 -- Prevented HttpResponseNotModified to have content/content-type

The HTTP 1.1 spec tells that the 304 response MUST NOT contain a
message body.
Thanks aparajita for the report.


Compare: https://github.com/django/django/compare/dfe63a52effa...7cfe8e8fce76

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


Reply via email to