#18238 closed Uncategorized (invalid)
django.views.generic.simple File missing in Github
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | Generic views | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | no |
Description
Just a simple oversight I would think, but simple.py is miss from django.views.generic in the Github repo.
Note:
See TracTickets
for help on using tickets.
The file is not in SVN HEAD. It was removed as part of https://code.djangoproject.com/changeset/17937 where the old function based generic views got removed as deprecated.