forms?” Because really, if you are not using django . forms you throw away a lot of django’s built-in security measures. Even within django itself (for instance the admin site) forms are used heavily. … If you are building an API you might want to look at how tastypie or django rest framework go about validation data.