﻿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
14665	collectstatic will recollect some files all the time.	Florian Apolloner	Jannis Leidel	Apparently getmtime returns different results due to some rounding errors thx to using floats for the time. os.stat_float_times(False) in collectstatic fixes it. Another solution would be to make the comparison accept an small offset (0.146508 seconds aren't that useful after all).		closed	Contrib apps	dev		fixed	staticfiles mtime	Florian Apolloner	Accepted	0	0	0	0	0	0
