diff options
Diffstat (limited to 'programming/python')
| -rw-r--r-- | programming/python/about_django.md | 4 |
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) |
