2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-19 19:26:29 +00:00

Add "revision" number to report model

- Auto-increments whenever the model is saved
This commit is contained in:
Oliver Walters
2021-02-05 12:01:44 +11:00
parent af7a627230
commit 33d66182df
5 changed files with 54 additions and 1 deletions

@@ -1,3 +1,6 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from django.test import TestCase
from django.core.exceptions import ValidationError