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
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
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
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
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
--~--