Re: unicode-branch: string handling

2007-04-10 Thread Adam Findley
Gábor Farkas wrote: > i'd like to know about Request objects... how "early" do you plan to > switch to unicode? > > will request.GET/POST already contain unicode-keys + unicode-values? > > what about request.META? > > > i would personally like to have GET/POST already contain unicode data. >

Re: Documentation restructuring

2007-10-19 Thread Adam Findley
Marty Alchin wrote: > So to me, PHP's documentation is better than Django's, but PHP (not > very OO) also lends itself well to that type of documentation, much > better than Python, and thus Django. But even Python's standard > library reference better suits my taste. This right here is the

(no subject)

2007-11-15 Thread Adam Findley
smime.p7s Description: S/MIME Cryptographic Signature

Re: GSoC: Effortless Model Testing

2008-04-04 Thread Adam Findley
On Thu, Apr 3, 2008 at 12:04 PM, Jason Ledbetter <[EMAIL PROTECTED]> wrote: lots of thoughts Ok so right off I have to admit I haven't read everything you've said, but as I have some experience working with database generation tools, I didn't feel the need to be converted to their goodness.

Re: Perl port of the django template system.

2008-12-25 Thread Adam Findley
On Mon, Dec 22, 2008 at 10:50 AM, Maluku wrote: > > On 22 Dez., 17:11, Barry Peder >> In addition to DojoX DTL, there's an Erlang library: ErlyDTL >> (http://code.google.com/p/erlydtl/), and a PHP library: Calypso DTL >> >> just an FYI that there are at least three

Re: Proposal: deprecate and remove django.utils.simplejson

2008-12-26 Thread Adam Findley
On Sun, Nov 30, 2008 at 11:50 PM, alex.gay...@gmail.com wrote: > > I think Eric's proposal is dead on, it accomplishes the same task, but > does it without inducing any overhead, since once we assume 2.6 we > inherently assume json is included. So +1 on it as Eric has >