﻿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
26975	Unclear documentation: use of paths with loaddata	Daniel Brotsky	Filip Łajszczak	"The howto on fixtures [1] states that providing a path to loaddata overrides the usual search, but in fact this is only true of an absolute path.  Relative paths to fixture files can be used to namespace them as with templates and static files.

I suggest that the docs be updated to clarify this point about paths and to add namespacing advice for fixture files analogous to that for templates [2] and static files [3].  I have prepared a pull request [4] with a suggested fix.

References: \\
[1] https://docs.djangoproject.com/en/1.9/howto/initial-data/#where-django-finds-fixture-files \\
[2] https://docs.djangoproject.com/en/1.9/intro/tutorial03/ \\
[3] https://docs.djangoproject.com/en/1.9/howto/static-files/#configuring-static-files \\
[4] https://github.com/django/django/pull/6996"	Bug	closed	Documentation	1.9	Normal	fixed			Ready for checkin	1	0	0	0	0	0
