Re: DisallowedHost causes 500 errors.

2014-02-13 Thread J. Clifford Dyer
Thanks for the quick response, Mark. That's awesome. Sorry I missed it in the changelog. Cheers, Cliff On Thursday, February 13, 2014 12:35:16 PM UTC-5, Mark Lavin wrote: > > This was already changed in https://code.djangoproject.com/ticket/19866which > is part of 1.6. It's noted under the min

Handling custom field types in admindocs. (#7977)

2009-05-30 Thread J. Clifford Dyer
At the moment, admindocs raises an unhandled KeyError when trying to display documentation on custom field types, because it tries to pull a human readable field type description out of a dictionary, based on the return value of the field's get_internal_type method. I'm working on solving this is

Handling custom field types in admindocs. (#7977)

2009-05-30 Thread J. Clifford Dyer
At the moment, admindocs raises an unhandled KeyError when trying to display documentation on custom field types, because it tries to pull a human readable field type description out of a dictionary, based on the return value of the field's get_internal_type method. I'm working on solving this is

Re: Reduce bug triage overhead: DjangoAwesomeBot

2009-05-12 Thread J. Clifford Dyer
On Wed, 2009-05-06 at 18:23 +0800, Russell Keith-Magee wrote: > > 1. Does the patch apply cleanly? > 2. Does the patch contain a test? > 3. Does the test fail if the rest of the patch isn't applied? I don't see this as a necessary requirement for all patches. What if the patch has nothing bu

Re: Django releases

2008-06-09 Thread J. Clifford Dyer
On Mon, 2008-06-09 at 21:16 -0400, Karen Tracey wrote: > On Sat, Jun 7, 2008 at 3:06 PM, Jacob Kaplan-Moss > <[EMAIL PROTECTED]> wrote: > * Start a "train release" schedule: schedule a couple of 1.0 > betas, a > rc or two, and then a final release. Features that are done by

Re: Maybe DEBUG=True should only record the last N SQL queries?

2008-04-21 Thread J. Clifford Dyer
On Mon, 2008-04-21 at 03:46 -0700, Simon Willison wrote: > On Apr 20, 11:23 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > > -1 for the reasons that James Bennett stated above. That it crashes > > and burns in production is actually a feature in this case. > > If we want to crash and burn

Re: aide

2007-12-06 Thread J. Clifford Dyer
Sorry for adding to the noise:signal by replying on list. I didn't look closely enough at which list it was in. Won't happen again. Cheers, Cliff On Thu, Dec 06, 2007 at 06:21:09PM +, EL AATIFI Sidi Mohamed wrote regarding Re: aide: > > > Bonjour, > > cette mailing est r?serv? au d?ve

Re: correction de mon code

2007-12-06 Thread J. Clifford Dyer
On Thu, Dec 06, 2007 at 09:19:47AM -0800, marie wrote regarding correction de mon code: > > voici mon code de date > > # -*- coding: utf-8 -*- > from datetime import datetime > > def dateDiffJour(dateeffet,dateecheance): > if dateeffet == dateecheance: > jour = (dateecheance) - (da

New to django, interested in ticket #785

2007-12-01 Thread J. Clifford Dyer
Hey all, I'm a (roughly) mid-level Python coder, and newly interested in Django. I work at a university library on a library archive digitization project. We have a large collection, with several thousand heterogenous documents (ranging in size and format from letters to books, interviews and po