Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8731085
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T09:09:04+00:00 2026-06-13T09:09:04+00:00

I would like to know a thing about django-mptt, as I’m considering using it

  • 0

I would like to know a thing about django-mptt, as I’m considering using it for a engineering coordination project.

I would have a Model class (say, ‘Interface’), with a ForeignKey to the Model (say, ‘Location’) in the Tree.

Will I be able to filter Interfaces by the depth of the Location they refer to ? The depth being the number of parents.

I don’t know yet how to organize my data, this is why I’m asking. I’m considering using django-mptt (opposed to Models created by a loop at deployment time, each Model corresponding to a tree level), but I am scared that it would block me at a point and force me to review my whole project.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T09:09:05+00:00Added an answer on June 13, 2026 at 9:09 am

    Found my answer finally : django-mptt dev documentation

    Level The level (or “depth”) at which a node sits in the tree.

    Root nodes are level 0, their immediate children are level 1, their
    immediate children are level 2 and so on…

    This field is purely denormalisation for convenience. It avoids the
    need to examine the tree structure to determine the level of a
    particular node and makes queries which need to take depth into
    account easier to implement using Django’s ORM. For example, limiting
    the number of levels of nodes which are retrieved for the whole tree
    or any subtree:

    # Retrieve root nodes and their immediate children only
    SomeModel.tree.filter(level__lte=1)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

So we currently have a website that was created using Django. Now, we would
I would like to know if anyone has never experienced memory corruption problems using
I am using Ubuntu 12.04 . I would like to know how can I
I would like to know how do managers work in Django. Let's use the
I'm not very strong in SQL statements but I would like to know about
I would like to know who is locking a file (win32). I know about
I would like to know what are best practises of using Eclipse Scala interpreter
I would like to know if ParseExact is faster than Parse. I think that
Hi I'm new to SVN and would like to know a couple of things
I would like to animate things in 3D space. I know this is possible

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.