Kevin Brown-Silva

Results 21 issues of Kevin Brown-Silva

We're in the process of finalizing the 4.0 release and are aiming to have it done by the end of this month at the latest. https://select2.github.io/ Since I'm not very...

http://pythonwheels.com/ Right now, only the `tar.gz` file is being distributed on PyPI for [djangorestframework-bulk](https://pypi.python.org/pypi/djangorestframework-bulk), which isn't _that much_ of an issue, but it does add some time to installing the...

While the SchemaGenerator provided by DRF-YASG is not API-compatible with the one used by DRF, it does use a lot of the methods and even generates a DRF one internally....

enhancement
1.22.x

This method is a more complex version of the `is_simple_callable` method used by DRF internally. Given that this method shows no signs of being removed soon, and it appears to...

enhancement
1.22.x

These were needed in DRF 3.7.x, where a bug existed in the handling of regular expressions within paths, but it has since been fixed in DRF. As a result, these...

enhancement
1.22.x

This is a proof of concept to see if it's even possible. If this ends up being possible, the intention is to layer in smaller pull requests which are targeted...

1.22.x
Incomplete

- [x] Python 3.7 - [x] DRF versions

This fixes a bug where calling `{% set %}` in all 3 branches of an `{% if %}` block could result in the parameter being undefined sometimes. If the `{%...

This fixes a bug that existed because namespaces within `{% set %}` were treated as a special case. This special case had the side-effect of bypassing the code which allows...