Skip to content

Commit

Permalink
Convert manager to markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
baseplate-admin committed Jun 17, 2024
1 parent 3a47d87 commit c418178
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions docs/manager.rst → docs/manager.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
Manager
=======
# Manager

```eval-rst
.. currentmodule:: django_ltree.managers
.. class:: TreeManager
This manager augments the django model, allowing it to be queried with tree specific queries
.. automethod:: get_queryset
.. automethod:: roots
.. automethod:: children
.. automethod:: create_child
.. automethod:: create_child
```

0 comments on commit c418178

Please sign in to comment.