This should clearly go into the next release, so we avoid any url pattern collisions with other apps.
However, I tend to think that the Django namespace mechanism for view names might be the better solution. We cannot rule out that someone else might use the 'mm_' prefix for view_names, but Django's namespace mechanism can.
Why is it not a good idea to use the Django mechanism?
This should clearly go into the next release, so we avoid any url pattern collisions with other apps.
However, I tend to think that the Django namespace mechanism for view names might be the better solution. We cannot rule out that someone else might use the 'mm_' prefix for view_names, but Django's namespace mechanism can.
Why is it not a good idea to use the Django mechanism?