In the admin, if you enter in a slug two things are applied through JS:
I'm basically inserting a couple thousand rows and I need to access this. Does django provide a non-js server-side version of this transliterator which I can access to somehow do the insertion?
Looks like I have to port over the usr/lib/pymodules/python2.5/django/contrib/admin/media/js/urlify.js
code unless I can figure out a way to programmatically load all articles on the client side and slugify themselves automatically.