diff --git a/solo/__init__.py b/solo/__init__.py index 0c5b159..5c94db5 100644 --- a/solo/__init__.py +++ b/solo/__init__.py @@ -3,9 +3,4 @@ things like global settings that you want to edit from the admin site. """ -import django - __version__ = "2.3.0" - -if django.VERSION < (3, 2): - default_app_config = "solo.apps.SoloAppConfig"