Skip to content

Commit 578b304

Browse files
rfleschenbergfelixxm
authored andcommitted
Reverted "Refs #23919 -- Removed obsolete __init__.py files in management command directories."
This reverts commit ccc25bf. https://groups.google.com/d/topic/django-developers/GVHMH2ciAnk/discussion
1 parent 682b295 commit 578b304

File tree

22 files changed

+2
-0
lines changed

22 files changed

+2
-0
lines changed

django/contrib/auth/management/commands/__init__.py

Whitespace-only changes.

django/contrib/contenttypes/management/commands/__init__.py

Whitespace-only changes.

django/contrib/gis/management/__init__.py

Whitespace-only changes.

django/contrib/gis/management/commands/__init__.py

Whitespace-only changes.

django/contrib/sessions/management/__init__.py

Whitespace-only changes.

django/contrib/sessions/management/commands/__init__.py

Whitespace-only changes.

django/contrib/sitemaps/management/__init__.py

Whitespace-only changes.

django/contrib/sitemaps/management/commands/__init__.py

Whitespace-only changes.

django/contrib/staticfiles/management/__init__.py

Whitespace-only changes.

django/contrib/staticfiles/management/commands/__init__.py

Whitespace-only changes.

django/core/management/commands/__init__.py

Whitespace-only changes.

docs/howto/custom-management-commands.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ whose name doesn't begin with an underscore. For example::
1818
__init__.py
1919
models.py
2020
management/
21+
__init__.py
2122
commands/
23+
__init__.py
2224
_private.py
2325
closepoll.py
2426
tests.py

tests/admin_scripts/complex_app/management/__init__.py

Whitespace-only changes.

tests/admin_scripts/complex_app/management/commands/__init__.py

Whitespace-only changes.

tests/admin_scripts/management/__init__.py

Whitespace-only changes.

tests/admin_scripts/management/commands/__init__.py

Whitespace-only changes.

tests/admin_scripts/simple_app/management/__init__.py

Whitespace-only changes.

tests/admin_scripts/simple_app/management/commands/__init__.py

Whitespace-only changes.

tests/bash_completion/management/__init__.py

Whitespace-only changes.

tests/bash_completion/management/commands/__init__.py

Whitespace-only changes.

tests/user_commands/management/__init__.py

Whitespace-only changes.

tests/user_commands/management/commands/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)