serenity-health / roadmap

Public roadmap for development of Serenity's apps reported by our community of users
0 stars 1 forks source link

Bugfix/update DeviceName.type #112

Open sentry-io[bot] opened 2 years ago

sentry-io[bot] commented 2 years ago

Sentry Issue: SERENITY-CORE-SYSTEMS-API-DH

SystemCheckError: SystemCheckError: System check identified some issues:

ERRORS:
fhirresourcemanager.DeviceName.type: (fields.E120) CharFields must define a 'max_length' attribute.

WARNINGS:
?: (rest_framework.W001) You have specified a default PAGE_SIZE pagination rest_framework setting, without specifying also a DEFAULT_PAGINATION_CLASS.
    HINT: The default for DEFAULT_PAGINATION_CLASS is None. In previous versions this was PageNumberPagination. If you wish to define PAGE_SIZE globally whilst defining pagination_class ...
  File "threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "django/utils/autoreload.py", line 64, in wrapper
    fn(*args, **kwargs)
  File "django/core/management/commands/runserver.py", line 118, in inner_run
    self.check(display_num_errors=True)
  File "django/core/management/base.py", line 469, in check
    raise SystemCheckError(msg)