You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've added django-recurrence to my Django 4.0 project. The form widget works great, and I am able to save the form to my database. Although, I'm only seeing the recurrence text added as a column on the database (RecurrenceField); the other recurrence models don't appear to be used. Am I missing something?
The text was updated successfully, but these errors were encountered:
I've added django-recurrence to my Django 4.0 project. The form widget works great, and I am able to save the form to my database. Although, I'm only seeing the recurrence text added as a column on the database (RecurrenceField); the other recurrence models don't appear to be used. Am I missing something?
The text was updated successfully, but these errors were encountered: