Opened 2 months ago

Closed 2 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.

Change History (1)

comment:1 by Tim Graham, 2 months ago

Resolution: wontfix
Status: assignedclosed

Thanks for the proposal, but we would rather see such specialized fields developed in third-party libraries.

Note: See TracTickets for help on using tickets.
Back to Top