#9910: Allow to change db_table for django contrib apps ----------------------------------+----------------------------------------- Reporter: zlw | Owner: nobody Status: new | Milestone: Component: Contrib apps | Version: 1.0 Keywords: db_table, table name | Stage: Unreviewed Has_patch: 0 | ----------------------------------+----------------------------------------- I think that Django should allow to change table name for django apps (auth, contenttype etc.). It's not hard to implement, but it can help some people (including me). I've already changed some files (django/contrib/auth/backends.py) and added new one (change_db_table.py in project folder). It woks now, but i don't want to change it all of the time when new Django release will come. My changes - http://pastie.org/346481
-- Ticket URL: <http://code.djangoproject.com/ticket/9910> Django <http://code.djangoproject.com/> The Web framework for perfectionists with deadlines. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to django-updates@googlegroups.com To unsubscribe from this group, send email to django-updates+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---