Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
synnefo
Commits
05c866cc
Commit
05c866cc
authored
Apr 24, 2013
by
Giorgos Korfiatis
Browse files
quotaholder: Remove unused Holding flags
parent
4d3ad62c
Changes
1
Hide whitespace changes
Inline
Side-by-side
snf-astakos-app/astakos/quotaholder/models.py
View file @
05c866cc
...
@@ -47,8 +47,6 @@ class Holding(Model):
...
@@ -47,8 +47,6 @@ class Holding(Model):
resource
=
CharField
(
max_length
=
4096
,
null
=
False
)
resource
=
CharField
(
max_length
=
4096
,
null
=
False
)
limit
=
intDecimalField
()
limit
=
intDecimalField
()
flags
=
BigIntegerField
(
null
=
False
,
default
=
0
)
imported_min
=
intDecimalField
(
default
=
0
)
imported_min
=
intDecimalField
(
default
=
0
)
imported_max
=
intDecimalField
(
default
=
0
)
imported_max
=
intDecimalField
(
default
=
0
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment