Levi Cameron
Levi Cameron
Workarounds: [1] Do nothing. The crypt3 depdency is optional anyway: https://github.com/sendanor/node-crypt3/issues/7 [2] Remove the shrinkwrapped nan 1.8 and get sinopia to use a the latest versions of its libraries -...
For reference, here is code we are using internally to generate unique constraint names. Using `django.db.connection.schema_editor()._create_index_name()` seems to be the most correct way of generating an index name, but it...
I'm not sure that it should necessarily be the responsibility of `django-db-constraints` to generate non-conflicting names (it is after all reasonably low-level) but it should at least warn/error out when...
- patching where `__subclasshook__`, `__subclasscheck__` or `__instancecheck__` are overridden (should work for current implementation; alternate implementations may fail) - patching where `__getattribute__` are overridden - patching where `__getattr__`, `__setattr__` are...
- patching where the class is subclassed (specifically, subclass instances calling super() should go to the patched function)