Changes between Initial Version and Version 1 of Ticket #29885
- Timestamp:
- Oct 24, 2018, 10:19:23 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29885 – Description
initial v1 1 1 after upgrading from 2.0.9 to 2.1.2 we have a problem with a test like this: 2 2 {{{ 3 #!python 3 4 @patch.object(SomeModelAdmin, 'action_to_mock') 4 5 def test_admin_action_is_triggered(self, action_mock):