django-puppy-store
django-puppy-store copied to clipboard
Allow the serializer to validate that age is an integer
Great tutorial.
Spotted one problem that is worth fixing... the ModelSerializer is able to validate and deal with integers passed in as strings. Using int() results in a 500 error if you pass a bad age in.