3 | | in the condition decorator and added an parameter to support updating |
4 | | of the etags for write operations |
5 | | http://tools.ietf.org/id/draft-reschke-http-etag-on-write-09.txt |
| 3 | in the condition decorator |
| 4 | |
| 5 | PR: https://github.com/django/django/pull/3764 |
| 6 | |
| 7 | UPDATE: In the previous version of this PR I had added updating of etags for write operations. However, the RFCs are quite confusing and the new HTTPs RFC 7231,7232,7234 did not improve the situation. Therefore I've removed those changes for now and would submit them as an independent patch. |
| 8 | (OLD: added an parameter to support updating of the etags for write operations http://tools.ietf.org/id/draft-reschke-http-etag-on-write-09.txt) |