Releases: wharton/automagic-rest
Releases · wharton/automagic-rest
2.1.1
2.1.0
What's Changed
- Add the
AUTOMAGIC_REST_RESERVED_WORD_SUFFIX
setting, defaulted tovar
, to append to reserved words and columns ending in an underscore. By @FlipperPA in #7
Full Changelog: 2.0.1...2.1.0
2.0.1
What's Changed
- BREAKING CHANGE: columns that are reserved words append
_var
(again), rather than_
, to avoid issues with filters. - Formatted with ruff.
Full Changelog: 1.1.0...2.0.1
1.1.0
What's Changed
- POTENTIAL BREAKING CHANGE: columns that are reserved words will only append
_
rather than_var
by @FlipperPA in #6 - Bug fix: the
_
is also appended to theOPTIONS
metadata so the column name identifiers match by @FlipperPA in #6 - Max line length of 88 fixed by @FlipperPA in #6
Full Changelog: 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: 0.4.3...1.0.0
0.4.3
What's Changed
- Add support for
range
by @noeldvictor in #4
Full Changelog: 0.4.2...0.4.3
0.4.2
What's Changed
- Lock
django-filter
at version21.1
- Version
22.1
breaks support fordjangorestframework-filters==1.0.0.dev2
, the latest release.
- Version
- 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: 0.4.1...0.4.2
0.4.1
What's Changed
- Add support for
json
andjsonb
PostgreSQL columns - Ignore un-supported columns with a warning (such as
ts_vector
)
Full Changelog: 0.4.0...0.4.1
0.4.0
What's Changed
__in
lookups are now supported for all filter fields, such asticker__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: 0.3.0...0.4.0