Skip to content
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

Add Feed to monkeypatch to fix generic issue. #1002

Merged
merged 1 commit into from
Jun 17, 2022

Conversation

adambirds
Copy link
Contributor

Fixes #1001

I have made things!

Related issues

Closes #1001

Copy link
Member

@sobolevn sobolevn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

Source ref:

class Feed(Generic[_Item, _Object]):

@adambirds
Copy link
Contributor Author

No problem @sobolevn, any idea what should go under the _Object. I know my model is the first arg, but not sure what my second should be.

@sobolevn
Copy link
Member

Sorry, no idea. I've never used this class.

@sobolevn sobolevn merged commit 86c007d into typeddjango:master Jun 17, 2022
@intgr intgr added the django-stubs-ext Issues or changes involving django-stubs-ext package label Nov 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
django-stubs-ext Issues or changes involving django-stubs-ext package
Development

Successfully merging this pull request may close these issues.

Feed - TypeError: 'type' object is not subscriptable
3 participants