Skip to content

Fix timezone naive warning in events viewset

Sébastiaan Versteeg requested to merge fix/timezone-support-exception into master

Closes #464 (closed)

Previous behaviour

Steps to reproduce:

  1. Run any code and the warning is printed

New behaviour

Steps to validate that it works:

  1. Run any code and the warning is not printed

Merge request reports