Skip to content
Snippets Groups Projects
Verified Commit 135654af authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Update django-pg-rrule

(cherry picked from commit a69931e0)
parent 84a511b2
No related branches found
No related tags found
No related merge requests found
...@@ -15,6 +15,7 @@ Fixed ...@@ -15,6 +15,7 @@ Fixed
* It wasn't possible to run data checks due to broken color data checks. * It wasn't possible to run data checks due to broken color data checks.
* Recurrence information for calendar events weren't removed on deletion. * Recurrence information for calendar events weren't removed on deletion.
* Full day events didn't work in calendar. * Full day events didn't work in calendar.
* Recurring events without until value weren't shown.
* [Dev] AddressInputType missed country field. * [Dev] AddressInputType missed country field.
`4.0`_ - 2025-03-29 `4.0`_ - 2025-03-29
......
...@@ -129,7 +129,7 @@ django-recurrence = "^1.11.1" ...@@ -129,7 +129,7 @@ django-recurrence = "^1.11.1"
django-timezone-field = "^7.0" django-timezone-field = "^7.0"
uwsgi = "^2.0.21" uwsgi = "^2.0.21"
tqdm = "^4.66.1" tqdm = "^4.66.1"
django-pg-rrule = "^0.4.1" django-pg-rrule = "^0.4.2"
libsass = "^0.23.0" libsass = "^0.23.0"
graphene-django-optimizer-reloaded = "^0.9.2" graphene-django-optimizer-reloaded = "^0.9.2"
defusedxml = "^0.7.1" defusedxml = "^0.7.1"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment