Describe the bug
The as_query() method of the AwaitableQuery class was removed in version 0.24.0, and I haven't found any alternative method to replace it. This method was extremely useful for converting a queryset to a QueryBuilder. I'm wondering if this removal was an intentional/planned change, or an accidental one.
Here are two historical changes to this method:

