BetterWorks / django-anonymizer

MIT License
14 stars 12 forks source link

implement similar_varchar #31

Closed terite closed 6 years ago

terite commented 7 years ago

When using varchar on a field without max_length, the varchar replacer will throw the following exception:

TypeError: unsupported operand type(s) for +: 'NoneType' and 'int'

This PR makes the following changes:

joeghodsi commented 6 years ago

This has been open for a year. (lol) I am going to close it. If we ever need it again for some reason it can be found in the closed PRs list for this repo