ietf-tools / www

A customized CMS for the IETF website
BSD 3-Clause "New" or "Revised" License
26 stars 43 forks source link

feat: Typed Tables #268

Closed AndrewCalderSpringload closed 1 year ago

AndrewCalderSpringload commented 1 year ago

This pull request enables the typed table feature and applies it to the standard block available on many page types.

Fixes #156

kesara commented 1 year ago

Test error: django.db.migrations.exceptions.NodeNotFoundError: Migration standard.0006_auto_20230307_0131 dependencies reference nonexistent parent node ('standard', '0005_iabstandardpage') Full error log: https://app.circleci.com/pipelines/github/ietf-tools/wagtail_website/274/workflows/d16e8234-c96c-40c2-9184-873c603ea462/jobs/268

AndrewCalderSpringload commented 1 year ago

Test error: django.db.migrations.exceptions.NodeNotFoundError: Migration standard.0006_auto_20230307_0131 dependencies reference nonexistent parent node ('standard', '0005_iabstandardpage') Full error log: https://app.circleci.com/pipelines/github/ietf-tools/wagtail_website/274/workflows/d16e8234-c96c-40c2-9184-873c603ea462/jobs/268

This has been resolved.