Skip to content

Commit

Permalink
docs(api): disclaimer about schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Akuukis committed Nov 13, 2024
1 parent be3c033 commit eec41c2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions kobo/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -641,9 +641,6 @@
'positive_int_minus_one': ['django.forms.fields.IntegerField', {
'min_value': -1
}],
'positive_int': ['django.forms.fields.IntegerField', {
'min_value': 0
}],
}

CONSTANCE_CONFIG_FIELDSETS = {
Expand Down Expand Up @@ -943,7 +940,7 @@ def __init__(self, *args, **kwargs):

SPECTACULAR_SETTINGS = {
'TITLE': 'KoboToolbox API',
'DESCRIPTION': 'Powerful and intuitive data collection tools to make an impact',
'DESCRIPTION': 'Warning: experimental schema generation. Use at your own risk.',
'VERSION': '0.0.1',
'SERVE_INCLUDE_SCHEMA': False,
# OTHER SETTINGS
Expand Down

0 comments on commit eec41c2

Please sign in to comment.