Re: Enhancing MergeDict

2007-02-15 Thread John Calixto
Thanks Michael. I created a ticket (#3508) and submitted a patch. Based on the triage policy, it seems "ready for checkin"... but it doesn't seem kosher for me to decide that on my own :) -jc On 2/14/2007, "Michael Radziej" <[EMAIL PROTECTED]> wrote: > >Hi, > >John Calixto: >> I have an almost

Re: Enhancing MergeDict

2007-02-14 Thread Michael Radziej
Hi, John Calixto: > 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: > > === djan

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: === django/utils/datastructures.py