Yury
Yury
I use this snippet to remove the majority of the spellcheck false positives from packages ```bash cat spellcheck_whitelist_in.txt spellcheck_whitelist.txt ```
That is not enough, as I discovered. We should also add all types of attributes and classes inside those modules, and that's a lot of work. Perhaps, there exists some...
I seriously suggest you reverting commit [https://github.com/romansalin/django-seo2/commit/a98ac4c4623f6a7edc803e3eda3f3fa144804c9c](https://github.com/romansalin/django-seo2/commit/a98ac4c4623f6a7edc803e3eda3f3fa144804c9c), because it suppresses the `IntegrityError`, which, when used inside `@atomic`, prevents latter from rolling back the transaction. It the tx is not rolled...
I have this problem, too
@WilliamChuiKH , you won't merge it?