mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-02-17 20:19:40 +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:
@@ -3,6 +3,7 @@
|
||||
|
||||
from django.db import models, migrations
|
||||
import RIGS.models
|
||||
import versioning
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
@@ -25,6 +26,6 @@ class Migration(migrations.Migration):
|
||||
],
|
||||
options={
|
||||
},
|
||||
bases=(models.Model, RIGS.models.RevisionMixin),
|
||||
bases=(models.Model, versioning.versioning.RevisionMixin),
|
||||
),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user