Changes between Initial Version and Version 1 of Ticket #34703


Ignore:
Timestamp:
Jul 8, 2023, 2:48:26 PM (15 months ago)
Author:
Mariusz Felisiak
Comment:

Hi, I don't think you've explained the issue in enough detail to confirm a bug in Django. Please reopen the ticket if you can debug your issue and provide details about why and where Django is at fault. At first glance, it looks like an issue in netmiko. If you're having trouble understanding how Django works, see TicketClosingReasons/UseSupportChannels for ways to get help.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34703

    • Property Resolutionneedsinfo
    • Property Status newclosed
  • Ticket #34703 – Description

    initial v1  
    11While using netmiko inside django autoreloader fails
     2{{{
    23Traceback (most recent call last):
    34  File  diff-comp/diffcomp/manage.py", line 22, in <module>
     
    3738    return iter_modules_and_files(modules, frozenset(_error_files))
    3839TypeError: unhashable type: 'Configuration
     40}}}
Back to Top