Skip to content

Commit

Permalink
Merge branch 'release/0.3.6' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
erikvw committed Mar 26, 2024
2 parents 24d770a + 18da3e6 commit f80df30
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions edc_glucose/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_identifier.model_mixins import NonUniqueSubjectIdentifierFieldMixin
from edc_model.models import BaseUuidModel
from edc_registration.model_mixins import UpdatesOrCreatesRegistrationModelMixin
Expand Down Expand Up @@ -40,5 +41,8 @@ class SubjectConsent(


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

class Meta:
proxy = True

0 comments on commit f80df30

Please sign in to comment.