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

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -