-
Notifications
You must be signed in to change notification settings - Fork 485
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Django ReST Framework #503
Conversation
This pull request introduces 7 alerts when merging 954181a into 34e428f - view on LGTM.com new alerts:
|
This pull request introduces 9 alerts when merging ea5ad39 into b0d3d82 - view on LGTM.com new alerts:
|
This pull request introduces 9 alerts when merging 704f1f3 into b0d3d82 - view on LGTM.com new alerts:
|
This pull request introduces 10 alerts when merging e30d1cb into 9115494 - view on LGTM.com new alerts:
|
This pull request introduces 10 alerts when merging 4eed673 into 9115494 - view on LGTM.com new alerts:
|
This pull request introduces 10 alerts when merging 25b6e83 into c39808d - view on LGTM.com new alerts:
|
is there any work remain from your side? |
i need to see how dependent this needs to be on drf_spectacular.... it's a great feature but should be optional. id like to publish the output schema api explorer it generates somewhere but it shouldnt b required when running tests or anything else. those parts also need some work but can probably wait |
Fixes #515 - Make it work with Django 4.1
This pull request introduces 10 alerts when merging 674126a into dd097fc - view on LGTM.com new alerts:
|
This pull request introduces 10 alerts when merging 4fa7754 into dd097fc - view on LGTM.com new alerts:
|
This pull request introduces 10 alerts when merging 93940ba into dd097fc - view on LGTM.com new alerts:
|
im really tempted to merge this now but there are a couple things lacking. this really needs better tests and documentation. also we should push the openapi standard and provide a redoc site iamo. here's a run i did for the actstream drf api spec. |
I checked the doc, what more you intended to complete? |
we need to have a guide in the django-activity-stream documentation about how to use drf in actstream. just a page in the docs describing how to access it is enough. ill take a hack at something i also want to strip the spectacular stuff out of the test app. just seems overkill and confusing. will add it in a later release |
there are also changes to the |
decided to rip off the bandaid and put this into main. please check it out and if there arent any issues then ill cut a 2.0 release |
rest-framework-generic-relations
not ready for merge yet
#502 #286