For a model I have defined two table fields. To fill those fields in admin I want to provide an extra dropdown field.
Is it possible to add an extra field to the model without creating a corresponding database field? The use: field1 = content_type_id field2 = content_item_id Extra dropdown field = "id1 id2", "id1 id2","id1 id2","id1 id2", Befor saving I grap the values using split. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---