Changes between Initial Version and Version 1 of Ticket #24325, comment 9
- Timestamp:
- Feb 14, 2015, 6:50:17 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24325, comment 9
initial v1 2 2 {{{ 3 3 def image_upload_path(instance, filename): 4 return "authors/%d/books/%d/%s" % params =(4 return "authors/%d/books/%d/%s" % ( 5 5 instance.author.pk, 6 6 instance.pk,