Re: Dreamhost, Django and MySQL server connection

2006-02-14 Thread Edgars Jekabsons
OK, posted a patch agaist trunk (revision 2307) http://code.djangoproject.com/attachment/ticket/463/mysql_rev2307.diff -- Edgars

Dreamhost, Django and MySQL server connection

2006-02-13 Thread Edgars Jekabsons
Does anyone else who uses Dreamhost has problems with MySQL connection going away? The project I suggested hosting there is not even inproduction yet, but we get MySQL server errorsa lot (a few times a day). Sometimes it's just Django error 500, but other times I get a Python traceback

Re: custom admin view for edit_inline object

2006-02-09 Thread Edgars Jekabsons
On Thu, 09 Feb 2006 03:13:04 +0200, Colleen Owens <[EMAIL PROTECTED]> wrote: Again, what I'm trying to do is customize the way inline-edited objects are displayed for one of my applications (without affecting any other application). First I changed line 52 of

Re: possible to validate a subset of a model's fields?

2006-01-31 Thread Edgars Jekabsons
entered should be in the db. Well put blank=True in model field descriptions, use custom FormManipulators and save the data in database after each page :) HTH, Edgars Jekabsons

Re: what is the best way to capture the subdomain and send it to a view?

2006-01-04 Thread Edgars Jekabsons
On Wed, 04 Jan 2006 16:31:34 +0200, Le Roux <[EMAIL PROTECTED]> wrote: Thanks. I'll do that. It just feels like that type of thing should happen outside of the view (and come to the view as a parameter). The other thing is that _all_ my views will need this and to me that just feels a bit