mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Fixed #30137 -- Replaced OSError aliases with the canonical OSError.
Used more specific errors (e.g. FileExistsError) as appropriate.
This commit is contained in:
parent
7444f32527
commit
7785e03ba8
33 changed files with 60 additions and 69 deletions
|
@ -114,7 +114,7 @@ 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::
|
||||
|
||||
IOError: [Errno 24] Too many open files
|
||||
OSError: [Errno 24] Too many open files
|
||||
|
||||
|
||||
File storage
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue