Short Term Django Freelance in Boston, MA

2011-01-13 Thread Picus
Anyone interested in a freelance opportunity in Boston, MA? The candidate would be assisting in building a custom CMS in an established ad agency environment (local candidates are preferred). 3-5 years experience developing dynamic sites is required. Some level of django experience is required,

Re: Fixing a regression in FormWizard from #14498 in 1.2.X and 1.3

2011-01-13 Thread Russell Keith-Magee
On Fri, Jan 14, 2011 at 1:07 AM, Sta? Ma?olepszy wrote: > Hi, > > I saw the discussion about replacing the FormWizard in Django 1.4 in [1] and > while I haven't used django-formwizard yet, I'm looking forward to seeing > the new code in action. > > That said, I would like to bring to your attentio

Re: Proposal for inclusion of two additional default template tags.

2011-01-13 Thread Chris Beaven
I'm not opposed to the idea of an inline macro tag, but it doesn't need to be core. Here's how I'd write it (using django-ttag - untested and just off the top of my head) class Template(ttag.Tag): """ Provides the contents of this tag

Quick review of #15026

2011-01-13 Thread Jim D.
Howdy, Just wanted to see if anyone wanted to do a quick review of the patch I submitted for #15026: http://code.djangoproject.com/ticket/15026 The ticket in question refers to a failure in contrib.session tests when memcached is specified as the cache backend. i had suggested clearing the cache

Re: I18N locale per app resolving - documentation incorrect or bug?

2011-01-13 Thread Klaas van Schelven
> > Ok, had some time to look at this. Great, much appreciated! > > a) The doc fix attached to #14910 to describe the current situation >    and that got committed isn't correct. At no point of the catalog building >    process a '``locale`` directory in the directory containing  your settings >

Fixing a regression in FormWizard from #14498 in 1.2.X and 1.3

2011-01-13 Thread Sta? Ma?olepszy
Hi, I saw the discussion about replacing the FormWizard in Django 1.4 in [1] and while I haven't used django-formwizard yet, I'm looking forward to seeing the new code in action. That said, I would like to bring to your attention what seems to be a regression in the current FormWizard code on

Re: Small decision needed on #15025

2011-01-13 Thread Don Spaulding
On Jan 13, 7:05 am, Luke Plant wrote: > > In conclusion, I'm going to leave [14992] in. Due to the backwards > incompatibility discovered, it's not a good idea to backport to 1.2.X. > But since it is cleaning up an inconsistency/ambiguity, I'm happy to > leave it in, and say that code that was r

Re: Small decision needed on #15025

2011-01-13 Thread Luke Plant
On Thu, 2011-01-13 at 01:37 +0100, Marco Paolini wrote: > +1 for [14992] and the proposed documentation change > > the guys that don't want the dict-item-funcion to be called, could set > the alters_data attribute, no? In this case, they will just get settings.TEMPLATE_STRING_IF_INVALID, not an

Re: Inheritance on django model

2011-01-13 Thread Russell Keith-Magee
2011/1/13 Manuel Gonçalves - Analista de Sistemas IFPI : > Hi guys, mi first post on group, sorry for poor english. Hi Manuel, Django-developers is a mailing list for discussing the development of Django itself. If you want help structuring your models, you should post to django-users -- that's t

Inheritance on django model

2011-01-13 Thread Manuel Gonçalves - Analista de Sistemas IFPI
Hi guys, mi first post on group, sorry for poor english. Someone can help me to model a association between the class and a parent of a class with childs? I want a polymorphic association to map a childs with the parent type. Something like : One class named A associated to a superclass named B ,