Add missing attributes in fixtures
The JSON fixtures file has some missing attributes. Those have default values, so Django doesn't care when they are missing, but they show up again whenever the test fixtures are regenerated so we might as well just add them to avoid getting strange diffs when actually updating the fixtures.