Andrés Usán

Results 11 issues of Andrés Usán

Hi! First of all, thank you for this awesome package! **Describe the bug** Reactivating the disabled primary MFAMethod should maintain `is_primary=True`. This is not working as expected because [this statement](https://github.com/merixstudio/django-trench/blob/e5deca4355311fadb3b732d86c7d545001cf421c/trench/command/activate_mfa_method.py#L29)...

- Improved list view and form view for MFAMethodAdmin class. Added select_related for user fk, list_display, list_filter and search_field - Appended static urlpatterns for serving admin static files in DEBUG...

I'm thinking about use this package but i don't know if relatively small means 50, 100, 1000, 10000, etc results... Thanks in advance :).

as its marked as deprecated on [cryptography==37.0.0](https://cryptography.io/en/latest/changelog/#v37-0-0) ``` /opt/venv/lib/python3.9/site-packages/pgcrypto/fields.py:58: CryptographyDeprecationWarning: Blowfish has been deprecated return {"aes": algorithms.AES, "bf": algorithms.Blowfish}[self.cipher_name] ``` May fix https://github.com/dcwatson/django-pgcrypto/issues/32

UserWarning: No parser was explicitly specified, so I'm using the best available HTML parser for this system ("html.parser"). This usually isn't a problem, but if you run this code on...

May fix #183 deprecation warning. urrlib3 `response.headers` property is available in all versions supported by django-revproxy.

Hi! Thank you for this wrapper :). I'm including it in a project but when it's rendered like this: ![captura de pantalla 2018-03-01 a las 9 14 26](https://user-images.githubusercontent.com/5434104/36833820-f66a25b0-1d30-11e8-8b05-5548980df09a.png) I've imported...