Changes between Version 6 and Version 8 of Ticket #24738
- Timestamp:
- May 2, 2015, 5:45:55 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24738
- Property Summary Possible bug in m2m_changed signal when deleting related objects → No "m2m_changed" signal sent when deleting related objects
-
Ticket #24738 – Description
v6 v8 1 Hi again,1 Hi, 2 2 3 I looked at #6707 and it isn't a problem about M2M in admin I'm talking about. Installed the master branch from github and tested. 3 I looked at #6707 and it isn't a problem about M2M in admin I'm talking about. Installed the master branch from github and tested. If the solution in #6707 solved my problem but it didn't. 4 4 5 5 I'm trying to delete all objects from the database that doesn't have any relation by signaling that the relationship has been changed with the "m2m_changed" signal.