#13528: db_table truncation is applied based on the properties of the default database ------------------------------------------+--------------------------------- Reporter: russellm | Owner: nobody Status: new | Milestone: 1.2 Component: Database layer (models, ORM) | Version: 1.2-beta Keywords: | Stage: Unreviewed Has_patch: 0 | ------------------------------------------+--------------------------------- Reported by Peter Long in django-dev:
In django/db/models/options.py (line 54), the contribute_to_class method uses the default database connection to get an ops module that is used to truncate the db_table name. The options class isn't in a position to do this truncation, and there's no guarantee that the default database has an appropriate truncation module. -- Ticket URL: <http://code.djangoproject.com/ticket/13528> 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 [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-updates?hl=en.
