871 | | names above a certain length (often 32 characters), these table names will be |
872 | | automatically truncated to 32 characters and a uniqueness hash will be used. |
873 | | This means you might see table names like ``author_books_9cdf4``; this is |
874 | | perfectly normal. You can manually provide the name of the join table using |
875 | | the :attr:`~ManyToManyField.db_table` option. |
| 871 | names above a certain length, these table names will be automatically |
| 872 | truncated to 64 characters and a uniqueness hash will be used. This means you |
| 873 | might see table names like ``author_books_9cdf4``; this is perfectly normal. |
| 874 | You can manually provide the name of the join table using the |
| 875 | :attr:`~ManyToManyField.db_table` option. |