Skip to content

warning added to docs #97

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 28, 2024
Merged

warning added to docs #97

merged 1 commit into from
May 28, 2024

Conversation

igorbenav
Copy link
Collaborator

Warning

Note that naive datetime such as datetime.utcnow is not supported by FastCRUD as it was deprecated.
Use timezone aware datetime, such as datetime.now(UTC) instead.

Closes #92

@igorbenav igorbenav added the documentation Improvements or additions to documentation label May 28, 2024
@igorbenav igorbenav merged commit 8263ef4 into main May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Warning in Docs that only timezone aware data is supported
1 participant