encode / django-rest-framework

Web APIs for Django. 🎸
https://www.django-rest-framework.org
Other
28.21k stars 6.81k forks source link

Incorrect serializer field in quickstart documentation #9415

Closed schajee closed 4 months ago

schajee commented 4 months ago

This is a small change, probably just a typo.

In docs/tutorial/quickstart.md, under Serializers, the User and Group serializers both mention 'url' in the fields list.

None of them have 'url' as a field.

ajay09 commented 4 months ago

Please refer https://www.django-rest-framework.org/api-guide/serializers/#hyperlinkedmodelserializer

auvipy commented 4 months ago

I think it is OK. also please open discussions first in this kind of scenario.