Changes between Initial Version and Version 1 of Ticket #29885


Ignore:
Timestamp:
Oct 24, 2018, 10:19:23 AM (6 years ago)
Author:
Julz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29885 – Description

    initial v1  
    11after upgrading from 2.0.9 to 2.1.2 we have a problem with a test like this:
    22{{{
     3#!python
    34@patch.object(SomeModelAdmin, 'action_to_mock')
    45def test_admin_action_is_triggered(self, action_mock):
Back to Top