Opened 10 years ago

Last modified 10 years ago

#23539 closed Bug

GenericInlineModelAdmin doesn't utilize get_extra (and get_max_num/get_min_num) — at Initial Version

Reported by: Justin Caratzas Owned by: nobody
Component: contrib.contenttypes Version: 1.7
Severity: Normal Keywords:
Cc: bigjust@… Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

the helper functions get_extra, get_max_num, and get_min_num were introduced in 1.6 as a way of calculating extra, max_num, min_num per request. The GenericInlineModelAdmin has continued using the old self.extra, max_num, and min_num values.

Change History (0)

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