Re: ORM Optimization for filtering by related existence

2014-08-12 Thread Anssi Kääriäinen
On Wed, 2014-08-13 at 04:38 +0300, Shai Berger wrote: > On Friday 08 August 2014 10:41:20 Anssi Kääriäinen wrote: > > > > As for addition of .exists lookup - how > > should .filter(somefield__exists=False, somefield__othercol=2) work? > > It should be noted that __exists is a little special. For

Re: ORM Optimization for filtering by related existence

2014-08-12 Thread Shai Berger
On Friday 08 August 2014 10:41:20 Anssi Kääriäinen wrote: > > As for addition of .exists lookup - how > should .filter(somefield__exists=False, somefield__othercol=2) work? It should be noted that __exists is a little special. For the False case above, .filter(somefield__exists=False, somefield

Re: Requiring GitHub login for actions on Trac

2014-08-12 Thread Russell Keith-Magee
Hi Aymeric, I just noticed that the content on the wiki homepage has been massively altered, replaced with a "please login with GitHub" text. Was this change deliberate? The wiki landing page is linked from the homepage as code.djangoproject.com, and has always held a collection of useful informa

Re: Should exceptions in dev server appear as tracebacks in the console by default?

2014-08-12 Thread Tim Graham
The docs say "django is the catch-all logger. No messages are posted directly to this logger." so I don't think any messages would appear in the console from there unless a user uses that logger directly. I don't think any additional logging besides the requests will appear in the console by de

Re: [RFC] Python 3 and MySQL

2014-08-12 Thread Tim Graham
I'd like see some community consensus on the best solution for a MySQL adapter rather than than have more than one build for MySQL. I don't know the MySQL ecosystem very well. Naoki, is there no interest from MySQLdb in your Python 3 compatibility changes? On the PyPI page it says, "Python-3.0

Re: Master/slave trolling pull request accepted to django master branch

2014-08-12 Thread Robert Grant
I'd really, really like it if we were to stop saying a UI element is "disabled" and say "differently abled". Thanks On Tuesday, 27 May 2014 14:14:43 UTC+2, Meira wrote: > > As some of you may have notice, a hot discussion is happening in the > comments of this pull request: https://github.com/

Re: Proposal new Django Admin css style

2014-08-12 Thread Florian Apolloner
On Tuesday, August 12, 2014 12:26:45 PM UTC+2, Thiago Avelino wrote: > > Not a Django core part of the topic, as it was? > But still a valid point. That said, I find the current style way nicer than the proposed one. Cheers, Florian -- You received this message because you are subscribed to th

Re: Proposal new Django Admin css style

2014-08-12 Thread Thiago Avelino
Not a Django core part of the topic, as it was? Cheers, Thiago Avelino @avelino0 - avelino.xxx On Sat, Aug 2, 2014 at 11:26 AM, Collin Anderson wrote: > I think slowly making small changes over time towards an end goal is > better than a quantum leap. I like tha