Re: Today's newform-admin branch, svn version 6364

2007-09-22 Thread Russell Keith-Magee
On 9/23/07, Pigletto <[EMAIL PROTECTED]> wrote: > > > Thanks for the fix; I've applied it to the trunk in [6406]; it will > > find its way into newforms-admin on the next branch merge. > One more thing about this patch I wonder about, is why 'force_unicode' > can't/shouldn't > use just: > > if

Re: Today's newform-admin branch, svn version 6364

2007-09-22 Thread Pigletto
> Thanks for the fix; I've applied it to the trunk in [6406]; it will > find its way into newforms-admin on the next branch merge. One more thing about this patch I wonder about, is why 'force_unicode' can't/shouldn't use just: if strings_only and isinstance(s, basestring,): ... Docstring

Re: Today's newform-admin branch, svn version 6364

2007-09-22 Thread Russell Keith-Magee
On 9/20/07, Pigletto <[EMAIL PROTECTED]> wrote: > > > >> Looking at the initial_data.json file I think it complains about > > >> timestamps such as '2007-09-16 12:34:51.765432'. Removing the sub- > > >> second parts fixes it, it accepts a :SS component. This happen in > > >> user and some other

Re: Today's newform-admin branch, svn version 6364

2007-09-20 Thread Pigletto
> >> Looking at the initial_data.json file I think it complains about > >> timestamps such as '2007-09-16 12:34:51.765432'. Removing the sub- > >> second parts fixes it, it accepts a :SS component. This happen in > >> user and some other fixture json records (e.g. log_entries). This problem is

Re: Today's newform-admin branch, svn version 6364

2007-09-17 Thread Rob J Goedman
Reverting to 6329 will fix it. Must have gotten introduced during the merge to 6332. Regards, Rob On Sep 17, 2007, at 6:18 AM, AndyB wrote: > On Sep 16, 8:56 pm, Rob J Goedman <[EMAIL PROTECTED]> wrote: >> Hi, >> >> Today's version shows 2 problems, the first problem is related to >>

Re: Today's newform-admin branch, svn version 6364

2007-09-17 Thread AndyB
Yep. Spotted your second point. All my admin change pages are broken. Going to revert unless anyone knows a quick fix. On Sep 16, 8:56 pm, Rob J Goedman <[EMAIL PROTECTED]> wrote: > Hi, > > Today's version shows 2 problems, the first problem is related to > date/time formats in fixtures, the 2nd

Today's newform-admin branch, svn version 6364

2007-09-16 Thread Rob J Goedman
Hi, Today's version shows 2 problems, the first problem is related to date/time formats in fixtures, the 2nd to at least add forms, e.g. add users. Both using the newform-admin branch. The 1st problem can be created by installing a brand new project, creating an initial_data.json file and