From 59d05959e51917165c83b82432200bdc8cf57a62 Mon Sep 17 00:00:00 2001 From: Dmytro Litvinov Date: Thu, 11 Feb 2021 22:26:10 +0200 Subject: [PATCH] Update index.md --- docs/index.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/index.md b/docs/index.md index d763cb2..2f0cb75 100644 --- a/docs/index.md +++ b/docs/index.md @@ -52,8 +52,8 @@ Instead of overriding `save` and `__init__` in a clunky way that hurts readabili ## Requirements -* Python (3.3+) -* Django (1.8+) +* Python (3.5+) +* Django (2.0+) ## Installation @@ -87,6 +87,4 @@ class YourModel(LifecycleModelMixin, models.Model): ``` -If you are using **Django 1.8 or below** and want to extend the base model, you also have to add `django_lifecycle` to `INSTALLED_APPS`. - [Read on](examples.md) to see more examples of how to use lifecycle hooks.