Changes between Initial Version and Version 1 of Ticket #27117


Ignore:
Timestamp:
Aug 24, 2016, 8:14:13 AM (8 years ago)
Author:
Seti
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27117 – Description

    initial v1  
    1616        super(Tests, cls).setUpClass()
    1717
     18        # a command for create a superuser for a testing
    1819        call_command('factory_test_superusers', '1')
     20
    1921        cls.active_superuser = get_user_model().objects.get()
    2022
Back to Top