google-code-export / django-photologue

Automatically exported from code.google.com/p/django-photologue
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Creating a photo size with checked "pre-cache" option #30

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. create a new photo size entry (e.g: name=test)
2. check the "pre-cache" option and save it

What is the expected output? What do you see instead?
expected output would be a saved photo size entry
But there is the following error:
'Photo' object has no attribute 'get_test_path'

What version of the product are you using? On what operating system?
1b

Please provide any additional information below.

Original issue reported on code.google.com by schla...@gmail.com on 13 Mar 2008 at 6:47

GoogleCodeExporter commented 9 years ago

Original comment by justin.d...@gmail.com on 13 Mar 2008 at 12:10

GoogleCodeExporter commented 9 years ago
Fixed in r175.

Original comment by justin.d...@gmail.com on 18 Mar 2008 at 1:35

GoogleCodeExporter commented 9 years ago
Still had a bug. Needed to clear the PhotoSizeCache. Should be fixed now in 
r179.

Original comment by justin.d...@gmail.com on 18 Mar 2008 at 3:00