Changes between Initial Version and Version 1 of Ticket #34023


Ignore:
Timestamp:
Sep 19, 2022, 1:12:06 AM (22 months ago)
Author:
Michał Pasternak
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34023 – Description

    initial v1  
    77https://github.com/django/django/blob/cd11664066087051ef11311708ebc55def48d1da/django/contrib/admin/options.py#L2265
    88
    9 Not sure how big is the thread, but as inlines is likely a class and creating code to actually trigger this bug would be a bit complicated, perhaps it would be useful to just bound the variable in the function parameters and don't worry about eventual problems in the future?
     9Not sure how big is the thread, but as inlines is likely a class and creating code to actually trigger this bug would be a bit complicated, perhaps it would be useful to just bind the variable in the function parameters and don't worry about eventual problems in the future?
     10
     11... like:
     12
     13            def user_deleted_form(request, obj, formset, index, inline=inline):
Back to Top