Kaydet (Commit) d67cce4d authored tarafından Boris Burkov's avatar Boris Burkov Kaydeden (comit) Tim Graham

Fixed typo in django/db/models/query.py docstring.

üst 48c394a6
......@@ -231,7 +231,7 @@ class QuerySet:
- Returns 100 rows at time (constants.GET_ITERATOR_CHUNK_SIZE)
using cursor.fetchmany(). This part is responsible for
doing some column masking, and returning the rows in chunks.
2. sql/compiler.results_iter()
2. sql.compiler.results_iter()
- Returns one row at time. At this point the rows are still just
tuples. In some cases the return values are converted to
Python values at this location.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment