#35621: Add ImageGalleryField for Implicit Image Management in Django Models
-------------------------------------+-------------------------------------
Reporter: | Owner: Abdulwahid Hussen
AbdulwahidHusein |
Type: New | Status: assigned
feature |
Component: Database | Version: 5.1
layer (models, ORM) |
Severity: Normal | Keywords: Models, Fields
Triage Stage: | Has patch: 0
Unreviewed |
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 0
UI/UX: 0 |
-------------------------------------+-------------------------------------
This proposal introduces a new field type, ImageGalleryField, for Django
models that simplifies the management of image galleries. The
ImageGalleryField allows developers to easily attach multiple images to a
model without the need to explicitly define and manage an associated image
table.
--
Ticket URL: <
https://code.djangoproject.com/ticket/35621>
Django <
https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.