Get the latest tech news
Taming the beast that is the Django ORM – An introduction
- An introduction The material this blog post was originally developed from was a bunch of slides used for a skill share presentation I gave at my workplace @ coreplan.io. I have 3+ years of experience with Django, with it being the main framework that underpins the backend of CorePlan’s main SaaS product.
The material this blog post was originally developed from was a bunch of slides used for a skill share presentation I gave at my workplace @ coreplan.io. ActiveRecord pattern - ala Ruby on Rails style QuerySets ( Hole.objects.all()) lazy chainable cached when iterated over multiple times!? Pagination / order_by Not a Django ORM thing, but a Django ORM hides the implementation detail, which may lead to unexpected result Page pagination is default in DRF list views and implemented with LIMIT and OFFSET in SQL
Or read this on Hacker News