wlanslovenija / django-tastypie-mongoengine

MongoEngine support for django-tastypie.
Other
73 stars 59 forks source link

Support for X-HTTP-Method-Override #73

Closed yunmanger1 closed 9 years ago

yunmanger1 commented 10 years ago

It's possible to override method using X-HTTP-Method-Override header in django-tastypie.

The problem is that POST request with X-HTTP-Method-Override: DELETE fails on assertion in dispatcher.

mitar commented 9 years ago

Fixed with 03c1b1521a0a67081289e3940c2fb274263802a7.