django-data-interrogator icon indicating copy to clipboard operation
django-data-interrogator copied to clipboard

django-data-interrogator is a plug in table builder that allows users to easily extract information from a Django database

Results 6 django-data-interrogator issues
Sort by recently updated
recently updated
newest added

I think some of the documentation on the README installation process is outdated. Will there be any update to this? As I am unable to get the repository to work...

``` /usr/src/django-data-interrogator/data_interrogator/interrogators.py:83: SyntaxWarning: "is" with a literal. Did you mean "=="? if interrogator_filter is "=": /usr/src/django-data-interrogator/data_interrogator/db.py:81: SyntaxWarning: "is" with a literal. Did you mean "=="? if connection.vendor is 'microsoft': ```

Bumps [django](https://github.com/django/django) from 3.2.23 to 3.2.25. Commits c98eca3 [3.2.x] Bumped version for 3.2.25 release. 072963e [3.2.x] Fixed CVE-2024-27351 -- Prevented potential ReDoS in Truncator.words(). 2ad2676 [3.2.x] Added release date for...

dependencies

In our Github releases for this [package](https://github.com/Aristotle-Metadata-Enterprises/django-data-interrogator/releases) we go from 0.0.1 -> 1.0.0 -> 0.0.2. We should commit to using SemVer appropriately.