Re: Django-nonrel patches

2012-06-24 Thread Adam "Cezar" Jenkins
On Sun, Jun 24, 2012 at 6:33 PM, Russell Keith-Magee < russ...@keith-magee.com> wrote: > On Sun, Jun 24, 2012 at 10:31 PM, Adam "Cezar" Jenkins > wrote: > > There's an extent to which "Does Django support non-rel" is really > just asking "Can I use the admin and Django Forms with non-rel"; so > r

Re: Django-nonrel patches

2012-06-24 Thread Russell Keith-Magee
On Sun, Jun 24, 2012 at 10:31 PM, Adam "Cezar" Jenkins wrote: > I'm only lightly involved in the project, but there is some misinformation > going around about it. > > On Sun, Jun 24, 2012 at 5:47 AM, Daniel Greenfeld  wrote: >> >> >> >> We evaluated django-nonrel for use in projects and looked ag

Re: Proposal: Add some extensibility / decoupling features to Django templates

2012-06-24 Thread Alex Gaynor
On Sun, Jun 24, 2012 at 2:50 PM, Jacob Kaplan-Moss wrote: > On Sat, Jun 23, 2012 at 7:17 PM, Yo-Yo Ma > wrote: > > Without changing any of the existing functionality or settings in Django, > > refactor the template system to use an ``Environment`` class (something > akin > > to Jinja2's ``Environ

Re: Proposal: Add some extensibility / decoupling features to Django templates

2012-06-24 Thread Jacob Kaplan-Moss
On Sat, Jun 23, 2012 at 7:17 PM, Yo-Yo Ma wrote: > Without changing any of the existing functionality or settings in Django, > refactor the template system to use an ``Environment`` class (something akin > to Jinja2's ``Environment``) which takes a list of loaders, and a number of > other argument

Re: Django-nonrel patches

2012-06-24 Thread Adam "Cezar" Jenkins
I'm only lightly involved in the project, but there is some misinformation going around about it. On Sun, Jun 24, 2012 at 5:47 AM, Daniel Greenfeld wrote: > > > We evaluated django-nonrel for use in projects and looked again at > django-nonrel for our talk at DjangoCon Europe. To summarize our >

Re: Django-nonrel patches

2012-06-24 Thread Cal Leeming [Simplicity Media Ltd]
Hi Daniel, Thanks for giving some feedback on this. I completely agree that one of its biggest downfalls is that it tries to treat MongoDB as a relational store, and I think this is what I meant by it just didn't "feel right". Also +1 on the comments made about it feeling hacky, and I suspect th