summaryrefslogtreecommitdiff
path: root/docs/user_guide
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2021-09-07 21:15:28 -0500
committerJordan Cook <jordan.cook@pioneer.com>2021-09-07 21:15:28 -0500
commitbac5e2934e14eb511705a7cc8f82811bf211b471 (patch)
tree94187b54d91261cabd1d0e2c44766429241e135a /docs/user_guide
parent5779131b4cb62a3a513285f8fba0c675db07ae66 (diff)
downloadrequests-cache-bac5e2934e14eb511705a7cc8f82811bf211b471.tar.gz
Add note to Troubleshooting section about deprecated imports
Diffstat (limited to 'docs/user_guide')
-rw-r--r--docs/user_guide/troubleshooting.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/user_guide/troubleshooting.md b/docs/user_guide/troubleshooting.md
index a075f5f..9573191 100644
--- a/docs/user_guide/troubleshooting.md
+++ b/docs/user_guide/troubleshooting.md
@@ -75,6 +75,7 @@ Here are some error messages you may see either in the logs or (more rarely) in
requests-cache. See `requests` documentation on
[Errors and Exceptions](https://2.python-requests.org/en/master/user/quickstart/#errors-and-exceptions)
for more details.
+* **{py:exc}`ModuleNotFoundError`**: `No module named 'requests_cache.core'`: This module was deprecated in `v0.6` and removed in `v0.8`. Just import from `requests_cache` instead of `requests_cache.core`.
* **{py:exc}`ImportError`:**
* If you see this at **import time**, it means that one or more **required** dependencies are not
installed