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

Django app for user friendly querying of Django models

Results 14 django-data-browser issues
Sort by recently updated
recently updated
newest added

Boolean fields have the option for all, average, sum, and is_null columns to display, but the first three of these cause an error 500. ![image](https://github.com/tolomea/django-data-browser/assets/76848161/36aa36c3-8335-43b5-82a3-ffed3e58ba91) ``` Traceback (most recent call...

It would be nice if we could rename / alias columns to be more readable at a glance, especially when sharing the results of it via the sharable link or...

Normally, the rows that show up in DataBrowser are limited to those returned in the queryset from `get_queryset` defined in the ModelAdmin for a model. But when filtering on a...

This tool really is amazing, we use it often to answer business questions that we haven't built proper views for yet. In fact, I'd love to be able to just...