The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
From: "Django" <nore...@djangoproject.com>
Date: Fri, 15 Jan 2010 17:27:40 -0000
Local: Fri, Jan 15 2010 12:27 pm
Subject: [Django] #12618: MethodDecoratorAdaptor raises ValueError on entries with slugs using certain words.
#12618: MethodDecoratorAdaptor raises ValueError on entries with slugs using
certain words. ---------------------------+----------------------------------------------- - Reporter: alan | Owner: nobody Status: new | Milestone: Component: Uncategorized | Version: SVN Keywords: | Stage: Unreviewed Has_patch: 0 | ---------------------------+----------------------------------------------- - 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'
{{{ Scrap.objects.get(url_title='test', user__username='neoxic') }}}
== http://dpaste.com/145683/ ==
-- You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||