David Seddon
David Seddon
Hi, Any chance of doing a new release? There have been a few fixes and improvements since the beginning of last year, it would be nice to be able to...
I'm unable to get the delete buttons working with csrf middleware turned on. Here's my analysis of the situation, I can't work out whether the bug might be seen to...
The docs state that in forbidden contracts "descendants of each module will be checked". However, if `allow_indirect_imports` is true, this isn't the case.
This PR indicates that errors are not always output to users' consoles: https://github.com/seddonym/import-linter/issues/55 I haven't been able to reproduce this myself yet.
There's a lot of shared code and it's not easy to understand, particularly in relation to descendants - nested loops and the like. One possible route might be to improve...
As per bug reported https://github.com/seddonym/import-linter/issues/44. If you just subclass a contract, you get the following error when running the linter: ``` 'ListField' object is not iterable ``` The workaround is...
Currently it just prints the unrecognised contract type name.
The master branch is now Django 1.9 compatible, based on a recent commit related to importlib. However it would be great if you could bump the version number and release...