Custom Query (2152 matches)
Results (838 - 840 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1000 | fixed | Remove call timings code | kindly | rgrp |
Description |
Not used and extra overhead. Very useful to strip this out and low cost. Places where it seems to be:
|
|||
#1239 | fixed | Remove and re-add tag on package not working | rgrp | rgrp |
Description |
See reports on list at:
Tracked this to issue in dictization/model_save whereby was ignoring case where Package Tag already there but in deleted state. Rather than describe at length see fix. |
|||
#1172 | fixed | Remove all try: except: blocks that don't re-raise the original exception | dread | thejimmyg |
Description |
The current codebase has one or two try: except; blocks that don't catch specific exceptions. Under no circumstances should any broad try: except: blocks be allowed unless the exceptions they catch are immediately re-raised. Uncaught exceptions are wasting us quite a lot of time when trying to track down problems. |
Note: See TracQuery
for help on using queries.