dcramer / django-devserver

A drop-in replacement for Django's runserver.
BSD 3-Clause "New" or "Revised" License
1.27k stars 159 forks source link

filtered sql still gets row count printed #81

Closed RonnyPfannschmidt closed 10 years ago

RonnyPfannschmidt commented 11 years ago

when using sql filters the realtime module still prints the rowcount for each query that was hidden

the expected behaviour would be to hide the rowcount as well