wangwenchao / django-rest-interface

Automatically exported from code.google.com/p/django-rest-interface
0 stars 0 forks source link

Yet another incompatible change in django headers #21

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi Andreas,

This issue is related to the previous one #17 but I can't find a way to
reopen a bug with GoogleCode...

Now headers are handled with tuples but you can use setitem, since
http://code.djangoproject.com/changeset/6546 so the creation/update of a
resource need to be modified when you add the Location in headers.

The attached patch should fix this issue.

Original issue reported on code.google.com by lar...@gmail.com on 23 Oct 2007 at 10:22

Attachments:

GoogleCodeExporter commented 9 years ago
Fixed in r75. Thanks for the patch, David!

Original comment by stuhlmue...@gmail.com on 3 Nov 2007 at 5:34