1
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
django-client-reverse/django_client_reverse/serializers.py

6 lines
149 B
Python
Raw Normal View History

2015-12-10 14:02:38 +00:00
from rest_framework import serializers
class ReverserInputSerializer(serializers.Serializer):
ident = serializers.CharField(allow_blank=False)