django + couchdb

2009-09-19 Thread Suno Ano
Hi folks, I was wondering, are there any plans to support couchdb [0] as backend/database at some point? Some links I found in this regard are - http://couchdbkit.org/docs/django-extension.html - http://www.eflorenzano.com/blog/post/using-couchdb-django/ Seems there are more and more folks

Re: django + couchdb

2009-09-19 Thread Joshua Russo
On Sat, Sep 19, 2009 at 8:08 AM, Suno Ano wrote: > > Hi folks, > > I was wondering, are there any plans to support couchdb [0] as > backend/database at some point? Some links I found in this regard are > > > - http://couchdbkit.org/docs/django-extension.html > -

Re: django + couchdb

2009-09-19 Thread Russell Keith-Magee
On Sat, Sep 19, 2009 at 5:08 PM, Suno Ano wrote: > > Hi folks, > > I was wondering, are there any plans to support couchdb [0] as > backend/database at some point? I don't want to seem rude, but a search of very recent activity in django-developers will answer your

Re: CSRF proposal and patch ready for review

2009-09-19 Thread Luke Plant
Hi Simon, > 1. SafeForm has no dependency on Django's session framework. This is A > Good Thing as I personally avoid sessions in my projects (no need to > access state on every request if you can get away with not doing it). ... > It's a bit more than that - I also want something that works >

Re: CSRF proposal and patch ready for review

2009-09-19 Thread Russell Keith-Magee
On Fri, Sep 18, 2009 at 6:09 AM, Luke Plant wrote: > > Hi Simon, > > OK, here is my response.  I hope this doesn't turn into a personal my-code-vs- > your-code match (especially as most of "my code" is really other people's code > and ideas :-) but I want to make sure we

Re: Session/cookie based messages (#4604)

2009-09-19 Thread Hanne Moa
On Fri, Sep 11, 2009 at 01:00, Tobias wrote: > There are a number of usable solutions out there but django-notify is > the most complete, polished one that I know of. I've just tested django_notify, so far it seems plenty good enough to replace all my pass-on-message

Re: An issue with ticket system

2009-09-19 Thread Carl Meyer
On Sep 18, 6:48 pm, Alex Gaynor wrote: > If you press the original format button you will see that the patch is > still there, trac just can't display all diffs (it's a very special > piece of software). Specifically, if you're obsessive about avoiding minor breakages,

Re: CSRF proposal and patch ready for review

2009-09-19 Thread Luke Plant
On Saturday 19 September 2009 16:56:52 Russell Keith-Magee wrote: > On Fri, Sep 18, 2009 at 6:09 AM, Luke Plant wrote: > > If the target of a is internal: > > * add {% load csrf %} to the template and {% csrf_token %} to the form > > * use RequestContext in the