Changes between Version 5 and Version 6 of Ticket #30021
- Timestamp:
- Dec 7, 2018, 7:51:18 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30021 – Description
v5 v6 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: