Re: Table with search results and returning to previous page.

2009-08-31 Thread Viacheslav Chumushuk
But in this case we lose pretty URLs, and keep your mind that form can be very large. On Sun, Aug 30, 2009 at 11:08:34AM -0500, Frank Wiles wrote: > Hi Viacheslav, > > All you need to do is on your edit/view links include the necessary > extra args to recreate the search they used and then in

Table with search results and returning to previous page.

2009-08-27 Thread Viacheslav Chumushuk
Hello. I have project design question. Imaging that we have page with simple search form at the top and search results at the bottom of the same page. And every row of result table has a link to another page (edit/view this founded item). After user clicking this link he goes to another page (for

Generating forms question.

2009-07-16 Thread Viacheslav Chumushuk
Hello. I have one problem with forms, which I can't resolve. I was looking at official documentation, searching in web, but didn't found solution. So, problem is next. I have two models: class Author(models.Model): name = models.CharField(max_length=100) class Book(models.Model): author