Skip to content

Resolve "Create a configurable field limit"

Changes

  1. introduce a MAX_FIELD_LIMIT in settings.py
  2. a new exception MaxFieldLimitExceeded is thrown when the field count exceeds the limit code
  3. update table_handler to check if the table created with inital data doesn't exceeds the field limit code
  4. update field_handler to check if the new field created doesn't exceeds the limit
  5. add test_table_handler and test_field_handler unittest

Closes #422 (closed)

Edited by Hassan K Salim

Merge request reports