django - tastypie custom authorization read_detail not being used -
i have custom authorization class have subclassed tastypie.authorization.authorization
, writing unit tests. in testing read_detail() method, i've discovered particular request read_detail() method not being consulted , status code of 200 being returned (with correct payload.
i've ensured none of other *_detail or *_list methods being executed instead. how can go debugging issue?
edit:
disabling simplecache made problem go away....
Comments
Post a Comment