Opened 3 years ago

Last modified 3 years ago

#33266 closed Bug

Auto-reload not detecting changes in Django 3.2 — at Initial Version

Reported by: Brian Salcedo Owned by: nobody
Component: Core (Other) Version: 3.2
Severity: Normal Keywords:
Cc: Tom Forbes Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

I have tried using both StatReloader and WatchmanReloader, and runserver will detect changes and reload. Other Django projects 3.1.x or below on the same machine reload, but not reloading in Django 3.2.

For reproduction:
Python version: 3.9.7
Django version: 3.2.9
Arch: x86_64
OS: Arch Linux
Kernel: 5.14.16-hardened1-1-hardened (package: linux-hardened)
Filesystem: /dev/mapper/vg0-root on / type btrfs (rw,relatime,compress=zstd:3,ssd,space_cache,subvolid=5,subvol=/)

Change History (0)

Note: See TracTickets for help on using tickets.
Back to Top