Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
scheduling-system
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SMASCH
scheduling-system
Commits
9d13dbb9
Commit
9d13dbb9
authored
7 years ago
by
Piotr Gawron
Browse files
Options
Downloads
Patches
Plain Diff
subject contact on reminder contains hour
parent
4097a0d0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!44
Subject contact on field contains hour
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
smash/web/migrations/0033_auto_20170406_1146.py
+20
-0
20 additions, 0 deletions
smash/web/migrations/0033_auto_20170406_1146.py
smash/web/models/subject.py
+1
-1
1 addition, 1 deletion
smash/web/models/subject.py
with
21 additions
and
1 deletion
smash/web/migrations/0033_auto_20170406_1146.py
0 → 100644
+
20
−
0
View file @
9d13dbb9
# -*- coding: utf-8 -*-
# Generated by Django 1.10.3 on 2017-04-06 09:46
from
__future__
import
unicode_literals
from
django.db
import
migrations
,
models
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'
web
'
,
'
0032_configurationitem_email_items
'
),
]
operations
=
[
migrations
.
AlterField
(
model_name
=
'
subject
'
,
name
=
'
datetime_contact_reminder
'
,
field
=
models
.
DateTimeField
(
blank
=
True
,
null
=
True
,
verbose_name
=
b
'
Contact on
'
),
),
]
This diff is collapsed.
Click to expand it.
smash/web/models/subject.py
+
1
−
1
View file @
9d13dbb9
...
...
@@ -39,7 +39,7 @@ class Subject(models.Model):
verbose_name
=
'
Postponed
'
,
default
=
False
)
datetime_contact_reminder
=
models
.
DateField
(
datetime_contact_reminder
=
models
.
Date
Time
Field
(
null
=
True
,
blank
=
True
,
verbose_name
=
'
Contact on
'
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment