~jcsackett/charmworld/bac-tag-constraints

« back to all changes in this revision

Viewing changes to charmworld/views/charms.py

[r=adeuring,abentley][bug=1199790][author=adeuring] Return dummy data for Charm.last_change and Charm.first_change, if a branch does not have any commits.

Show diffs side-by-side

added added

removed removed

Lines of Context:
124
124
            endpoint='charm'
125
125
        )
126
126
        icon_path = icon_path + '/' + remainder
127
 
 
128
127
    return {
129
128
        "charm": charm,
130
129
        'format_change': format_change,