azavea / azavea/django-queryset-csv
RawQuerySet
Open
- Dominant language
- Python
- Stars
- 188
- Forks
- 42
- PR merge metrics
- No merged PRs in 30d
Description
Hello, does it support writing RawQuerySet to csv?
I have tried, but get `AttributeError: 'RawQuerySet' object has no attribute 'values'`
Contributor guide
Research direction
Start by locating the CSV export entry point that calls `.values()` on a queryset, then reproduce the reported AttributeError with a Django RawQuerySet. Determine whether RawQuerySet should be supported and identify the existing queryset export tests, if any. Done means the intended RawQuerySet behavior is documented and verified without breaking normal queryset export.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- django, python
- Domain
- backend, databases
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100