Re: Prepoplulate admin form with previously entered data

2009-02-10 Thread Marco Bazzani
here is how http://docs.djangoproject.com/en/dev/ref/contrib/admin/#save-as On Tue, Feb 10, 2009 at 12:04 PM, Marco Bazzani wrote: > you can open a patient modify it and save it as new > > On Tue, Feb 10, 2009 at 4:00 AM, Adam Woodbeck > wrote: >> >> Would it be possible to extend the ModelFor

Re: Prepoplulate admin form with previously entered data

2009-02-10 Thread Marco Bazzani
you can open a patient modify it and save it as new On Tue, Feb 10, 2009 at 4:00 AM, Adam Woodbeck wrote: > > Would it be possible to extend the ModelForm for my encounter model, > automatically filling the form when I add a new entry? > > On Feb 9, 9:51 pm, Adam Woodbeck wrote: >> I'm building

Re: Prepoplulate admin form with previously entered data

2009-02-09 Thread Adam Woodbeck
Would it be possible to extend the ModelForm for my encounter model, automatically filling the form when I add a new entry? On Feb 9, 9:51 pm, Adam Woodbeck wrote: > I'm building my first Django app and I've run into a roadblock.  I'm > hoping someone with more knowledge of django 1.0 can point