django-datatable-view
django-datatable-view copied to clipboard
Using X-editable together with Fields with choices #BUG
SS from example app,
@tiliv Any update on this? I appreciate if you can fix that.
This issue has been fixed simply by replacing 'dispatch' method with 'get' in base.py, also is available in my fork.
That is odd! I wonder why I had it set up that way before... Thanks!
Oh that's right... I broke this when I introduced the request_method
option by allowing the user to configure which method it used.
Ref 0824f95f Fix fc4eac8