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 226201
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T19:29:17+00:00 2026-05-11T19:29:17+00:00

I have a Django project whereby every model inherits from a common Object model

  • 0

I have a Django project whereby every model inherits from a common “Object” model – which defines only two fields – the ID of the object (so every object in the entire system has a unique identifier) and a “type”. The type is the type of object that particular instance is. This is a sort of “denormalized” field, making it faster to travel down the tree from Object to Person, for example.

Basically I have a field in one of the inherited models, which has the same name as another class that inherits from Object – that means that the field for travelling down the relationship is overridden.

I just wondered if anyone else has had a similar experience, and whether there are any rather elegant ways of solving it – other than just renaming the field in the inherited model.

  • 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-05-11T19:29:17+00:00Added an answer on May 11, 2026 at 7:29 pm

    Maybe renaming would be appropriate. If one of your fields has the same identifier as a class, you may break some naming conventions (although, of course these are only conventions).

    See PEP 8, section Naming Conventions.

    Class Names
    
      Almost without exception, class names use the CapWords convention.
      Classes for internal use have a leading underscore in addition.
    
    
    Method Names and Instance Variables
    
      Use the function naming rules: lowercase with words separated by
      underscores as necessary to improve readability.
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have worked a bit with Django and I quite like its project/applications model
I have a Django model with a large number of fields and 20000+ table
I have a Django project in which multiple processes are accessing the backend mysql
I have a django project in which database values need to be updated fairly
I have a django project which is laid out like this... myproject apps media
I have a Django project that I need mounted at two different subdirectories of
We have a Django project which runs on Google App Engine and used db.UserProperty
I have a medium sized Django project, (running on AppEngine if it makes any
Does Django have any template tags to generate common HTML markup? For example, I
I have the following Django and Flex code: Django class Author(models.Model): name = models.CharField(max_length=30)

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.