Browse Source

Conserta cherry-pick de 3.1.x

pull/3034/head
Edward Ribeiro 5 years ago
parent
commit
ebc937e85f
  1. 6
      sapl/base/models.py

6
sapl/base/models.py

@ -305,9 +305,3 @@ class AuditLog(models.Model):
self.model_name,
self.username,
)
def cria_models_tipo_autor(app_config=None, verbosity=2, interactive=True,
using=DEFAULT_DB_ALIAS, **kwargs):
models = models_with_gr_for_model(Autor)
Loading…
Cancel
Save