Browse Source

Reverted "Refs #23919 -- Removed obsolete __init__.py files in management command directories."

This reverts commit ccc25bfe4f0964a00df3af6f91c2d9e20159a0c2.

https://groups.google.com/d/topic/django-developers/GVHMH2ciAnk/discussion
René Fleschenberg 4 years ago
parent
commit
578b3046e3

+ 0 - 0
django/contrib/auth/management/commands/__init__.py


+ 0 - 0
django/contrib/contenttypes/management/commands/__init__.py


+ 0 - 0
django/contrib/gis/management/__init__.py


+ 0 - 0
django/contrib/gis/management/commands/__init__.py


+ 0 - 0
django/contrib/sessions/management/__init__.py


+ 0 - 0
django/contrib/sessions/management/commands/__init__.py


+ 0 - 0
django/contrib/sitemaps/management/__init__.py


+ 0 - 0
django/contrib/sitemaps/management/commands/__init__.py


+ 0 - 0
django/contrib/staticfiles/management/__init__.py


+ 0 - 0
django/contrib/staticfiles/management/commands/__init__.py


+ 0 - 0
django/core/management/commands/__init__.py


+ 2 - 0
docs/howto/custom-management-commands.txt

@@ -18,7 +18,9 @@ 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

+ 0 - 0
tests/admin_scripts/complex_app/management/__init__.py


+ 0 - 0
tests/admin_scripts/complex_app/management/commands/__init__.py


+ 0 - 0
tests/admin_scripts/management/__init__.py


+ 0 - 0
tests/admin_scripts/management/commands/__init__.py


+ 0 - 0
tests/admin_scripts/simple_app/management/__init__.py


+ 0 - 0
tests/admin_scripts/simple_app/management/commands/__init__.py


+ 0 - 0
tests/bash_completion/management/__init__.py


+ 0 - 0
tests/bash_completion/management/commands/__init__.py


+ 0 - 0
tests/user_commands/management/__init__.py


+ 0 - 0
tests/user_commands/management/commands/__init__.py