Skip to content

Commit

Permalink
Merge branch 'release/0.3.8' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
erikvw committed Mar 26, 2024
2 parents 2a4e31e + 55d4ccf commit 1dd7920
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions edc_pharmacy/tests/models.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from datetime import date

from django.db import models
from edc_consent.managers import ConsentObjectsByCdefManager, CurrentSiteByCdefManager
from edc_crf.model_mixins import CrfModelMixin
from edc_identifier.managers import SubjectIdentifierManager
from edc_identifier.model_mixins import NonUniqueSubjectIdentifierFieldMixin
Expand Down Expand Up @@ -37,6 +38,9 @@ class SubjectConsent(


class SubjectConsentV1(SubjectConsent):
objects = ConsentObjectsByCdefManager()
on_site = CurrentSiteByCdefManager()

class Meta:
proxy = True

Expand Down

0 comments on commit 1dd7920

Please sign in to comment.