Re: Standardize localfavour items

2007-04-02 Thread ElGranAzul
Localflavour need not to handle the field replacing. I'm proposing only to create the base that allow it. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email

Standardize localfavour items

2007-04-02 Thread ElGranAzul
Hi all. I'm working in the Spanish localflavour (to be released today or tomorrow), and I want to propose a standard way to define locale validations. It could help to developers to create the content and, for example, using introspection select the correct locale. It only could be done if there

Re: Feature request for newforms: HTML 4

2007-01-14 Thread ElGranAzul
I think that a possible fix to this problem and to the presentation problem (as_p, as_li, as_whichever_you_like) have been discussed in this list (or in user list, i don't remember), and is the use of templates instead of handcode the (X)HTML code in source. Each widget and form could have a tem

Re: Problem with custom view and changeManipulator

2006-11-13 Thread ElGranAzul
Sorry, i've send it to the wrong list. Sorry for the noise. --~--~-~--~~~---~--~~ 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 unsu

Problem with custom view and changeManipulator

2006-11-13 Thread ElGranAzul
Hi all. I've a problem with an edit view. The idea is a model with 2 fk, but editable in the same form. I've created a view to edit it. the code is in http://paste.e-scribe.com/2798/ but it doesn't handle the dom_social. Someone have an idea please? PD: I'm working with last svn version --~--