I have a major concern.  When I try to use EDIT INLINE in one of my
tables it is deleteing ALL of the records from the database, when I try
to add a record via the Admin.

Here's what I have

Table A
# This is a UserProfile Table
  OneToOneKey(USER)
   class Admin

Table B
ManyToMany(Table D)

Table C
    ForeignKey(Table A, core=True, edit_inline)
    ForeignKey(TableB)
    class Admin

I can add a record to Table C using its own listing in the Database.
This gets written to the
database and works normally.

However, when I try to add a record to Table C using the edit-inline
option via Table A - all of the records in the Database are deleted!

I am not getting any error messages.

MerMer






























































































e with


--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to