Ciske

Results 6 issues of Ciske

I've noticed that TableDataAdapter.getCellView isn't called with a converView that you can use to recycleviews. I think this causes causes significant performance degradation, I notice this when scrolling very fast...

enhancement

Maybe this has just something to do with the version of jQuery or django i'm using, but for me the validation of individual fields doesn't work until I change the...

It would be nice if you could tell the validation function that it should wait 500 ms after the last onkey event before it starts validating. That way you have...

at line 70 of jquery-ajax-validation.js, it says: get_form_error_position(key).parent().before('' + val + '.'); There's a period (.) where it shouldn't be right before the first closing tag ()

When I use the change form to modify an object that uses reverse_admin, I get a success message saying the object has been added. Which is confusing since the object...

Hello, If I write: ``` inline_type = 'tabular' person_field_list = ('id', 'first_name', 'inix', 'last_name', 'birthday', 'zip_code', 'street', 'house_number', 'house_suffix', 'place', 'email', 'email_2', 'phone_number', 'phone_number_2') inline_reverse = [{'field_name': 'old_person', 'fields': person_field_list,...