Changes between Version 1 and Version 2 of Ticket #29701


Ignore:
Timestamp:
Aug 22, 2018, 8:52:36 AM (6 years ago)
Author:
Harm Verhagen
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29701 – Description

    v1 v2  
    44See the simple example below.
    55
    6 h3. steps to reproduce
     6=== steps to reproduce
    77
    88models.py
     
    6161Fire up a runserver and visit the admin api: http://localhost:8000/admin/<yourapp>/modela/1/change/
    6262
    63 h3. result
     63=== result
    6464
    6565A server 500
     
    118118}}}
    119119
    120 h3. expected result
     120=== expected result
    121121
    122122The inlines are displayed without the option to create new Through instances.
    123123
    124 h3. version
     124=== version
    125125{{{Django==2.1}}}
Back to Top