django-inplaceedit any way to remove the hint at the top?

2014-04-13 Thread Subodh Nijsure
I just started using the django-inplaceedit using latest version. It works great. [ https://django-inplaceedit.readthedocs.org ] But I want to remove the hint that it shows when showing editable items - 'Enable Edit Inline'. Is there any easy way to remove it? BTW I searched the documentation fo

Re: validate answers from a detail view

2014-04-13 Thread Fabio Caritas Barrionuevo da Luz
I think this would be facilitated if the FormWizard possessed a confirmation step. There is a ticket open on this exact feature https://code.djangoproject.com/ticket/21644 Em sábado, 12 de abril de 2014 14h28min01s UTC-3, Brad Rice escreveu: > > I'm using a Class based Generic Detail View to s

Re: Question on a resembling function on truncatewords

2014-04-13 Thread Alvin Lindstam
And also: 1) You have misspelled description in the shorten_words method. In you model field definition, and in your length check it's "description" but in the print/return statements it's spelled "desciption". 2) The python slicing operator is clever enough to handle indexes that are out of b