﻿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
11157	Allow stopwords in admin javascript URLify.	keeperofkeys	Scott Cranfill	"The javascript used by the admin to autogenerate slugs, URLify() in django.contrib.admin.media.js, removes certain words from the string before converting spaces to dashes. But django.template.defaultfilters.slugify leaves all words intact. 

eg 'Working at home' -> 'working-home' using the admin js and 'working-at-home' using slugify.

Personally I prefer the latter but, whichever way round, the two filters ought to behave the same, as their functionality is meant to be interchangeable. "	Cleanup/optimization	closed	contrib.admin	dev	Normal	fixed	slug	Scott Cranfill	Ready for checkin	1	0	0	0	0	0
