remove Meta entries

This commit is contained in:
Maxim Kurnikov
2019-02-06 13:22:53 +03:00
parent af30bb6c4a
commit c534e75aaf
10 changed files with 1 additions and 48 deletions

View File

@@ -39,11 +39,6 @@ class LogEntry(models.Model):
action_flag: int = ...
change_message: str = ...
objects: Any = ...
class Meta:
verbose_name: Any = ...
verbose_name_plural: Any = ...
db_table: str = ...
ordering: Any = ...
def is_addition(self) -> bool: ...
def is_change(self) -> bool: ...
def is_deletion(self) -> bool: ...