theArjun
Python is Love

Python is Love

Follow
Follow
homeDjangoGitAboutnewsletter
Tag

orm

#orm

More content

Read more stories on Hashnode


Articles with this tag

Model Anti-patterns in Django

Mar 24, 20236 min read

Hello pals,While working with Django, we all write code that does the job, but some code may be performing excessive computations or operations that...

Model Anti-patterns in Django

Select Related and Prefetch Related

Mar 9, 20232 min read

In Django, select_related() and prefetch_related() are used to optimize database queries by reducing the number of database calls needed to retrieve...

Select Related and Prefetch Related