Savun Bulkan Evcimen
Savun Bulkan Evcimen
Hi there, I always thought that Dajaxice would use the AJAX functions of the frameworks. As is in if i use jquery.dajax.core.js then it would use JQuery.ajax. It doesn't seem...
Just a feature request for native tab support :) 
The following request came through the Google Web Store user feedback; Hi, thanks for this useful extension It will be great if there was a custom shortcut that you can...
- add error_message field to Question model - in the form when creating field pass self.question.error_message as the message field if its defined
Each Question should have a user selectable list of validators associated with it. phone number, postcode, numbers only, letters only. ``` python # inside of QuestionForm def answer_clean(self, value): for...