Michael Gendy

Results 22 comments of Michael Gendy
trafficstars

I'm working on a cython project and I'm gonna use your package so I wanna be able to import it as a cython module which is not possible without using...

Yes, the class itself will be the same but the declarations such `cdef bytes target` will be moved.

@petrsynek Did you find a way to solve it ?

@petrsynek After a lot of debug I found that there're missed attributes in as_view method which used by rest_framework to generate the schema So the as view should be like...

https://github.com/collerek/ormar/blob/1ffb28d7b06f3f7989a6219c900e2fd441cbea42/ormar/queryset/queryset.py#L1064 I think that ormar do the same thing here. Anyway take your time and ping me if you have any updates.

So, maybe we need to add it to `databases` first.

Yeah sure, I will take a look at it.

Check https://github.com/encode/databases/pull/468#issue-1147100109