2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-05-05 09:13:35 +00:00

Fix requirements

>= rather than ==
This commit is contained in:
Oliver
2018-04-17 16:58:37 +10:00
parent fa23767150
commit 9dc41ba122
4 changed files with 87 additions and 24 deletions
+3
View File
@@ -1,5 +1,8 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from django.utils.translation import ugettext as _
from django.db import models, transaction
from django.core.validators import MinValueValidator
from django.contrib.auth.models import User