Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

4.0.0

Compare
Choose a tag to compare
@cmc333333 cmc333333 released this 10 Aug 14:47
· 13 commits to master since this release

Breaking Changes

  • #79 "django.contrib.contenttypes" is now included in library's base
    settings. If copying these over, you'll need to deduplicate.

New Features

  • #79 Allow search handler to be defined via SEARCH_HANDLER setting
  • #83 Allow search results page size to be requested
  • #82 Add Postgres backend for search. See README for details.

Misc

  • #77 Allow ALLOWED_HOSTS to be set via env vars
  • #78 Use webargs library for checking search input
  • #80 Test different backends in different tox envs
  • #81 Remove QuantifiedCode badge