From 232e65ad80be8a970e1aca3ad24391f64ab21bf4 Mon Sep 17 00:00:00 2001 From: alex Date: Wed, 21 May 2025 20:05:57 +0200 Subject: Add programming/crud_is_an_important_unsolved_problem --- programming/python/about_django.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'programming/python/about_django.md') diff --git a/programming/python/about_django.md b/programming/python/about_django.md index 4a406048..37004abc 100644 --- a/programming/python/about_django.md +++ b/programming/python/about_django.md @@ -135,3 +135,7 @@ If you know a good source for many of those, even if it is paid, feel free to le Many projects similar to the admin only offer dropdowns for reference fields. This does not work when the referenced objects are more than a couple. Django calls this [`raw_id_fields`](https://docs.djangoproject.com/en/5.1/ref/contrib/admin/#django.contrib.admin.ModelAdmin.raw_id_fields), and it is difficult to learn that this feature exists. + +## Further reading + +* [CRUD is an important unsolved problem](../crud_is_an_important_unsolved_problem.md) -- cgit v1.2.3