Skip to content

Commit

Permalink
Merge pull request #776 from django-mptt/unmaintained-notice
Browse files Browse the repository at this point in the history
Mark this project as unmaintained
  • Loading branch information
matthiask committed Mar 4, 2021
2 parents f1acf9a + df9f5ec commit 017c591
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
==========================================
**This project is currently unmaintained**
==========================================

Alternatives to django-mptt include:

* `django-treebeard <https://pypi.org/project/django-treebeard/>`_ includes a MPTT
implementation (called nested set)
* Maybe you do not need MPTT, especially when using newer databases. See
`django-tree-queries <https://github.com/matthiask/django-tree-queries>`_ for an
implementation using recursive Common Table Expressions (CTE). See the
`announcement blog post <https://406.ch/writing/django-tree-queries/>`__.


===========
django-mptt
===========
Expand Down Expand Up @@ -48,8 +62,8 @@ structure and provides tools for working with trees of model instances.
Requirements
------------

* Python 3.5+
* A supported version of Django (currently 1.11+)
* Python 3.6+
* A supported version of Django (currently 2.2+)

Feature overview
----------------
Expand Down

0 comments on commit 017c591

Please sign in to comment.