Showing pages tagged "django"

Show all posts

Navigating Django's admin url namespace

July 11, 2020

tbd

How to set dynamic values for Field choices’ human-readable names

Sept. 24, 2021

In this post, I explain how to add dynamic data to the choices shown in a Django form dropdown.

Bulk update or create in Django 4.1

Sept. 6, 2022

Django 4.1 quietly added a really powerful feature to the bulk_create queryset method that effectively turns it into bulk_update_or_create.