From aeced2c053cd139b88aa491a6a39294c0a3aca9a Mon Sep 17 00:00:00 2001 From: William Vincent Date: Tue, 22 Oct 2019 16:10:49 -0400 Subject: [PATCH] move 3rd party into Models --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4f7aaa5..c050bc7 100644 --- a/README.md +++ b/README.md @@ -53,10 +53,8 @@ _For a complete listing of all available packages, see [Django Packages](https:/ - [django-environ](https://github.com/joke2k/django-environ) - Environment variables -- [django-fakery](https://github.com/fcurella/django-fakery) - An easy-to-use implementation of Creation Methods for Django, backed by Faker - [django-filter](https://github.com/carltongibson/django-filter) - Powerful filters based on Django QuerySets - [django-guardian](https://github.com/django-guardian/django-guardian) - Per object permissions in Django -- [django-lifecycle](https://github.com/rsinger86/django-lifecycle) - Declarative model lifecycle hooks, an alternative to Signals - [django-sql-explorer](https://github.com/groveco/django-sql-explorer) - Share data via SQL queries - [django-tables2](https://github.com/jieter/django-tables2) - HTML tables with pagination/sorting @@ -99,6 +97,8 @@ _For a complete listing of all available packages, see [Django Packages](https:/ - [bleach](https://github.com/mozilla/bleach) - Technically not a Django package but very useful ### Models +- [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-taggit](https://github.com/jazzband/django-taggit/) - Simple model tags - [django-reversion](https://github.com/etianen/django-reversion) - Version control for model instances