morlandi

Results 64 comments of morlandi

This is the relavant code (file columns.py, line 97): ``` def string_tags_in_case(self, value): if STRIP_HTML_TAGS and value is not None: return strip_tags(value) return value def render_column_value(self, obj, value): if self._allow_choices_lookup:...

Thank you @etiennepouliot Could you please check my question about changes in `filter.py` ?

@etiennepouliot I'm not very familiar with github code review tools ... I can see my question right a few lines above this message, and suppose (but I'm not sure) you...

I see ... mumble mumble ... just wondering: If I type any letter, say "x", nothing is selected, but then if I remove pressing backspace, thus receiving an empty string,...

Thank you @byte-for-byte for sharing your analisys. I do understand this need; see also #22 issue which I wrote some time ago on the same subject. Let's keep this issue...

Interesting suggestion, but not supported now. I will leave this issue open; I'm willing to accept PR on this

Good point. I suppose you're talking about column filters; since those are based on a fully custom solution, and do not count in any way on datatable.net, searchDelay can't help...

What about a new setting to filter Request Headers to be logged ? Maybe having ['User-Agent', ] as default value, and accepting the special value 'asterisk' for all

I do believe CharField is more appropriate than GenericForeignKey for auditing and logging purposes, even with the limitations correctly described by @alan404. Later on, you can still lookup the referenced...

> hi @morlandi, > I followed the steps but can't seem to get the custom sidebar to work. > > I uninstalled the normal admin-bootstrap and installed yours with: >...