Django-queryset-csv

Latest version: v1.1.0

Safety actively analyzes 688803 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 3

0.3.3

Add support for Django 1.9, fix bugs in field header resolution.

0.3.2

Fix bug clobbering custom field headers when also providing extra select columns.

0.3.1

Previous releases automatically utf8 encoded field values, this release expands on this to also encode field names, including verbose names and custom overrides.

This release also introduces official support for django 1.8.

0.3.0

**WARNING: this release no longer localizes values by default**

new features
- add support for aggregation fields in querysets
- allow custom serialization of fields (columns) by name

breaking changes

Localization has been turned off by default, so django's `localize` function will no longer be called on values before they are exported. This is considered a breaking change. The decision was made in light of the fact that CSVs exist first and foremost as a data exchange format, while localization increases human-readability at the expense of machine-readability. This was modified in response to a need presented by a downstream project.

0.2.10

0.2.0

Page 2 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.