I've set up contrib.comments as an inline form on a related model in the Django admin. I'd like to hide a few fields (e.g. "Site") from the user and automatically populate them on save. I can't see a way to go about populating them, though, so I'm getting integrity errors such as "Column 'site_id' cannot be null".
Can anyone please point me in the right direction, or the right section of the documentation? Thanks! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---

