Ivaylo Donchev

Results 5 issues of Ivaylo Donchev

- **InfluxDB version:** 1.7.7 - **InfluxDB-python version:** 5.2.3 - **Python version:** 3.7.2 - **Operating system version:** Ubuntu 18.04 Hi, I'm iterating over my application to add the new version's **bind_params**...

question

We could add custom check (https://docs.djangoproject.com/en/4.1/ref/checks/) if the project is being ran with wrong python version. It'll specify the ONLY python version that the project is supposed to work with....

Feature

Adding `python manage.py check` as a step in the CI will run all the "checks" that are normally being ran when starting the server - all the system checks (https://docs.djangoproject.com/en/4.1/ref/checks/)...

Feature

Hi, I hit a problem when filtering by multiple fields from a reverse relation at once. If I have the following models: ``` from django.db import models class Country(models.Model): name...