Devid
Devid
@auvipy Tests were failing cause there was a problem with travis (missing `six` package), I have rebased and pushed my changes.
I have done a small refactor removing compatibility for missing `path` (in test) and replaced default path converter from `str` to `path` (which has the same regex which is used...
Since it has been more than 2 years since the first draft of this PR, I am start thinking: is there a more elegant way to handle `path`? I was...
Good, now let's wait for a maintainer to see this.
Is there an ETA for when this project will be compatible with Django 4.0?
[convertdate](https://pypi.org/project/convertdate/) could be used to replace `pyCalverter`. This achieves two goals: remove a GPL licensed lib (which would require also **this** lib to be GPL) and use a mantained lib...
I dont get the use case in which this could be misleading or considered as a bug. Could you please explain this?
IMO its some kind of unwanted bug caused by [this line of code](https://github.com/jasonish/py-idstools/blob/0.6.3/idstools/rule.py#L275): ``` # omissis else: rule[name] = val # omissis ``` If you better inspect the _parsed_ rule...
Here there is [setup.py](https://github.com/farhan0581/django-admin-autocomplete-filter/blob/e6ebfe50777b326bec49220546c3fc0bc2fca27d/setup.py) (and #7 ?) which states [**LGPL-3**](https://opensource.org/licenses/LGPL-3.0) while [LICENCE](https://github.com/farhan0581/django-admin-autocomplete-filter/blob/e6ebfe50777b326bec49220546c3fc0bc2fca27d/LICENSE) states [**GPL-3**](https://opensource.org/licenses/gpl-3.0.html). Which one is the right one?
I have tried to re-test this if issue was still present (also checking some differences between different versions of channels-redis and channels). These are my results: ``` ## channels 2.2.0...