Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix wrong type hints for SyndicationFeed methods
- The correct type is actually mentioned in django's documentation in docs/ref/contrib/syndication.txt. - The previously defined type doesn't have methods like `addQuickElement`, which are used in Django's implementation of `add_root_elements`.
- Loading branch information