robocupjunioraustralia / RCJA_Registration_System

A custom registration system for RoboCup Junior Australia built in Django.
https://enter.robocupjunior.org.au
4 stars 0 forks source link

TypeError: '<' not supported between instances of 'NoneType' and 'datetime.date' #660

Open sentry-io[bot] opened 3 months ago

sentry-io[bot] commented 3 months ago

Sentry Issue: REGO_DJANGO-F

TypeError: '<' not supported between instances of 'NoneType' and 'datetime.date'
(16 additional frame(s) were not displayed)
...
  File "eventfiles/models.py", line 97, in clean
    if self.uploadDeadline < self.event.registrationsCloseDate: