Automagic-rest

Latest version: v1.1.0

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

Scan your dependencies

Page 1 of 3

1.1.0

What's Changed
* POTENTIAL BREAKING CHANGE: columns that are reserved words will only append `_` rather than `_var` by FlipperPA in https://github.com/wharton/automagic-rest/pull/6
* Bug fix: the `_` is also appended to the `OPTIONS` metadata so the column name identifiers match by FlipperPA in https://github.com/wharton/automagic-rest/pull/6
* Max line length of 88 fixed by FlipperPA in https://github.com/wharton/automagic-rest/pull/6
**Full Changelog**: https://github.com/wharton/automagic-rest/compare/1.0.0...1.1.0

1.0.0

What's Changed
* Release version 1.0.0: it has been used in production for years at Wharton.
* Add a dictionary of columns positions to the view as `self.positions` by FlipperPA
* Refine `CountEstimatePagination` by rgs258
**Full Changelog**: https://github.com/wharton/automagic-rest/compare/0.4.3...1.0.0

0.4.3

What's Changed
* Add support for `range` by noeldvictor in https://github.com/wharton/automagic-rest/pull/4
**Full Changelog**: https://github.com/wharton/automagic-rest/compare/0.4.2...0.4.3

0.4.2

What's Changed
* Lock `django-filter` at version `21.1`
* Version `22.1` breaks support for `djangorestframework-filters==1.0.0.dev2`, the latest release.
* This is not ideal, but works for now. We will have to come up with a long-term plan, as it appears `djangorestframework-filters` is no longer maintained.

**Full Changelog**: https://github.com/wharton/automagic-rest/compare/0.4.1...0.4.2

0.4.1

What's Changed
* Add support for `json` and `jsonb` PostgreSQL columns
* Ignore un-supported columns with a warning (such as `ts_vector`)

**Full Changelog**: https://github.com/wharton/automagic-rest/compare/0.4.0...0.4.1

0.4.0

What's Changed
* `__in` lookups are now supported for all filter fields, such as `ticker__in=IBM,MSFT,AAPL`.
* A bug was fixed that caused the filter fields to be rendered twice in the DRF HTML browsable interface.
* README was updated.

**Full Changelog**: https://github.com/wharton/automagic-rest/compare/0.3.0...0.4.0

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.