django-rest-framework
django-rest-framework copied to clipboard
rest_framework.urls doesn't work with LogoutView in Django 5.0
In Django 5.0, GET request for logout was removed (only POST supported now) and it seems like in DRF we still do GET request to the endpoint.
https://docs.djangoproject.com/en/5.0/releases/5.0/
- Support for logging out via GET requests in the django.contrib.auth.views.LogoutView and django.contrib.auth.views.logout_then_login() is removed.
The hover animation is intentional but as for whether this is something that should be modified I'll leave to design.
@thibaudcolas - adding to UXlId design board, I know there are some changes coming down the line for the logo here.
Picture - 1 : Not hovering over the div
Picture - 2 : Hovering over the wrapper div only
Picture - 3 : Hovering over the SVG
Is the hovering animation displayed in Picture - 2 intentional ?
I believe this is intentional, as otherwise you wouldn't be able to see the easter egg when you pet the bird using the cursor.
Edit: OK, maybe the in-between state where you only hover on the circle and not the bird is a bug:
But this state definitely isn't:
@laymonage Should I submit a pull request for the fix now, or would it be better to wait for additional reviews ?
I don't know whether removing the in-between state will make the animation less smooth, but feel free to submit a PR so we can see what it looks like. We'll discuss it with our designer soon. Thanks!