﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
28602	Filesystem watcher based autoreload implementation for Windows platform	Adam Sowa	nobody	Currently utils/autoreload.py has implementation for inotify based file system watcher. On Windows it scans all files for changes every 1 second which takes a lot of CPU. Windows provides file system watching API (FindFirstChangeNotification) which does the same thing as inotify on Linux. Django should take advantage of the API to make autoreload more efficient.	New feature	closed	Utilities	1.11	Normal	wontfix	autoreload	Tom Forbes Tzu-ping Chung	Accepted	1	0	0	1	0	0
