Hi List, First off, Django is wonderful :)
Okay, I'm overriding a save method on a model, and need to jack into another model to add an entry into the db. Now if it was as simple as User, I could just create a new user, right? But the problem is I need to create an entry in a table that is a relational table for the User model (Table: auth_user_groups). Can I do that without custom sql? Thanks :) Aaron --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---