Changes between Initial Version and Version 1 of Ticket #31456


Ignore:
Timestamp:
Apr 12, 2020, 6:16:04 AM (4 years ago)
Author:
Moriyoshi Koizumi
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31456 – Description

    initial v1  
    11While the requirement described in #30393 is to check if the target directory name is suitable for a python package as well, the fix (introduced in 3.0.5) does an extra check that ensures it is not an importable python package.
    22
    3 I doubt the behavior is expected, since we may well do the startapp under a python package that aren't a Django project but an add-on for the applications.
     3I doubt the behavior is expected, since we may well do the startapp under a python package that isn't a Django project but an add-on for the applications.
    44
    55Related PR: https://github.com/django/django/pull/11270
Back to Top