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
Right now, though you can use the .then() method for anchoring on arbitrary dates or datetimes, it seems to throw an error when used with Django F expressions, like so:
Right now, though you can use the
.then()
method for anchoring on arbitrarydate
s ordatetime
s, it seems to throw an error when used with DjangoF
expressions, like so:For now, users will have to make do with the following, which does work:
The text was updated successfully, but these errors were encountered: