Skip to content

Commit

Permalink
human readable log
Browse files Browse the repository at this point in the history
  • Loading branch information
Archmonger committed Jul 2, 2023
1 parent 5a224b3 commit 7650941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_async_orm/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class AsyncOrmConfig(AppConfig):
name = "django_async_orm"

def ready(self):
logging.info("AsyncORM: patching models")
logging.info("Patching models to add async ORM capabilities...")
for model in apps.get_models(include_auto_created=True):
patch_manager(model)
# TODO: patch_model(model)

0 comments on commit 7650941

Please sign in to comment.