add new Django model fields

This commit is contained in:
William Vincent 2019-10-29 08:06:21 -04:00
parent 3344aae435
commit b152b9a1b4

View File

@ -104,6 +104,8 @@ _For a complete listing of all available packages, see [Django Packages](https:/
- [django-fakery](https://github.com/fcurella/django-fakery) - An easy-to-use implementation of Creation Methods for Django, backed by Faker
- [django-lifecycle](https://github.com/rsinger86/django-lifecycle) - Declarative model lifecycle hooks, an alternative to Signals
- [django-model-utils](https://github.com/jazzband/django-model-utils) - Django model mixins and utilities
- [django-money](https://github.com/django-money/django-money) - Money fields for forms/models
- [django-phonenumber-field](https://github.com/stefanfoulis/django-phonenumber-field) - Model/form field for normalized phone numbers
- [django-taggit](https://github.com/jazzband/django-taggit/) - Simple model tags
- [django-reversion](https://github.com/etianen/django-reversion) - Version control for model instances