On 25 October 2010 15:19, rebus_ <[email protected]> wrote: > IMHO, proper implementation in cases where slug is used in URI should at > least: > > * remember the old slug for the object > * return HTTP 301 [1] when the URI with the old slug is requested and > have Location field set to a URI with a new slug
Sounds like a job for the database to me, a Redirect-model or somesuch. Lookup old url/slug, receive new url/slug. HM -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-developers?hl=en.
