DjangoCon US CfP Closes Tomorrow

2012-06-15 Thread Sean O'Connor
dback please feel free to let me know at s...@seanoc.com. Thanks! -- Sean O'Connor http://www.seanoc.com -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com.

Djangocon US Call for Talks

2011-06-22 Thread Sean O'Connor
post of this on both lists, but given the very short timeline that we're working with, we want to make sure everybody knows ASAP. * -Sean O'Connor s...@seanoc.com -- You received this message because you are subscribed to the Google Groups "Django developers" group. To v

Re: jQuery.tmpl() and Django

2011-05-26 Thread Sean O'Connor
te is that we fix the problem once and for all on our end by providing compatibility tools and guidance instead of trying to tell the entire JS community to not conflict with out template syntax :) -- Sean O'Connor http://www.seanoc.com On Thursday, May 26, 2011 at 11:14 PM, Ori Livneh

Re: Feature idea

2010-06-01 Thread Sean O'Connor
eat asset to reusable apps and even more so to the domain specific frameworks like imagekit or haystack. ____ Sean O'Connor http://seanoc.com On Tue, Jun 1, 2010 at 3:34 PM, Gabriel Hurley wrote: > I like the idea of boxing up the autodiscover code into a publicl

Re: Process discussion: reboot

2010-04-19 Thread Sean O'Connor
ithout any problems. ____ Sean O'Connor http://seanoc.com P.S. I am not a core dev so any of the core devs should feel free to correct me on this. That being said this view has been clearly expressed several times on this list and in other venues. On Mon, Apr 19, 2010 at

Re: Django documentation for newer users

2010-03-05 Thread Sean O'Connor
as "Contributing to Django"[3]. ____ Sean O'Connor http://seanoc.com [1] http://sphinx.pocoo.org/ <http://sphinx.pocoo.org/>[2] http://docs.djangoproject.com/en/1.1/internals/documentation/#internals-documentation <http://docs.djangoproject.com/en/1.1/inte

Re: Django's testing infrastructure

2010-02-25 Thread Sean O'Connor
s standard environment. I personally don't have a suitable RHEL box laying around but this seems like a good candidate for either another volunteer or DSF funds. ____ Sean O'Connor http://seanoc.com On Thu, Feb 25, 2010 at 10:54 PM, Eric Holscher wrote: > H

Re: Last call: #11863 (Model.objects.raw)

2009-12-16 Thread Sean O'Connor
ing raw queries using a cursor. ____ Sean O'Connor http://seanoc.com On Wed, Dec 16, 2009 at 9:19 AM, Anssi Kaariainen wrote: > > > On Dec 16, 2:51 pm, Russell Keith-Magee > wrote: > > On Wed, Dec 16, 2009 at 7:56 PM, Jeremy Dunck wrote: > > &

Re: Last call: #11863 (Model.objects.raw)

2009-12-15 Thread Sean O'Connor
it working after a fashion, I don't think it will ever work the way a new user will expect. What does performing a raw query on a queryset even mean? In the end I think adding .raw() to queryset would lead to a much more complicated implementation and more confusion for users. __

Re: Model.objects.raw() (#11863)

2009-10-02 Thread Sean O'Connor
ility of implementing raw() for non-relational back-ends. If somebody really wants this functionality and can provide an implementation it could certainly be looked at more deeply. Otherwise IMHO this would not be a good thing to add to raw() and have little interest in implementing it.