Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmytro Litvinov authored Feb 11, 2021
1 parent f55e330 commit 59d0595
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.

0 comments on commit 59d0595

Please sign in to comment.