Skip to content

Commit

Permalink
Merge pull request #68 from gadventures/add-doc-type
Browse files Browse the repository at this point in the history
Add document type to agency_document
  • Loading branch information
bartek committed Aug 22, 2017
2 parents 11216bb + ab94750 commit 3f7148b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gapipy/models/agency_document.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

class AgencyDocument(BaseModel):
" Represents a document for an agency. "
_as_is_fields = ['file']
_as_is_fields = ['file', 'type']

0 comments on commit 3f7148b

Please sign in to comment.