In my project, I did not use foreign keys such as models ForeignKey.
Instead, models were used BigIntegralField to associate with other tables
For example: customer-id=models BigIntegralField() stores the ID field of
the customer table
But now what should I do if I want to use a join on query?
For example, TopUp. objects. select_delate ("customer-id").
Please help me,thank you!
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion visit
https://groups.google.com/d/msgid/django-users/c84a20f9-f052-4619-801b-24e80a83cd2en%40googlegroups.com.