| 20 | last_used_at = models.DateTimeField(auto_now=True) |
| 21 | |
| 22 | class Meta: |
| 23 | db_table = 'token_metadata' |
| 24 | |
| 25 | def __str__(self): |
| 26 | return f"{self.user.username} - {self.device_type} - {self.created_at}" |
nothing calls this directly
no outgoing calls
no test coverage detected