Changes between Initial Version and Version 1 of Ticket #30334, comment 2
- Timestamp:
- Apr 13, 2019, 4:03:53 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30334, comment 2
initial v1 10 10 11 11 Can you verify which Django version you are using and check if you haven't made any other customisation in your code that overrides this functionality? 12 13 The code that updates max_num to 0 (by setting max_num to 0, the form is not shown): 14 {{{ 15 if not inline_has_add_permission: 16 inline.max_num = 0 17 }}}