- In CharField and TextField serializers, the field is required only if `blank` is `False` AND default value is not an empty string. Otherwise it is not required. - admin view rearranged
1.2.0
Not secure
1.1.1
Not secure
1.1.0
Not secure
Changed
- fixed password change token expiry computation - fixed register serializer to allow null values of url_format and email_format - register email subject in settings
1.0.1
Not secure
1.0.0
Not secure
Added
- concrete datastore doc is up to date. - Open the sources.