Re: Ticket 19445

2013-05-08 Thread Luke Plant
On 07/05/13 02:04, Russell Keith-Magee wrote: > As for the "ModelForm without a Meta" approach -- I see what you're > driving at, and I can see how it's an elegant solution to the problem. > My concern is that we'd be encouraging people to pass around > "half-baked" ModelForm definitions -- i.e.,

Re: Ticket 19445

2013-05-08 Thread Julien Phalip
Hi Luke, On May 1, 2013, at 3:31 PM, Luke Plant wrote: > Hi all, > > Can I get some feedback on what to do about ticket 19445? > > https://code.djangoproject.com/ticket/19445 > > I have re-opened this ticket because I don't think it was addressed > satisfactorily

Re: Ticket 19445

2013-05-06 Thread Aymeric Augustin
On 7 mai 2013, at 03:04, Russell Keith-Magee wrote: > That might result in some refactoring of the Admin's validation code, but I'm > not sure actually improving the Admin validation itself is on the project > schedule. I was mostly referring to the addition of validation warnings. False pos

Re: Ticket 19445

2013-05-06 Thread Russell Keith-Magee
On Mon, May 6, 2013 at 12:46 AM, Aymeric Augustin < aymeric.augus...@polytechnique.org> wrote: > Hi Luke, > > I'm also skeptical about validation when: > - it tries to analyze statically dynamic behaviors; > - it fails on code that actually works. > > To me it looks like the admin outgrew its own

Re: Ticket 19445

2013-05-06 Thread Iván Raskovsky
/KristianOellegaard/django-hvad [1] https://github.com/KristianOellegaard/django-hvad/issues/10 On Wed, May 1, 2013 at 7:31 PM, Luke Plant wrote: > Hi all, > > Can I get some feedback on what to do about ticket 19445? > > https://code.djangoproject.com/ticket/19445 > > I have

Re: Ticket 19445

2013-05-05 Thread Aymeric Augustin
e Plant wrote: > Hi all, > > Can I get some feedback on what to do about ticket 19445? > > https://code.djangoproject.com/ticket/19445 > > I have re-opened this ticket because I don't think it was addressed > satisfactorily. I apologise in advance that this is a bit involve

Re: Ticket 19445

2013-05-01 Thread Carl Meyer
Hi Luke, On 05/01/2013 04:31 PM, Luke Plant wrote: > Can I get some feedback on what to do about ticket 19445? > > https://code.djangoproject.com/ticket/19445 > > I have re-opened this ticket because I don't think it was addressed > satisfactorily. I apologise in adv

Ticket 19445

2013-05-01 Thread Luke Plant
Hi all, Can I get some feedback on what to do about ticket 19445? https://code.djangoproject.com/ticket/19445 I have re-opened this ticket because I don't think it was addressed satisfactorily. I apologise in advance that this is a bit involved! The fundamental problem is that the valid