mirror of
https://github.com/django/django.git
synced 2025-08-30 23:37:50 +00:00
Renamed "Mac OS X" to "macOS" in docs.
This commit is contained in:
parent
9f2e8b5bb7
commit
5e8625ba64
11 changed files with 41 additions and 44 deletions
|
@ -717,7 +717,7 @@ If your tests make any database queries, use subclasses
|
|||
``tearDownClass()`` are run. In the case of :class:`django.test.TestCase`,
|
||||
this will leak the transaction created in ``super()`` which results in
|
||||
various symptoms including a segmentation fault on some platforms (reported
|
||||
on OS X). If you want to intentionally raise an exception such as
|
||||
on macOS). If you want to intentionally raise an exception such as
|
||||
:exc:`unittest.SkipTest` in ``setUpClass()``, be sure to do it before
|
||||
calling ``super()`` to avoid this.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue