GeeWee / django-auto-prefetching

Automatic prefetching for Django
MIT License
231 stars 18 forks source link

Opinion on djangorestframework-serializer-extensions #32

Closed jpmckinney closed 3 years ago

jpmckinney commented 3 years ago

I see djangorestframework-serializer-extensions provides similar functionality with its extensions_auto_optimize = True (documented here). Are there any relevant differences to your knowledge?

https://github.com/evenicoulddoit/django-rest-framework-serializer-extensions

GeeWee commented 3 years ago

I hadn't seen that before. It seems approximately like the same way of implementing it when skimming the code. I would wager they probably do approximately the same thing.

jpmckinney commented 3 years ago

Thanks for checking, I appreciate it!

GeeWee commented 3 years ago

You're welcome!