django recaptcha

2013-03-08 Thread Xavier Pegenaute
Dear, I am using your django-recaptcha application but I am havig a problem. Seems the validation step is not done properly ONLY if I use the javascript code. I've edited the django/forms/widgets.py file and added print data at line 209 (I am using django 1.5), once I am filling the form

Re: django-recaptcha validation problems

2013-03-05 Thread Xavier Pegenaute
Hi, Sniffing the connection, it connects to google but then always is sending a new captcha., how can I check if it is validating properly? Thanks, Xavi On 03/05/2013 04:34 PM, Xavier Pegenaute wrote: Hi, I am using django-recaptcha and I want to use it inside the registration form

django-recaptcha validation problems

2013-03-05 Thread Xavier Pegenaute
Hi, I am using django-recaptcha and I want to use it inside the registration form. In the website [1], inside the Field section says: "A ReCaptcha widget will be rendered with the field validating itself without any further action required from you". Actually seems is not validating

django-registration vs Django 1.5

2013-03-01 Thread Xavier Pegenaute
Hi, seems django-registration doesn't support properly the new user model from Django 1.5, any one know how to work around it, or at least some other application able to deal with Django 1.5? Thanks, Xavi -- You received this message because you are subscribed to the Google Groups "Django

Using django's oodb alone

2013-01-03 Thread Xavier Pegenaute
Hi, I would like to use the django's oodb in some (ncurses + python) scripts. Any one have some experience on it?, do I need to use the django scripting environment or may be I can avoid it? Thanks, Xavi -- You received this message because you are subscribed to the Google Groups "Django

django-tynimce

2012-06-24 Thread Xavier Pegenaute
Hi, I am using this application, I am able to render the widget but when I am clicking save (tinymce button or html button) the POST form is sent but without the content of the textarea. Any one have some experience about it? My config js is attached and the html rendered code is as

form-wizard

2012-05-30 Thread Xavier Pegenaute
Hi, I want to use a form wizard to modify instead of create an instance in the DDBB. I don't know exactly how I can do it because in the URL there is the information of the instance to modify and the step in the form, so I don't know how I can mix everything. I am using django-merlin for

Multi form or big form..

2012-03-22 Thread Xavier Pegenaute
Hi, I need to show a view with a list of users, every user can be joined to an event or not. This is modelled with User (about 2k instances) and a JointToEvent class. This last class has a relation to User and a status field. This field can be: "Joined" or "Waiting to be paid" (CHOICE field).

Models, field like a list

2012-03-19 Thread Xavier Pegenaute
Hi, I was thinking to use a field like a list [] of another object. But I have no a clear idea which field type should I use. Any idea? Ex: class A: bClasses = models.() # list of Foreign keys from B I am not looking for a ManyToMany Field. Thanks, Xavi -- You received this

modelformset_factory

2012-03-09 Thread Xavier Pegenaute
Hi, I am using modelformset_factory and I want to show all the ocurrences of the class Event, but I want to add a field to the fromset. I have this code: forms.py - from django import forms from django.forms.formsets import BaseFormSet class

User permission

2012-03-07 Thread Xavier Pegenaute
Hi, Which one is the best option? a- Control the user rights in the views b- Control the user rights in the templates c- Control the user rights in both locations I guess is (c), but it's too much work. Thanks, Regards. -- You received this message because you are subscribed to the Google

DateField - format in Django 1.3.1

2012-02-29 Thread Xavier Pegenaute
Hi, I saw there was some problems in the format which is rendered, validated and stored using a DateField in a form, and in a model. Are they still unresolved in 1.3.1 versio?, it's not working for me My form: 32 class EventForm(forms.Form): 33 name =

Forms - All fields into first attribute

2012-02-28 Thread Xavier Pegenaute
Hi, I am using Django 1.3.1, and I have a strange behavior problem, all the different fields submitted are going as value of the first field. Here is the http header (print request): " ,