Changes between Initial Version and Version 1 of Ticket #24325, comment 9


Ignore:
Timestamp:
Feb 14, 2015, 6:50:17 AM (9 years ago)
Author:
Tim Graham

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24325, comment 9

    initial v1  
    22{{{
    33def image_upload_path(instance, filename):
    4     return "authors/%d/books/%d/%s" % params = (
     4    return "authors/%d/books/%d/%s" % (
    55        instance.author.pk,
    66        instance.pk,
Back to Top