Skip to content

0.8.3

Compare
Choose a tag to compare
@tiliv tiliv released this 07 Jul 23:17
· 606 commits to master since this release

Important future note

This is the last planned release for the 0.8 series! 0.9 and 1.0 will arrive simultaneously sometime during the next couple of weeks, and the entire declaration process for datatableview options has been modernized.

0.9 will include all of the existing "legacy" configuration code from the 0.8 releases, powered by brand new internals. 0.9 will be a no-fuss update, but if you plan to jump up to 1.0, you will need to following the forthcoming migration guide to get away from these "legacy" delcaration syntaxes.

Release notes

Added an optional setting named DATATABLEVIEW_MINIMUM_DATE to try and combat an issue with some databases not liking datetime.MINYEAR as a valid number for the year of a date column.

Added a fix for some versions of Django misunderstanding a GenericForeignKey when inspecting object relationships for column data.