Hi!
I'm not sure why this happens but when I save a model (that has a
foreign key) two identical entries are saved in the database (but
diffs in id of course..).
As there aren't really any errors I'm stumped on where to actually
start looking. Any ideas?

The models I made we're really simple tests. I don't have them here
right now but it's more or less something silly like this:

class Egg(models.Model):
    e = models.CharField(...)

class Spam(models.Model):
   x = models.ForeignKey(Egg)
   name = models.CharField(...)

What I used:
Django 1.0.2 (tarball)
IE 6 (don't have a choice)
Python 2.5.4
Django dev. server
cx_Oracle 5.0.1

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to