Skip to content

Commit

Permalink
Add imports of OCDProxyModelMixin so the file goes into the package
Browse files Browse the repository at this point in the history
  • Loading branch information
gordonje committed Aug 11, 2017
1 parent 28ad810 commit 319e23e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions calaccess_processed/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@
OCDPersonProxy,
OCDPersonNameProxy,
OCDPostProxy,
OCDProxyModelMixin,
)


Expand Down Expand Up @@ -203,4 +204,5 @@
'OCDPersonProxy',
'OCDPersonNameProxy',
'OCDPostProxy',
'OCDProxyModelMixin',
)
2 changes: 2 additions & 0 deletions calaccess_processed/models/proxies/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
OCDPersonProxy,
OCDPersonNameProxy,
OCDPostProxy,
OCDProxyModelMixin,
)


Expand All @@ -48,4 +49,5 @@
'OCDPersonProxy',
'OCDPersonNameProxy',
'OCDPostProxy',
'OCDProxyModelMixin',
)
2 changes: 2 additions & 0 deletions calaccess_processed/models/proxies/opencivicdata/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"""
Proxy models for augmenting our source data tables with methods useful for processing.
"""
from .base import OCDProxyModelMixin
from .candidatecontests import OCDCandidateContestProxy
from .candidacies import OCDCandidacyProxy
from .divisions import OCDDivisionProxy
Expand Down Expand Up @@ -31,4 +32,5 @@
'OCDPersonProxy',
'OCDPersonNameProxy',
'OCDPostProxy',
'OCDProxyModelMixin',
)

0 comments on commit 319e23e

Please sign in to comment.