FormWizard problem.

2009-03-11 Thread Dmitry Shevchenko
s not exist BUT if i enter some bogus values so the form is not valid, it works ok and returns form with errors. I don't know where to start digging. -- Best regards, Dmitry Shevchenko. --~--~-~--~~~---~--~~ You received this message because you are subscri

Re: ANN: django-admin-uploads (media browser for django admin)

2007-09-13 Thread Dmitry Shevchenko
Oh, and i think that it would be a great idea to provide some way to show uploaded data only for specific item (e.g. article, news). 2007/9/13, Dmitry Shevchenko <[EMAIL PROTECTED]>: > > Wow, Peter, thank you very-very much, it's exactly what i've been looking > for, gr

Re: ANN: django-admin-uploads (media browser for django admin)

2007-09-13 Thread Dmitry Shevchenko
Wow, Peter, thank you very-very much, it's exactly what i've been looking for, great work! :) 2007/9/13, Peter Baumgartner <[EMAIL PROTECTED]>: > > > http://code.google.com/p/django-admin-uploads/ > File/media browser for Django admin interface. Designed to insert > images and files into textarea

RE: Unicode branch merged into trunk

2007-07-04 Thread Dmitry Shevchenko
Guys, you rock! :) -Original Message- From: django-users@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Malcolm Tredinnick Sent: Wednesday, July 04, 2007 3:42 PM To: django-users@googlegroups.com Subject: Unicode branch merged into trunk I have just finished merging the Unicode

RE: urls/generic views/dict question.

2007-05-14 Thread Dmitry Shevchenko
I think you can write something like this: (r'^radio/playlist.xml','django.views.generic.list_detail.object_list', dict(dict(queryset=Song.objects.order_by('?')[:30],allow_empty=true), template_name="radio/playlist.xml")) Regards, Dmitry Shevchenko.