fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix error with revision check during saving.
[redakcja.git]
/
src
/
team
/
models.py
diff --git
a/src/team/models.py
b/src/team/models.py
index
9bd4bf5
..
31f4435
100644
(file)
--- a/
src/team/models.py
+++ b/
src/team/models.py
@@
-17,7
+17,7
@@
class Profile(models.Model):
class Presence(models.Model):
- GAP_THRESHOLD =
6
0
+ GAP_THRESHOLD =
1
0
user = models.ForeignKey(settings.AUTH_USER_MODEL, models.CASCADE, null=True, blank=True)
session_key = models.CharField(max_length=255)