From 2ea625d3ef689e4573a3700be1296647dccf58d9 Mon Sep 17 00:00:00 2001 From: Jonathan Sundqvist Date: Fri, 1 Jan 2021 11:17:35 +0100 Subject: [PATCH] Add mptt. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e4abda6..ffe089d 100644 --- a/README.md +++ b/README.md @@ -169,6 +169,7 @@ _For a complete listing of all available packages, see [Django Packages](https:/ - [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-mptt](https://github.com/django-mptt/django-mptt) - Modified Preorder Tree Traversal; working with trees of Model instances. - [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.