Changes between Version 1 and Version 2 of Ticket #29701
- Timestamp:
- Aug 22, 2018, 8:52:36 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29701 – Description
v1 v2 4 4 See the simple example below. 5 5 6 h3.steps to reproduce6 === steps to reproduce 7 7 8 8 models.py … … 61 61 Fire up a runserver and visit the admin api: http://localhost:8000/admin/<yourapp>/modela/1/change/ 62 62 63 h3.result63 === result 64 64 65 65 A server 500 … … 118 118 }}} 119 119 120 h3.expected result120 === expected result 121 121 122 122 The inlines are displayed without the option to create new Through instances. 123 123 124 h3.version124 === version 125 125 {{{Django==2.1}}}