You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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