Django Fellowship Program 2016 Retrospective

2016 concludes my second year working full-time to support the development of Django. Here are some highlights from my weekly summaries published on the django-developers mailing list.

Similar

Tips to optimize your Django SQL queries

When you first start with Django you will probably find the ORM to be an amazing feature. I agree with that, but the issue with ORMs is that it is too easy to forget that at the end the ORM generate SQL queries. Django has no way to optimize those … (more…)

Read more »