Add UserProfile Inline in the change_View function

2012-05-09 Thread bvcelari
Hello, I´m trying to custom admin in django 1.4. I went to docs, followed the instructions, and worked. The issue comes when I try to modify change_view, and find that inlines does not work inside change_view function. My target is be able to allow users to change only their username (from

Re: Key 'buscar' not found in "

2010-11-28 Thread bvcelari
Fixed on the worst way adding each parameter on "my_url" var, and write it again on the template, really ugly, but is not nice at all. like this behind each filter: my_url += '=' + mi_form.cleaned_data['option1'] Thanks! Regards Bvcelari On Nov 26, 4:49 pm, bvcelari <bvcel

Re: Key 'buscar' not found in "

2010-11-26 Thread bvcelari
will not be able to retrieve the "page 2" related items, isn't it? Thank you very much for yours answers. Regards Bvcelari On Nov 26, 1:17 pm, "Rodrigo \"OreiA\" Chacon" <rocha...@gmail.com> wrote: > The most secure way to retrieve a parameter is to use the get met

Key 'buscar' not found in "

2010-11-25 Thread bvcelari
anterior {% endif %} Pg {{ pg_encontrados.number }} de {{ pg_encontrados.paginator.num_pages }}. {% if pg_encontrados.has_next %} siguiente {% endif %} Thanks Bvcelari -- You received this message because you are subscribed to the Google Groups "Django users&

Re: MacOSX error using " ./bin/django-admin.py startproject sdlsdl"

2010-06-07 Thread bvcelari
All rigth, I miss check compatibilities between versions... in linux works perfectly And finally you are in truth, i must change client computer OS version. Thank you very much bvcelari On Jun 6, 10:13 pm, Daniel Roseman <dan...@roseman.org.uk> wrote: > On Jun 6, 7:43 pm, bvcela

MacOSX error using " ./bin/django-admin.py startproject sdlsdl"

2010-06-06 Thread bvcelari
ot;, line 185 opts = tuple(s for s in styles if s in opt_dict.keys()) ^ SyntaxError: invalid syntax anyone knows how to fix it? thx, bvcelari. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us.