Skip to content

Commit 3751e4a

Browse files
committed
fixed readthedocs issue and removed comments
1 parent 4534bd7 commit 3751e4a

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

django_mongodb_backend/compiler.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,8 +260,6 @@ def execute_sql(self, result_type=MULTI, chunked_fetch=False, chunk_size=None):
260260
else:
261261
return self._make_result(obj, self.columns)
262262
# result_type is MULTI
263-
# if chunk_size is not None:
264-
# cursor.batch_size(chunk_size)
265263
result = self.cursor_iter(cursor, chunk_size, self.columns)
266264
if not chunked_fetch:
267265
# If using non-chunked reads, read data into memory.

docs/source/releases/5.2.x.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ New features
1818
instance that may be of more than one model class.
1919

2020
Bug fixes
21-
--------
21+
---------
2222

2323
- Fixed ``RecursionError`` when using ``Trunc`` database functions on non-MongoDB
2424
databases.

0 commit comments

Comments
 (0)