django-serializer
Do ORMs normally allow circular relations? If so, how would they handle it?
I was hacking around trying to make a basic orm that has support for the one => one and one => many relationships. I think I succeeded somewhat, but I am curious about how to handle circular rel[详细]
2022-12-27 13:56 分类:问答Does anyone know of a way to easily convert a PDF to a docx format programmatically
We have a couple 3rd party systems that give us PDFs.We would like to convert those PDFs for display on the web without using an Adobe product.Ideally we would like to use Silverlight to render the PD[详细]
2022-12-19 05:16 分类:问答Optimizing Nested DRF Serializers
Help, pliz, to optimize the monstrous code in the serializer, which is very slow ... As I understand it, the main problem is in several SerializerMethodFields, where get_tasks () are called. Tell me,[详细]
2022-12-07 18:50 分类:问答