[go: up one dir, main page]

Validation refactor

Created by: sicklybeans

Currently validation is done at the Item level within the constructor. This is incorrect. It should be done at the List level at the 'from_dict' level.