open-formulieren / open-forms

Smart and dynamic forms
https://open-forms.readthedocs.io
Other
37 stars 26 forks source link

Make timestamp representation consistent in model string representation. #4749

Closed sergei-maertens closed 1 month ago

sergei-maertens commented 1 month ago

Closes #3705

Changes

I've grepped the project for def __str__(self): and checked all of them for their timestamp usages.

Checklist

Check off the items that are completed or not relevant.

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 80.00000% with 2 lines in your changes missing coverage. Please review.

Project coverage is 96.56%. Comparing base (1ae8370) to head (3e1e318). Report is 4 commits behind head on master.

Files with missing lines Patch % Lines
src/openforms/forms/models/form_version.py 50.00% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #4749 +/- ## ========================================== - Coverage 96.56% 96.56% -0.01% ========================================== Files 746 746 Lines 25187 25191 +4 Branches 3313 3313 ========================================== + Hits 24322 24325 +3 - Misses 601 602 +1 Partials 264 264 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

sergei-maertens commented 1 month ago

oh I missed that one! I'll update