Skip to content
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

Add the date operator to query on date-time field. #67

Merged
merged 1 commit into from
Jan 21, 2025

Conversation

harshalizode
Copy link
Contributor

@harshalizode harshalizode commented Jan 20, 2025

Add the date operator to query on date-time field.
Example:
await User.objects.get(created_at__date=date.today())

@harshalizode
Copy link
Contributor Author

HI @tarsil,
When you are planing to release the new version?, please consider the pull request on your upcoming mongoz version to add the date operator to query on the datetime field.

@tarsil
Copy link
Collaborator

tarsil commented Jan 21, 2025

HI @tarsil, When you are planing to release the new version?, please consider the pull request on your upcoming mongoz version to add the date operator to query on the datetime field.

Thank you @harshalizode we will be releasing tomorrow and this will be considered

@tarsil tarsil merged commit f0b9307 into dymmond:main Jan 21, 2025
4 checks passed
@tarsil
Copy link
Collaborator

tarsil commented Jan 24, 2025

@harshalizode ew had some priorities changed this week but the new version is now out with your addition

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants