summaryrefslogtreecommitdiff
path: root/docs/howto
diff options
context:
space:
mode:
authorя котик пур-пур <mvasilkov@gmail.com>2017-12-30 22:23:56 +0300
committerTim Graham <timograham@gmail.com>2018-01-03 11:02:26 -0500
commitccc25bfe4f0964a00df3af6f91c2d9e20159a0c2 (patch)
treedb3e81ae9e7db2eebaa9c11e73c4029a583735a7 /docs/howto
parentcc6bcc6ff5cab320c5e5ae2760549a6c732067d8 (diff)
Refs #23919 -- Removed obsolete __init__.py files in management command directories.
Diffstat (limited to 'docs/howto')
-rw-r--r--docs/howto/custom-management-commands.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/howto/custom-management-commands.txt b/docs/howto/custom-management-commands.txt
index 77405a1622..138bf54a6f 100644
--- a/docs/howto/custom-management-commands.txt
+++ b/docs/howto/custom-management-commands.txt
@@ -18,9 +18,7 @@ directory whose name doesn't begin with an underscore. For example::
__init__.py
models.py
management/
- __init__.py
commands/
- __init__.py
_private.py
closepoll.py
tests.py