Opened 13 years ago
Closed 13 years ago
#17782 closed Cleanup/optimization (duplicate)
django.contrib.gis.feeds.Feed uses deprecated API
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | GIS | Version: | 1.3 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
django.contrib.gis.feeds.Feed inherits from django.contrib.syndication.feeds.Feed which is deprecated in favour of django.contrib.syndication.views.Feed.
Note:
See TracTickets
for help on using tickets.
This was fixed in r16539 (https://code.djangoproject.com/changeset/16539#file26)