mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2025-10-22 19:54:48 +03:00
When context is missing, FileField cannot return absolute urls, that made inconsistency when used absolute urls everywhere else. serializer_class got it injected by inherited APIView, while custom serializer that is defined here didn't. This commit fixes it. |
||
---|---|---|
.. | ||
registration | ||
tests | ||
__init__.py | ||
admin.py | ||
app_settings.py | ||
models.py | ||
serializers.py | ||
urls.py | ||
utils.py | ||
views.py |