Giter Site home page Giter Site logo

Comments (4)

gregmuellegger avatar gregmuellegger commented on August 15, 2024

Can you throw in a little example code as it's a little hard to guess what you mean by the subject :)

from django-autofixture.

ajrouvoet avatar ajrouvoet commented on August 15, 2024

Sorry, was in a hurry ;-)

In the following snippet I used to have 'user_id': liduser.pk instead.

AutoFixture(Profiel, field_values={
    'voornaam': 'LID',
    'status': Profiel.STATUS.LID,
    'user': liduser,
}).create(1)

Which I expected to work because that's how django deals with relations usually.

from django-autofixture.

gregmuellegger avatar gregmuellegger commented on August 15, 2024

Seems valid. What is the benefit for you to use user_id over user? What happens if you set an integer to the user field? Does that work?

I see the problem you have. But I probably won't get around to fix it soonish. Would you be interested in working on a fix for this?

from django-autofixture.

ajrouvoet avatar ajrouvoet commented on August 15, 2024

Setting an integer to the user field is invalid in Django. The benefit is mostly that if you don't have a whole instance, you can still set the related value (without incurring extra costs for getting the instance).

The problem is not that I really want to use this feature though, it's more that it fails very silently and is thus hard to debug. Making it fail obviously by throwing some error would already be a big improvement.

from django-autofixture.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.