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

  • SEARCH
  • Home
  • 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 1037163
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T14:49:15+00:00 2026-05-16T14:49:15+00:00

I have a strange behaviour on my Django/PostgreSQL system. After saving a model object

  • 0

I have a strange behaviour on my Django/PostgreSQL system.

After saving a model object the primary key is none although it’s an AutoField and the id is correctly saved in the database.

The following script passage returns None for the id:

a = SomModelClass()
a.someattribute = 'xyz'
a.save()
a.someattribute
>>> 'xyz'
a.id
>>> None

The model class looks somehow like this:

class SomeModelClass(models.Model):
    id = models.AutoField(db_column = 'id', primary_key = True)
    someattribute = models.CharField(db_column = 'someattribute', max_length = 200)

This behaviour occurs only on this model; all other models work fine.

The problem appeared one day without changing the model structure.

Perhaps there is some problem with the data integrity of the database? Using another database server it works fine.

Best regards!

  • 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-16T14:49:15+00:00Added an answer on May 16, 2026 at 2:49 pm

    I solved the problem now. The relationship between the sequence and the serial column was somehow destroyed. A simple

    ALTER SEQUENCE <<sequence_name>> OWNED_BY <<table_name>>.<<pk_column_name>> 
    

    solved the problem.

    Best regards!

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have very strange behaviour of Java Date class: System.out.println(new Date().toGMTString()); long l =
I have encountered a strange behaviour of the model validation in Backbone.js. When a
after adding adMob ads to my application, I have noticed some strange memory behaviour.
I've ran into very strange behavior of Django template system. I have a template
I have a strange (at least for me) behaviour with guava cache. After the
I have strange behaviour in Python/PyMongo. dbh = self.__connection__['test'] first = dbh['test_1'] second =
I know it's a simple question, but I have strange behaviour in here. <pre>
I have a strange behaviour. I am using a rather heavy page (4000 nodes)
Why this two functions have the strange behaviour of when I click on thead,
I have a strange Hibernate behaviour in my program. I have two classes with

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.