Skip to content

Add missing attributes in fixtures

Erwan Rouchet requested to merge missing-fixture-attributes into master

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.

Merge request reports

Loading