Changes between Version 4 and Version 5 of Ticket #30021
- Timestamp:
- Dec 7, 2018, 7:50:55 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30021 – Description
v4 v5 25 25 """ 26 26 from django.conf import settings 27 27 + mixed = getattr(settings, 'SITE_MIXED_MODE') 28 28 -- if getattr(settings, 'SITE_ID', ''): 29 29 ++ if getattr(settings, 'SITE_ID', '') and not mixed: