Opened 10 years ago
Closed 10 years ago
#23419 closed Uncategorized (invalid)
Cant import StaticLiveServerCase
Reported by: | memee | Owned by: | nobody |
---|---|---|---|
Component: | Testing framework | Version: | 1.7 |
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
When I'm trying to import StaticLiveServerCase it gives me an error:
>>> from django.contrib.staticfiles.testing import StaticLiveServerCase Traceback (most recent call last): File "<console>", line 1, in <module> ImportError: cannot import name StaticLiveServerCase
Note:
See TracTickets
for help on using tickets.
This was renamed to
StaticLiveServerTestCase
just before the 1.7 release (see #23374). Sorry for the confusion.