From 4e76f12ccf628ff0de49c9043b91baaf33196d63 Mon Sep 17 00:00:00 2001 From: long2ice Date: Wed, 28 Oct 2020 17:12:23 +0800 Subject: [PATCH] update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cd8c6e1..50f9092 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Aerich is a database migrations tool for Tortoise-ORM, which like alembic for SQLAlchemy, or Django ORM with it\'s own migrations solution. -**If you upgrade aerich from <= 0.2.5 to >= 0.3.0, see [changelog](https://github.com/tortoise/aerich/blob/dev/CHANGELOG.md) for upgrade steps.** +**Important: You can only use absolutely import in your `models.py` to make `aerich` work.** ## Install