From 42432867bcc2ee69f031d7cf559a6fdc644ca82c Mon Sep 17 00:00:00 2001 From: Andreu Vallbona Plazas Date: Wed, 24 Jun 2020 19:26:20 +0200 Subject: [PATCH] Add django-polymorphic Add django-polymorphic --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e892f69..95bc2d5 100644 --- a/README.md +++ b/README.md @@ -128,6 +128,7 @@ _For a complete listing of all available packages, see [Django Packages](https:/ - [django-taggit](https://github.com/jazzband/django-taggit/) - Simple model tags - [django-reversion](https://github.com/etianen/django-reversion) - Version control for model instances - [django-simple-history](https://github.com/treyhunner/django-simple-history) - Store model history and view/revert changes from the admin +- [django-polymorphic](https://github.com/django-polymorphic/django-polymorphic) - Django-polymorphic simplifies using inherited models in Django projects. ### Performance - [django-perf-rec](https://cur.at/GHUO6cn?m=web) - Keep detailed records of the performance of your Django code