Enhancing MergeDict

2007-02-13 Thread John Calixto
Hi All, I have an almost trivial (although it was helpful to me) enhancement for django.utils.datastructures.MergeDict. It basically adds __str__ and __repr__ methods so that you can see more meaningful output than just the standard "" string. Here's my diff: ===

#2868 manage.py runscript: status?

2007-02-13 Thread Ceph
Ticket #2868 is still unreviewed. It has a patch that adds a "runscript" option to manage.py so you can easily do: ./manage.py runscript my-script.py I see it as assigned to Adrian, but that was pre-ticket triage change, so I'm not really sure the status of the ticket. Thanks!

Re: Django Cheat Sheet

2007-02-13 Thread Ted
Excellent John Thanks! As we approach 0.96 any chance of getting a pre-release newforms based version? Ted On Feb 13, 5:24 am, "John Sutherland" <[EMAIL PROTECTED]> wrote: > Hi all, > > Firstly, sorry for the cross-post. > > My employer, Mercurytide [1], as some of you may have seen in the >

MANAGEMENT TRAINGING AND CONTROLLING SOFTWARES

2007-02-13 Thread Rania
*Management - Training & Information* [image: Best Managment Solutions] *Busines Management Solutions* *+* *Personal Financial Management Solutions* ** *and* ** *Softwares * ** *Free Downlaods...* Management Plus.

authenticate() allowed to raise exceptions?

2007-02-13 Thread Boris Erdmann
Hello Group, I would like to contribute an OpenID consumer auth backend and wonder whether it is good style for authenticate() to raise an exception or not? The question is motivated by the fact that OpenID authentication is a two phase procedure and authenticate() is bound to returning a valid

Django Cheat Sheet

2007-02-13 Thread John Sutherland
Hi all, Firstly, sorry for the cross-post. My employer, Mercurytide [1], as some of you may have seen in the past, publishes white-papers on a monthly basis. This month it's another Django themed one: a Django cheat sheet: We've

Re: Getting started in Django development.

2007-02-13 Thread zbelzer
I had a chance to read all of the articles you guys pointed out and they helped tremendously. I'll take a look at some tickets and the documentation on how I should go about fixing/submitting later today (after some sleep and class). I really feel like I have a much better idea now, so thank you