Skip to content

Commit dc43a13

Browse files
committed
Rename AppConfig classname to remain consistent with its app name
The Django app name is `postgres hot upgrade`, not update.
1 parent 0a67c2b commit dc43a13

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: django_postgres_hot_upgrade/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
default_app_config = "django_postgres_hot_upgrade.app.PostgresHotUpdateConfig"
1+
default_app_config = "django_postgres_hot_upgrade.app.PostgresHotUpgradeConfig"

Diff for: django_postgres_hot_upgrade/app.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def _on_connect(connection, **kwargs):
2424
_version_cache[connection.alias] = version
2525

2626

27-
class PostgresHotUpdateConfig(AppConfig):
27+
class PostgresHotUpgradeConfig(AppConfig):
2828

2929
name = "django_postgres_hot_upgrade"
3030

0 commit comments

Comments
 (0)