瀏覽代碼

DoesNotExist should be ObjectDoesNotExist, oops!

pull/86/head
Jens Gutermuth 9 年之前
父節點
當前提交
e4b8769168
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      pinry/core/api.py

+ 1
- 1
pinry/core/api.py 查看文件

@@ -63,7 +63,7 @@ def filter_generator_for(size):
for thumbnail in bundle.obj._prefetched_objects_cache['thumbnail']:
if thumbnail.size == size:
return thumbnail
raise DoesNotExist()
raise ObjectDoesNotExist()
return wrapped_func




Loading…
取消
儲存