Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#23539 closed Bug (fixed)

GenericInlineModelAdmin doesn't utilize get_extra (and get_max_num/get_min_num)

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 (last modified by Justin Caratzas)

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 (7)

comment:1 Changed 9 years ago by Justin Caratzas

Cc: bigjust@… added
Component: Uncategorizedcontrib.contenttypes

comment:2 Changed 9 years ago by Justin Caratzas

Description: modified (diff)
Has patch: set

comment:3 Changed 9 years ago by Simon Charette

Triage Stage: UnreviewedAccepted
Type: UncategorizedBug

comment:4 Changed 9 years ago by Tim Graham

Needs tests: set

Please uncheck "Needs tests" when they are added, thanks.

comment:5 Changed 9 years ago by Justin Caratzas

Needs tests: unset

comment:6 Changed 9 years ago by Tim Graham <timograham@…>

Resolution: fixed
Status: newclosed

In cf43a1ee909ab5dbca5b6a40247cd093a3e2ac8d:

Fixed #23539 -- Added get_extra(), get_max_num(), and get_min_num() hooks to GenericInlineModelAdmin.

comment:7 Changed 9 years ago by Tim Graham <timograham@…>

In cc74d8e02e8b659b914859d60002aaa47600f0ff:

[1.7.x] Fixed #23539 -- Added get_extra(), get_max_num(), and get_min_num() hooks to GenericInlineModelAdmin.

Backport of cf43a1ee90 from master

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