Stefan Heinemann

Results 11 issues of Stefan Heinemann

According to [the docs](http://flake8.pycqa.org/en/latest/user/configuration.html), flake8 can handle different locations of configuration: setup.cfg, tox.ini, or .flake8. Sadly these config files are not considered by pytest-flake8 for some reason. Is there a...

question

I am not a 100% sure about this, but when all resource names are dasherized and pluralized, shouldn't the included names be plural and dasherized too? By included names I...

bug

I needed to change the event, with which the popover component is closed when the user clicks outside. Instead of listening to `click`, with this change it listens to `mousedown`...

This actually contains #1

The reverse admin could not deal with the situation where you leave all fields of an inline model empty (because they're all blank=True)

Hi I made some changes to jquery-autogrow some time ago, I don't know why I didn't open a Pull request back then... anyway, here it is. The changes mainly are...

Implemented functionality that filters the returned attributes on a search like the python-ldap module does.

It would be nice if the location of following block were configurable instead of generated: ``` location /{{ project_name }}-static { alias {{ root_dir }}/static; expires max; add_header Pragma public;...

So for quite a while now I had the same few roles. When I had to select the role in the commit dialog, I only pressed the numbers from the...

(the reason I am doing this was because I fixed something small when nobody else was around, this is like the extension of that) Some notes on the fix: the...

feature