You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to qdj...@googlegroups.com
When adding a "fk" property which has a pointer type to a QObject registered with QDjango, it automatically adds 2 properties to the object : "fk_id" which I totally understand, and "fk_ptr" which confuses me.
Aren't "fk" and "fk_ptr" the same thing ? Why use "fk_ptr" instead of directly using "fk"?