Browse Source

Translation

release-2.9
chapeau 6 years ago
committed by Gabriel Detraz
parent
commit
e0a0375e5d
  1. 570
      machines/locale/fr/LC_MESSAGES/django.po
  2. 3
      machines/models.py

570
machines/locale/fr/LC_MESSAGES/django.po

File diff suppressed because it is too large

3
machines/models.py

@ -353,9 +353,6 @@ class MachineType(RevMixin, AclMixin, models.Model):
"""Get all interfaces of the current machine type (self)."""
return Interface.objects.filter(machine_type=self)
def save(self, *args, **kwargs):
super(MachineType, self).save(*args, **kwargs)
@staticmethod
def can_use_all(user_request, *_args, **_kwargs):
"""Check if an user can use all machine types.

Loading…
Cancel
Save