Skip to content

v0.27.0

Compare
Choose a tag to compare
@robbertbos robbertbos released this 12 Jul 17:22
· 6 commits to main since this release
  • Refactor get_setting_from_database to get_setting. get_setting tries to retrieve configuration from the database, and if not available it looks for the setting in django.conf.settings with an optional default value as a fallback.
  • Fixed the bug where created_at caused an error in list responses using a previous link
  • Add "official" tests for Cursor Pagination
  • Introducing test settings that can be used to install test-specific apps/models and set test-specific settings
  • Cleanup tests, a.o. remove unused BDD test infrastructure
  • Refactor to use Python's pathlib module for file-related tasks
  • Upgrade to Django 4.2
  • Rename directory askanna_backend to apps