Skip to content

Add plugable queryset_class, enhance IndexColumns and bug fixes

Compare
Choose a tag to compare
@collerek collerek released this 25 Feb 11:18
· 501 commits to master since this release
989e11e

0.10.25

✨ Features

  • Add queryset_class option to Model.Meta that allows you to easily swap QuerySet for your Model (by @ponytailer - thanks!) #538
  • Allow passing extra kwargs to IndexColumns that will be passed to sqlalchemy Index (by @zevisert - thanks) #575

🐛 Fixes

  • Fix nullable setting on JSON fields #529
  • Fix bytes/str mismatch in bulk operations when using orjson instead of json (by @ponytailer - thanks!) #538