Mixins (certego_saas.ext.mixins
)
-
class
certego_saas.ext.mixins.
ExportCsvAdminMixin
[source] Bases:
object
Mixin class that can be used with django’s
ModelAdmin
.
-
class
certego_saas.ext.mixins.
RecaptchaV2Mixin
(**kwargs)[source] Bases:
rest_framework.generics.GenericAPIView
Mixin that hooks the
RecaptchaV2Serializer
intoget_serializer()
. The hook is applied only if request method isPOST
.