#databases
Read more stories on Hashnode
Articles with this tag
I had many time the need to optimize some performance issues with Django ORM queries, then many times the prefetch_related and select_related were my...
When working in a project already in production, you could encounter this case You have a model that contains a ManyToMany field without through...