Skip to content

Commit 4c2d3ba

Browse files
author
Joachim Jablon
authored
Merge pull request #7 from peopledoc/reword-app-config-classname
Rename AppConfig classname to remain consistent with its app name
2 parents 0a67c2b + dc43a13 commit 4c2d3ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
+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"

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)