Opened 18 years ago
Closed 18 years ago
#3394 closed (fixed)
min_num_in_admin is ignored for new parent objects
Description ¶
The documentation for min_num_in_admin states "However, no fewer than min_num_in_admin related objects will ever be displayed." This isn't true, though - when a new parent object is first created, there are always num_in_admin inline children even if this is fewer than the minimum. Attached (trivial) patch fixes this :)
Change History (3)
by , 18 years ago
Attachment: | min_num_in_admin.diff added |
---|
comment:1 by , 18 years ago
Component: | Database wrapper → Admin interface |
---|---|
Triage Stage: | Unreviewed → Ready for checkin |
comment:2 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [4500]) Fixed #3394 -- Made min_num_in_admin be respected on new object creation. Patch
from torne-django@….