🎉 Merge pull request #66 from avallbona/patch-5

Add django-polymorphic
This commit is contained in:
Jeff Triplett 2020-07-03 14:05:31 -05:00 committed by GitHub
commit 56300b0c05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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-taggit](https://github.com/jazzband/django-taggit/) - Simple model tags
- [django-reversion](https://github.com/etianen/django-reversion) - Version control for model instances - [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-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 ### Performance
- [django-perf-rec](https://cur.at/GHUO6cn?m=web) - Keep detailed records of the performance of your Django code - [django-perf-rec](https://cur.at/GHUO6cn?m=web) - Keep detailed records of the performance of your Django code