ValueError at /blog/5/ The QuerySet value for an exact lookup must be limited to one result using slicing.

Open
#68 0 comments 2 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
35/100
Issue type
Bug
Clarity
Needs clarification
Activity status
Stale
Tech stack
django, python
Domain
backend

Research direction

Reproduce the GET request for http://127.0.0.1:8000/blog/5/ and inspect the application code involved in the failing exact lookup, using the reported Django traceback as the starting point. Done means the page loads without the ValueError.

Written by the indexing model from the issue text.

Description

Request Method: GET
http://127.0.0.1:8000/blog/5/
2.2.1
ValueError
The QuerySet value for an exact lookup must be limited to one result using slicing.
C:\Users\UPosia\Anaconda3\envs\conjango\lib\site-packages\django\db\models\lookups.py in process_rhs, line 257
C:\Users\UPosia\Anaconda3\envs\conjango\python.exe
3.7.3
['F:\My_Django\personal_portfolio\src', 'C:\Users\UPosia\Anaconda3\envs\conjango\python37.zip', 'C:\Users\UPosia\Anaconda3\envs\conjango\DLLs', 'C:\Users\UPosia\Anaconda3\envs\conjango\lib', 'C:\Users\UPosia\Anaconda3\envs\conjango', 'C:\Users\UPosia\Anaconda3\envs\conjango\lib\site-packages']
Fri, 9 Aug 2019 11:31:32 +0000
Dominant language
Jupyter Notebook
Stars
5.2k
Forks
5.3k
Avg merge
4d 10h
Merged PRs (30d)
10

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from realpython/materials

All issues in realpython/materials

Similar issues

More Backend & API Design issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.