Changes between Initial Version and Version 1 of Ticket #8500, comment 15
- Timestamp:
- Dec 31, 2016, 4:33:11 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8500, comment 15
initial v1 2 2 3 3 The first PR was using a new setting (`ADMIN_SITE_CLASS`), but I rewrote it to use a custom (`Simple`)`AdminConfig` and no new setting. 4 4 The idea is to delay site instance creation only to when needed with LazyObject, so django.apps can be fully loaded and can access the required attribute. 5 Using an helper function as the first patch cannot work because require a new setting, and we wanto to avoid that. 5 6 This version doesn't require to adapt current code with a 6 7 {{{