feat: basic support for displaying version history
this is not terribly feature-rich yet, just the basics
This commit is contained in:
parent
6d2eccd0ea
commit
f33448f64a
18 changed files with 1323 additions and 66 deletions
|
|
@ -576,10 +576,6 @@ class TestDateAlchemyFilter(WebTestCase):
|
|||
|
||||
def setUp(self):
|
||||
self.setup_web()
|
||||
model = self.app.model
|
||||
|
||||
# nb. create table for TheLocalThing
|
||||
model.Base.metadata.create_all(bind=self.session.bind)
|
||||
|
||||
self.sample_data = [
|
||||
{"id": 1, "date": datetime.date(2024, 1, 1)},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue