Changes between Initial Version and Version 1 of Ticket #30334, comment 2


Ignore:
Timestamp:
Apr 13, 2019, 4:03:53 AM (5 years ago)
Author:
Agris Ameriks

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30334, comment 2

    initial v1  
    1010
    1111Can 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
     13The code that updates max_num to 0 (by setting max_num to 0, the form is not shown):
     14{{{
     15if not inline_has_add_permission:
     16    inline.max_num = 0
     17}}}
Back to Top