Changes between Initial Version and Version 1 of Ticket #27117
- Timestamp:
- Aug 24, 2016, 8:14:13 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27117 – Description
initial v1 16 16 super(Tests, cls).setUpClass() 17 17 18 # a command for create a superuser for a testing 18 19 call_command('factory_test_superusers', '1') 20 19 21 cls.active_superuser = get_user_model().objects.get() 20 22