state of newforms, flux or stable?

2007-10-17 Thread onno
I keep reading two things Newforms is stable, use it !! Newforms is in flux, will change a lot over time ... I have to build an application that uses newforms a lot! I use SVN 0.97 version Should I expect that my code breaks al over in coming svn version or when going to 0.98

Re: select choices

2007-10-15 Thread onno
On Oct 15, 9:39 pm, Doug Van Horn <[EMAIL PROTECTED]> wrote: > On Oct 15, 1:51 pm, onno <[EMAIL PROTECTED]> wrote: > > > The most annoying thing about using: > > > TYPE = (('1', 'foo'),('2', 'BAR')) > > type = models.IntegerField(choices=TYPE) > > &

select choices

2007-10-15 Thread onno
The most annoying thing about using: TYPE = (('1', 'foo'),('2', 'BAR')) type = models.IntegerField(choices=TYPE) Is that you can't do this in your views when you need to select something Foo.objects.filter(type='BAR') you have to remember what number you gave it or make some "def" to handle

Re: Regstration module "lost password"

2007-10-09 Thread onno
On Oct 9, 12:15 am, "Marty Alchin" <[EMAIL PROTECTED]> wrote: > On 10/8/07, James Bennett <[EMAIL PROTECTED]> wrote: > > > On 10/8/07, Bill Fenner <[EMAIL PROTECTED]> wrote: > > > Which is an excellent way to partially lock someone out of the site, > > > by preemptively changing their pasword

Regstration module "lost password"

2007-10-08 Thread onno
My application lets users register. I'm using James Bennet registration module. But I wonder how to make a lost password page for a user that forgot their password? Wich module do I use for that? thanxs --~--~-~--~~~---~--~~ You received this message because you

Re: newforms: How to make a Checkboxed user select list...

2007-07-26 Thread onno
On Jun 26, 9:57 am, Jens Diemer <[EMAIL PROTECTED]> wrote: > Jens Diemer schrieb: > > > I would like to make a newforms user select list, from every existing django > > users, looks like this: > > I have found a solution: > > class MailForm(forms.Form): > users =

contrib comment system

2006-10-03 Thread Onno Timmerman
Is there somewhere some docs on the comment system in the contrib. Onno --~--~-~--~~~---~--~~ 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@google

menu submenu system

2006-10-03 Thread Onno Timmerman
I was wondering how you handle in Django a menu system with submenu's. For example I give my client the ability to make there own menu's. level1 level1 level2 level2 level3 level3 level2 level1 ... ... ... In the database I used table

Re: displaying email adresses as pictures

2006-10-02 Thread Onno Timmerman
y guess is that you should use imagemagick to make them dynamicly Onno --~--~-~--~~~---~--~~ 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

Ajax Jquery

2006-09-29 Thread Onno Timmerman
philosophy as Django has. Second questions: Are there books about Django, and what books do you recomend to get me up to speed with Python! Onno --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users&q