Browse Source

add new Django model fields

William Vincent 6 years ago
parent
commit
b152b9a1b4
1 changed files with 2 additions and 0 deletions
  1. 2 0
      README.md

+ 2 - 0
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