Changes between Initial Version and Version 2 of Ticket #23604
- Timestamp:
- Oct 5, 2014, 9:17:27 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23604 – Description
initial v2 1 Up until Django 1.5.8 and Django 1.6.5 i nwas possible to have a ManyToMany field displayed in the admin on the "receiving-end" of the relationship with the ability to add new records.1 Up until Django 1.5.8 and Django 1.6.5 it was possible to have a ManyToMany field displayed in the admin on the "receiving-end" of the relationship with the ability to add new records. 2 2 Due to the restrictiveness of the new to_field_allowed method, one cannot open the popup for adding new records to the Model where the ManyToMany relationship is defined. 3 3