We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
master
Add DateTimeField to REST API.
myurl/schema should provide JSON with field saying it is date-time and not just any string.
"name": "myDate", "required": true, "location": "form", "schema": { "_type": "string", "title": "MyDate", "description": "" }
The text was updated successfully, but these errors were encountered:
Duplicate of #5511
This was already addressed to the extent that's possible with CoreAPI as it stands. Should improve with upcoming changes.
Sorry, something went wrong.
Are there any expectations when this will be working with django release ?
No branches or pull requests
Checklist
master
branch of Django REST framework.Steps to reproduce
Add DateTimeField to REST API.
Expected behavior
myurl/schema should provide JSON with field saying it is date-time and not just any string.
Actual behavior
The text was updated successfully, but these errors were encountered: