mirror of
https://github.com/django/django.git
synced 2025-08-03 02:23:12 +00:00
Fixed hanging indentation in various code.
This commit is contained in:
parent
aeb8c38178
commit
362813d628
40 changed files with 266 additions and 232 deletions
3
tests/fixtures/tests.py
vendored
3
tests/fixtures/tests.py
vendored
|
@ -334,7 +334,8 @@ class FixtureLoadingTests(DumpDataAssertMixin, TestCase):
|
|||
self._dumpdata_assert(
|
||||
['sites', 'fixtures'],
|
||||
'[{"pk": 1, "model": "sites.site", "fields": {"domain": "example.com", "name": "example.com"}}]',
|
||||
exclude_list=['fixtures'])
|
||||
exclude_list=['fixtures'],
|
||||
)
|
||||
|
||||
# Excluding fixtures.Article/Book should leave fixtures.Category
|
||||
self._dumpdata_assert(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue