Changes between Initial Version and Version 1 of Ticket #30035


Ignore:
Timestamp:
Dec 12, 2018, 6:30:10 AM (5 years ago)
Author:
Mayank Jain
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30035 – Description

    initial v1  
    44If I am checking the default intermediate table using `apps.get_model` it exists but when I use the same table in migrations it gives me error:
    55
    6 ```
     6{{{
     7
    78File "./manage.py", line 19, in <module>
    89    execute_from_command_line(sys.argv)
     
    2930    state.models[app_label, self.model_name_lower].fields.append((self.name, field))
    3031KeyError: ('app', 'A_b')
    31 ```
     32}}}
Back to Top