Changes between Initial Version and Version 1 of Ticket #8500, comment 15


Ignore:
Timestamp:
Dec 31, 2016, 4:33:11 AM (7 years ago)
Author:
Raffaele Salmaso

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8500, comment 15

    initial v1  
    22
    33The 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 
     4The 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.
     5Using an helper function as the first patch cannot work because require a new setting, and we wanto to avoid that.
    56This version doesn't require to adapt current code with a
    67{{{
Back to Top