#28385: deserializers ignore natural keys when primary key has a default value
-------------------------------------+-------------------------------------
     Reporter:  Daniel Knell         |                    Owner:  Irindu
                                     |  Indeera
         Type:  Bug                  |                   Status:  assigned
    Component:  Core                 |                  Version:  1.11
  (Serialization)                    |
     Severity:  Normal               |               Resolution:
     Keywords:                       |             Triage Stage:  Accepted
    Has patch:  0                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  1                    |                    UI/UX:  0
-------------------------------------+-------------------------------------

Comment (by Daniel Knell):

 define the above models then try and import the following fixture using
 loaddata.

 {{{
 - model: myapp.Foo
   fields:
     name: foobar
 }}}

 if you try and import a second time it will create a duplicate instance
 instead of using the existing one.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/28385#comment:7>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/069.5b0603f8f47f680d43c2632ecb3264c7%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to