Opened 7 years ago
Closed 7 years ago
#30176 closed Uncategorized (duplicate)
1.11.19 release on pypi has a contrib/admin/templatetags/base.py file
| Reported by: | Emmanuel Cazenave | Owned by: | nobody |
|---|---|---|---|
| Component: | Packaging | Version: | 1.11 |
| 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
This file is not python2 compatible and is not in the git source tree on 1.11.19 tag.
This can lead to the following stacktrace :
InvalidTemplateLibrary: Invalid template library specified. ImportError raised when trying to load 'django.contrib.admin.templatetags.base': cannot import name getfullargspec
Note:
See TracTickets
for help on using tickets.
Looks like a dup of #30175