I've been looking for a way to have a model and in the Admin be able
to edit a couple at one. Is this even possible? I know models that
have Foreign keys etc to each other this can be done.
I want one model, stand-alone, and edit multiple.
class Test(models.Model):
name = models.CharField(maxlength=30)
description = models.CharField(maxlength=200)
etc etc... and then have an Admin option or something for multiple
edits like the form would look something like:
name: | | decription:
| |
name: | | decription:
| |
name: | | decription:
| |
name: | | decription:
| |
name: | | decription:
| |
| save |
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
-~----------~----~----~----~------~----~------~--~---