Re: Getting Slammed Hard on Foreign Keys in the admin due to __unicode__

2011-02-15 Thread Matteius
OK this suggestion has gotten me part of the way and certainly improved the state of the admin. However, I'm still getting linear dependence in the admin now in the case of inline editing. I have Assignments, Instructor and Mentors all with a ForeignKey to Course. Well for the example of a new C

Adding new buttons like delete and change in the admin changelist_view

2011-02-15 Thread deimos
I think the possibility to add new buttons in the admin changelist_view could be a wonderful and powerful thing. -- 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. To uns

Re: Getting Slammed Hard on Foreign Keys in the admin due to __unicode__

2011-02-15 Thread Matteius
Thanks, you got me going on the right path. On Feb 14, 12:31 pm, Jacob Kaplan-Moss wrote: > On Mon, Feb 14, 2011 at 11:41 AM, Matteius wrote: > > No the hits are with the initial page load before any AJAX gets > > called, my AJAX code is 2 DB hits.  I am not claiming select_related > > should be

Re: Intermittent IOError exception raised and emailed to admins during file upload.

2011-02-15 Thread Graham Dumpleton
BTW, you didn't say whether you were using mod_wsgi embedded mode or daemon mode and what latter configuration was if using it. Graham On Wednesday, February 16, 2011 7:15:09 AM UTC+8, Graham Dumpleton wrote: > > > > On Wednesday, February 16, 2011 5:16:01 AM UTC+11, Drew Volpe wrote: >> >> >> h

Re: Intermittent IOError exception raised and emailed to admins during file upload.

2011-02-15 Thread Graham Dumpleton
On Wednesday, February 16, 2011 5:16:01 AM UTC+11, Drew Volpe wrote: > > > https only > Any chance you can do some tests, if you yourself can replicate it, of whether it fails when using straight http. Most times I have heard about this, it is somehow specifically related to use of https conn

Re: Intermittent IOError exception raised and emailed to admins during file upload.

2011-02-15 Thread Drew Volpe
https only Apache/2.2.16 on Ubuntu 10.10 (32 bit) Python 2.6.6 mod_wsgi 3.2 embedded mode mpm worker: StartServers 2 MinSpareThreads 25 MaxSpareThreads 75 ThreadLimit 64 ThreadsPerChild 25 MaxClients 150 MaxRequestsPerChild

Hi.

2011-02-15 Thread Aviral Dasgupta
Hi, This is the first patch I've written for Django. Could someone review it? Regards, Aviral -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-develop

Re: pb with search on website

2011-02-15 Thread Jacob Kaplan-Moss
Hi Tonton -- Yes, I changed the search on docs a few weeks back. It's far from perfect, but I'm trying to improve it. Can you give me some specific links to searches that aren't working for you? Jacob -- You received this message because you are subscribed to the Google Groups "Django develope

Re: django.forms.fields.Field.localize to default to settings.USE_L10N

2011-02-15 Thread Russell Keith-Magee
On Tue, Feb 15, 2011 at 9:37 AM, Simon Charette wrote: > Hi, I encountered a problem with DecimalField and DECIMAL_SEPARATOR in the > admin which lead me > to a ticket [1] which was marked as worksforme. > > Well it wasn't quite workingforme so I tried to come up with a testcase > since the ticket

Re: pb with search on website

2011-02-15 Thread Tom Evans
On Tue, Feb 15, 2011 at 9:44 AM, Tonton wrote: > maybe you still know that ! but some few weeks you change somethings on the > docs.djangoproject.com 's search engine ! > > and now all the time respons is no results found ! > > regards > > tonton > http://docs.djangoproject.com/search/?q=template

pb with search on website

2011-02-15 Thread Tonton
maybe you still know that ! but some few weeks you change somethings on the docs.djangoproject.com 's search engine ! and now all the time respons is no results found ! regards tonton -- You received this message because you are subscribed to the Google Groups "Django developers" group. To po