Changes between Initial Version and Version 2 of Ticket #33971
- Timestamp:
 - Sep 1, 2022, 3:29:40 AM (3 years ago)
 
Legend:
- Unmodified
 - Added
 - Removed
 - Modified
 
- 
      
Ticket #33971
- Property Summary admindocs doesn't work if it appears before the admin in INSTALLED_APPS → admindocs breaks the admin if it appears before the admin in INSTALLED_APPS
 
 - 
      
Ticket #33971 – Description
initial v2 1 1 This seems to be different from https://code.djangoproject.com/ticket/32150 as it's about the ordering of installed apps, not urls. 2 https://code.djangoproject.com/ticket/33955 could be related? 2 3 3 4 It also seems to be a regression: this works fine in 4.0 but not in 4.1 / main.