ソースを参照

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




読み込み中…
キャンセル
保存