Re: Spam detection

2008-06-26 Thread Rob van der Linde
I see there is now a link to the registration page when you go to file a ticket, but why not put it on page where the login/settings links are (just underneath the search box). This is where it is by default in Trac and people might expect to see it there, like I did myself initially. signature.a

Re: Spam detection

2008-06-26 Thread Rob van der Linde
I've had the error before and found it difficult to find the link where to register for an account. I had to ask in the IRC and someone had to point me to it, I believe this could be made easier to find. Go to code.djangoproject.com look at the tabs: Login | Settings Wiki, Timeline, Browse Sourc

Re: newforms admin m2m field

2008-05-08 Thread Rob van der Linde
erride the default formfield, supply it with an initial value, that > should work. > > On Fri, May 9, 2008 at 3:14 AM, Rob van der Linde <[EMAIL PROTECTED]> wrote: > > Hi, I have some code that I wish to move over to the newforms admin > > branch. So far I have been able t

newforms admin m2m field

2008-05-08 Thread Rob van der Linde
Hi, I have some code that I wish to move over to the newforms admin branch. So far I have been able to convert my models no problem to the new syntax. One of my models has a many to many field to the Sites model that comes with Django. The field is a required field, and prior to moving to the newf