#314 Public report for old entries

* enables public access to reports for unrecorded old entries if their binding_date < 16.06.2018
This commit is contained in:
2023-03-22 08:54:23 +01:00
parent b34be9f2fd
commit d5f97687b5
3 changed files with 5 additions and 3 deletions

View File

@@ -9,4 +9,4 @@ Created on: 19.10.21
# Defines the date of the legal publishing of the LKompVzVo
from django.utils import timezone
LKOMPVZVO_PUBLISH_DATE = timezone.make_aware(timezone.datetime.fromisoformat("2018-06-16"))
LKOMPVZVO_PUBLISH_DATE = timezone.make_aware(timezone.datetime.fromisoformat("2018-06-16")).date()