mirror of
https://github.com/django/django.git
synced 2025-01-27 02:29:55 +00:00
9ffab9cee1
Following the app-loading refactor, these objects must live outside of django.contrib.sites.models because they must be available without importing the django.contrib.sites.models module when django.contrib.sites isn't installed. Refs #21680. Thanks Carl and Loic for reporting this issue.