mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-17 05:22:16 +00:00
FEAT(Asset): Add filter by date acquired
Date created isn't a DB field, so isn't efficient to filter by...
This commit is contained in:
@@ -6,7 +6,8 @@ from django.urls import reverse
|
||||
from reversion import revisions as reversion
|
||||
from reversion.models import Version
|
||||
|
||||
from RIGS.models import RevisionMixin, Profile
|
||||
from RIGS.models import Profile
|
||||
from versioning.versioning import RevisionMixin
|
||||
|
||||
|
||||
class AssetCategory(models.Model):
|
||||
|
||||
Reference in New Issue
Block a user