DavisRayM / django-filter-stubs

PEP-484 stubs for django-filter
MIT License
7 stars 3 forks source link

Filters have a parent property #7

Open palfrey opened 2 years ago

palfrey commented 2 years ago

It appears to be a FilterSet type, but not seeing on the definitions in here.

DavisRayM commented 1 year ago

I'll plan out sometime to update the package to ensure it's up to date with the latest django-filters sometime soon. Haven't been using the package of late.... PRs to update the stubs and maintain the repository would be greatly appreciated

palfrey commented 1 year ago

I'll plan out sometime to update the package to ensure it's up to date with the latest django-filters sometime soon. Haven't been using the package of late.... PRs to update the stubs and maintain the repository would be greatly appreciated

Travis build doesn't appear to be working. Any interest in replacing those bits with github actions?

DavisRayM commented 1 year ago

Yes, I'll be happy to have the CI workflows moved to Github actions

palfrey commented 1 year ago

Yes, I'll be happy to have the CI workflows moved to Github actions

Started work on this in https://github.com/DavisRayM/django-filter-stubs/pull/14 but running into a lot of issues with Pipenv (see notes there). TBH, I'd lean towards replacing it. My current favourite option is pip-tools but you may have other thoughts on more usable tools.

DavisRayM commented 1 year ago

I also currently prefer pip-tools I have no reservations with switch it out.