2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-15 11:35:41 +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

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