On Mar 31, 9:42 pm, Asim Yuksel wrote:
> The people and publication are not related so I cant use manytomany
Can you post the schema of this "bridge" table you keep talking about?
Because it sounds _exactly_ like a ManyToMany
Peter
--
You received this message because you are subscribed to the
The people and publication are not related so I cant use manytomany
On 31 Mart, 15:30, "Giovannetti, Mark" wrote:
> > I am entering them on the same page otherwise I will have to note down
> > the ids of people and publications table and then go to bridge table
> > and insert the ids there. So th
>
> I am entering them on the same page otherwise I will have to note down
> the ids of people and publications table and then go to bridge table
> and insert the ids there. So the reason I want to enter in the same
> page is I will insert the ids into bridge table whenever I click save.
> I am
On Mar 29, 4:17 pm, Asim Yuksel wrote:
> I am entering them on the same page otherwise I will have to note down
> the ids of people and publications table and then go to bridge table
> and insert the ids there. So the reason I want to enter in the same
> page is I will insert the ids into bridge
I am entering them on the same page otherwise I will have to note down
the ids of people and publications table and then go to bridge table
and insert the ids there. So the reason I want to enter in the same
page is I will insert the ids into bridge table whenever I click save.
I am not allowed to
> I cant use inlines option ind admin,py because the
> tables should be related.
If they aren't related why would you want to be entering them on the
same page?
When you come to edit them again what two instances should be loaded
together if they are completely unrelated?
Given what you first sa
On Mar 29, 7:56 am, Asim Yuksel wrote:
> Sorry for not making it clear. The idea is to use default admin
> template and help the admin to enter data from admin interface. I will
> enter data via admin's default template. Lets say I have People and
> Publications Table in my database. So when I c
Sorry for not making it clear. The idea is to use default admin
template and help the admin to enter data from admin interface. I will
enter data via admin's default template. Lets say I have People and
Publications Table in my database. So when I click admin's add button,
it will display some fiel
On Mar 28, 8:40 pm, Asim Yuksel wrote:
> I have two questions.
> 1)I have two tables(People, Publication) and they are not related and
> I want to display the fields of these tables on the same admin page.
> So when I fill all the fields, I want to insert these values into
> people and publicati
On Mar 28, 8:40 pm, Asim Yuksel wrote:
> I have two questions.
> 1)I have two tables(People, Publication) and they are not related and
> I want to display the fields of these tables on the same admin page.
> So when I fill all the fields, I want to insert these values into
> people and publicati
I have two questions.
1)I have two tables(People, Publication) and they are not related and
I want to display the fields of these tables on the same admin page.
So when I fill all the fields, I want to insert these values into
people and publication tables.
2) I also want to insert the id values of
11 matches
Mail list logo