Newforms admin Auth

2008-02-18 Thread Michael Newman
I am still hacking around trying to figure out what exactly is still having issues in newforms-admin auth. After I updated the patch at http://code.djangoproject.com/ticket/6083 , I still got a strange and inconsistant error despite restart after restarts of apache about how my registration couldn

Re: Newforms admin relative image fields

2008-02-15 Thread Michael Newman
Thank you very much. It works now. On Feb 15, 12:49 pm, "Joseph Kocherhans" <[EMAIL PROTECTED]> wrote: > On Fri, Feb 15, 2008 at 11:46 AM, Michael Newman <[EMAIL PROTECTED]> wrote: > > > Let me know if there are any patches, I will gladly test. I don't

Re: Newforms admin relative image fields

2008-02-15 Thread Michael Newman
Let me know if there are any patches, I will gladly test. I don't even have a clue where that error would be coming in from. I wish I did. Thanks for the confirmation, Michael Newman On Feb 15, 12:11 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Confirmed, it is b

Newforms admin relative image fields

2008-02-15 Thread Michael Newman
Could someone confirm that Inline images don't work in Newforms admin? Thanks. Here is the simplest sample code I came up with: from django.db import models class TestObject(models.Model): somefield = models.CharField(max_length=100) class TestObjectImageInline(models.Model): test_objec

Re: contrib.auth Newforms?

2008-02-14 Thread Michael Newman
> The idea is to replace contrib.comments a bit prior to 1.0. So patches > to the existing contrib.comments probably aren't that useful at the > moment. Jacob's already done a lot of the work on the rewrite. Stay away > from that for the time being. That's why I ask before I do. Is Jacob also re

Re: contrib.auth Newforms?

2008-02-14 Thread Michael Newman
wrote: > > > On Feb 13, 2008 6:50 PM, Michael Newman <[EMAIL PROTECTED]> wrote: > > > Hmm, that ticket (6083) specifies a version of "SVN", therefore it wasn't > > included in the sweep of marking newforms-admin tickets as either blocking > > me

Re: contrib.auth Newforms?

2008-02-13 Thread Michael Newman
plicate of the error that I got and perhaps should be removed: http://code.djangoproject.com/ticket/6572 Many thanks again, Michael On Feb 13, 5:01 pm, "Karen Tracey" <[EMAIL PROTECTED]> wrote: > On Feb 13, 2008 2:57 PM, Michael Newman <[EMAIL PROTECTED]> wrote: > &

contrib.auth Newforms?

2008-02-13 Thread Michael Newman
ssing? Is there a reason that auth is not ported to new forms yet on the newforms admin? If that reason is time, can I offer this (soon to be complete) port? I just need a little guidance from someone who knows more on why it seems I am the only one to have noticed this. Thanks, Michael N