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 was expecting this field to store and retrieve the data in same format. But, the current behaviour is not different from Duration field except that this has more sophisticated options for inputting data.
On some debugging, I noticed that django is reading the values as timedelta by default and then relativedelta field gets hook for transforming the read value.
I was expecting this field to store and retrieve the data in same format. But, the current behaviour is not different from Duration field except that this has more sophisticated options for inputting data.
On some debugging, I noticed that django is reading the values as timedelta by default and then relativedelta field gets hook for transforming the read value.
my requirements.txt
PS: I can create a PR if you can suggest on a way how to fix this.
The text was updated successfully, but these errors were encountered: