#30559: Django 2.2 | Auto-reload doesn't detect changes in new apps.
---------------------------+--------------------------------------
Reporter: ronzilca | Owner: nobody
Type: Bug | Status: closed
Component: Utilities | Version: 2.2
Severity: Normal | Resolution: needsinfo
Keywords: | Triage Stage: Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
---------------------------+--------------------------------------
Changes (by felixxm):
* status: new => closed
* resolution: => needsinfo
* type: Uncategorized => Bug
* component: Uncategorized => Utilities
Comment:
Thanks for the report, however I cannot reproduce this issue on Django 2.2
or on master even with a similar structure:
{{{
├── manage.py
├── test_one
│ ├── admin.py
│ ├── apps.py
│ ├── __init__.py
│ ├── migrations
│ │ └── __init__.py
│ ├── models.py
│ ├── tests.py
│ └── views.py
├── test_two
│ ├── admin.py
│ ├── apps.py
│ ├── __init__.py
│ ├── migrations
│ │ └── __init__.py
│ ├── models.py
│ ├── tests.py
│ └── views.py
└── ticket_30559
├── db.sqlite3
├── __init__.py
├── settings
│ ├── __init__.py
│ └── settings.py
├── settings.py
├── urls.py
└── wsgi.py
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/30559#comment:1>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/066.0293da2fefa5d5b43d18fe89fd894add%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.