﻿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
12618	MethodDecoratorAdaptor raises ValueError on entries with slugs using certain words.	alan	nobody	"Having created a django web app mostly as a learning project, I've found that users can't use slugs that start with the words 'test' or 'echo.' I imagine there are others. For the moment, I've hacked around this by appending a '1' to slugs that match certain regular expressions, which is obviously silly.

== http://www.foobook.org/neoxic/scraps/test1/ ==

The above ''would'' fail with a traceback like the following if the '1' were removed from the end of the slug. This happens both in dev and production with apache2 and mod_python. I'm able to pull up the slug at the shell with a query like

{{{ Scrap.objects.get(url_title='test', user__username='neoxic') }}}

== http://dpaste.com/145683/ ==

"		closed	Uncategorized	dev		invalid			Unreviewed	0	0	0	0	0	0
