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
Merge requests
!304
Resolve "two visits with the same dates"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "two visits with the same dates"
369-two-visits-with-the-same-dates
into
master
Overview
0
Commits
6
Pipelines
3
Changes
3
Merged
Piotr Gawron
requested to merge
369-two-visits-with-the-same-dates
into
master
4 years ago
Overview
0
Commits
6
Pipelines
3
Changes
3
Expand
Closes
#369 (closed)
,
#373 (closed)
,
#372 (closed)
,
#370 (closed)
Edited
4 years ago
by
Piotr Gawron
0
0
Merge request reports
Viewing commit
1ddc4054
Prev
Next
Show latest version
3 files
+
21
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
1ddc4054
default value could be longer than 20 characters
· 1ddc4054
Piotr Gawron
authored
4 years ago
smash/web/migrations/0192_auto_20210224_1703.py
0 → 100644
+
18
−
0
Options
# Generated by Django 3.1.4 on 2021-02-24 17:03
from
django.db
import
migrations
,
models
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'
web
'
,
'
0191_auto_20201201_1033
'
),
]
operations
=
[
migrations
.
AlterField
(
model_name
=
'
customstudysubjectfield
'
,
name
=
'
default_value
'
,
field
=
models
.
CharField
(
blank
=
True
,
max_length
=
256
,
null
=
True
),
),
]
Loading