TAXIIProject / django-taxii-services

Installable taxii_services
http://taxiiproject.github.io/
BSD 3-Clause "New" or "Revised" License
20 stars 13 forks source link

Reduce MAX_NAME_LENGTH by 1 #37

Closed MarkDavidson closed 9 years ago

MarkDavidson commented 9 years ago

https://github.com/TAXIIProject/django-taxii-services/blob/master/taxii_services/models.py#L23

This constant should be specified as 255 so that the schema is valid for MySQL. I'm guessing this will also help for other database systems.

ScottyAU commented 9 years ago

Worked perfectly - thanks Mark.

MarkDavidson commented 9 years ago

@itchycube, did you change this locally? Either way, it's in the master branch now!

ScottyAU commented 9 years ago

I did just change it locally to test. Glad's its in there!

Thanks Mark.