-
Notifications
You must be signed in to change notification settings - Fork 433
Experimental query builder #1161
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
Comments
I've used a number of other methods in the query builder, which have all worked. Not tried everything though. |
Wow! didn't remember that... Thanks for the finding! |
Probably ought to be extracting them from the query more directly in get_events, or provide a method on query to pop them. But it needs to be backward compatible to allow a migration. |
I know to fix it. |
Opening this thread to separate from other items.
Running this code results in the error shown below:
Calendar shouldn't really be accessing _filters, but it is using it to extract start and end date. Can't easily see the resolution.
The text was updated successfully, but these errors were encountered: