Opened 4 months ago
Closed 4 months ago
#35621 closed New feature (wontfix)
Add ImageGalleryField for Implicit Image Management in Django Models
Reported by: | Abdulwahid Hussen | Owned by: | Abdulwahid Hussen |
---|---|---|---|
Component: | Database layer (models, ORM) | Version: | 5.1 |
Severity: | Normal | Keywords: | Models, Fields |
Cc: | Abdulwahid Hussen | Triage Stage: | Unreviewed |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
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.
Note:
See TracTickets
for help on using tickets.
Thanks for the proposal, but we would rather see such specialized fields developed in third-party libraries.