mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
parent
2e6b0c5ca7
commit
1c061ef568
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ The following approach may be used to close files automatically::
|
|||
Closing files is especially important when accessing file fields in a loop
|
||||
over a large number of objects:: If files are not manually closed after
|
||||
accessing them, the risk of running out of file descriptors may arise. This
|
||||
may lead to the following error:
|
||||
may lead to the following error::
|
||||
|
||||
IOError: [Errno 24] Too many open files
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue