feincms / django-tree-queries

Adjacency-list trees for Django using recursive common table expressions. Supports PostgreSQL, sqlite, MySQL and MariaDB.
https://django-tree-queries.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
427 stars 27 forks source link

Update models.py #8

Closed jameelhamdan closed 3 years ago

jameelhamdan commented 3 years ago

Corrected descendants method doc string

matthiask commented 3 years ago

Thank you!