This article is part 2 in a 3-part series on creating nested inlines in the Django admin...
This article expands on the ideas of my previous articles: Django admin dynamic Inline positioning...
Some time ago I discovered that Django has the ability to auto-register ModelAdmins. Since this is...
The ModelAdmin class from django.contrib.admin.options has a bad design from the beginning: every...
Quick reminder for those, who would like to broaden their horizons: there is “PyCon DE Berlin 2022 ”...
Recently I've received an interesting request from a client about one of our Django projects. He...