aboutsummaryrefslogtreecommitdiff
path: root/programming/python/about_django.md
diff options
context:
space:
mode:
authoralex <alex@pdp7.net>2025-05-21 20:05:57 +0200
committeralexpdp7 <alex@corcoles.net>2025-05-21 20:06:43 +0200
commit232e65ad80be8a970e1aca3ad24391f64ab21bf4 (patch)
treef9c4b29e0dbf570d20b644bc6dc2915617ea92b7 /programming/python/about_django.md
parent1d41d1f7ce1ac9b616b44e164756dc6f552a2a69 (diff)
Add programming/crud_is_an_important_unsolved_problem
Diffstat (limited to 'programming/python/about_django.md')
-rw-r--r--programming/python/about_django.md4
1 files changed, 4 insertions, 0 deletions
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)