Fix possible unbound variable issue in skeleton#1973
Fix possible unbound variable issue in skeleton#1973tomdtp wants to merge 2 commits intounfoldadmin:mainfrom
Conversation
|
Thanks for PR. Can you provide a description how can I replicate the issue so I can test it on local machine? I'm particularly interested in testing btw you forget to fill the template questions ;-) Did you used AI to create this code? |
b1683d0 to
7f7c222
Compare
|
I separated the 2 issues, so this is now just a fix for the unbound self referencing variables. To reproduce this you can add sorry, I did not see any template questions. I just checked the other open PRs and also couldn't see any templates. so if you have questions please ask away :) I did use AI to review the code change (because I wanted it to doublecheck the default values) the extracted issue is a contract issue, I will issue a separate pr for it |
Fixes self-referential template issues that showed up with
django-fastdevenabled.Also the regular changelist now follows Django’s own
action_form/cl.show_admin_actionscontract again, while dataset views get an explicithas_action_formflag so they only show bulk-action UI when actions are actually available.