varundeboss / uml-to-django

Automatically exported from code.google.com/p/uml-to-django
0 stars 0 forks source link

Some class names are not supported #2

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
UML-to-Django does not support class names:

- which are too long (this is due to limitation in the the size of the
columns in Django tables)

- which contains special characters such as . or / .

Original issue reported on code.google.com by goffer.l...@gmail.com on 16 Oct 2009 at 12:28

GoogleCodeExporter commented 8 years ago
The script should at least report the problem with the names. It would be even 
better
if it could normalise them to avoid problems so the UML classes could preserve
human-friendly names.

Original comment by goffer.l...@gmail.com on 16 Oct 2009 at 12:34