From b152b9a1b4682287f292009952693f8ab7d42295 Mon Sep 17 00:00:00 2001 From: William Vincent Date: Tue, 29 Oct 2019 08:06:21 -0400 Subject: [PATCH] add new Django model fields --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index afeaa7c..3776d64 100644 --- a/README.md +++ b/README.md @@ -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