~jcsackett/charmworld/bac-tag-constraints

« back to all changes in this revision

Viewing changes to charmworld/models.py

[r=sinzui][bug=1208477][author=abentley] Remove doctype attribute.

Show diffs side-by-side

added added

removed removed

Lines of Context:
220
220
        'owner': '',
221
221
        'promulgated': False,
222
222
        'series': '',
223
 
        'doctype': 'charm',
224
223
 
225
224
        # Provided by the update charm job.
226
225
        'date_created': None,
1184
1183
        'data': dict(),
1185
1184
        'promulgated': False,
1186
1185
        'branch_deleted': False,
1187
 
        'doctype': 'bundle',
1188
1186
    }
1189
1187
 
1190
1188
    def __init__(self, data):