On Wed, Oct 31, 2012 at 12:34 PM, Michał Nowotka <[email protected]> wrote:
> Another thing - this name is not truncated - some junk is appended and not > after 30 characters but earlier and only for some table names regardless of > length. > The truncation actually truncates to 26 characters and then appends the first four digits of the MD5 hash. This is done to avoid collisions between long table names that share a common long prefix. -- 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.
