Changes between Initial Version and Version 1 of Ticket #30402, comment 3
- Timestamp:
- Jun 3, 2019, 1:49:55 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30402, comment 3
initial v1 61 61 {<class 'django.contrib.auth.models.Group'>: <django.contrib.auth.admin.GroupAdmin object at 0x7f5e5bc9c7f0>, <class 'django.contrib.auth.models.User'>: <django.contrib.auth.admin.UserAdmin object at 0x7f5e5bc48780>} 62 62 }}} 63 64 In my admin, the autodiscovered models appear (group, user) but the model I registered does not.