Skip to content

8.0.0

Compare
Choose a tag to compare
@submarcos submarcos released this 13 Apr 15:09
· 417 commits to master since this release
5508f00

Breaking Changes

  • MapentityJSONList is now generated in MapentityViewset. You should update your code to replace JSONList views with MapentityViewset views.
  • Base filters have changed. to care of new design.
  • MapEntityJSONList is now deprecated

New Features

  • Server-side list pagination
  • Configure which fields should be order-able and searchable

Maintenance

  • Update datatables to 1.11.5

New

  • Support django 4.0
  • Support python 3.10