We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0a67c2b + dc43a13 commit 4c2d3baCopy full SHA for 4c2d3ba
django_postgres_hot_upgrade/__init__.py
@@ -1 +1 @@
1
-default_app_config = "django_postgres_hot_upgrade.app.PostgresHotUpdateConfig"
+default_app_config = "django_postgres_hot_upgrade.app.PostgresHotUpgradeConfig"
django_postgres_hot_upgrade/app.py
@@ -24,7 +24,7 @@ def _on_connect(connection, **kwargs):
24
_version_cache[connection.alias] = version
25
26
27
-class PostgresHotUpdateConfig(AppConfig):
+class PostgresHotUpgradeConfig(AppConfig):
28
29
name = "django_postgres_hot_upgrade"
30
0 commit comments