Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hypha
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
ots
hypha
Commits
0448bf2f
Commit
0448bf2f
authored
6 years ago
by
Todd Dembrey
Browse files
Options
Downloads
Patches
Plain Diff
Fixup changes to people model and migration
parent
6db02bdf
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
opentech/public/people/management/commands/migrate_people.py
+1
-2
1 addition, 2 deletions
opentech/public/people/management/commands/migrate_people.py
opentech/public/people/models.py
+0
-1
0 additions, 1 deletion
opentech/public/people/models.py
with
1 addition
and
3 deletions
opentech/public/people/management/commands/migrate_people.py
+
1
−
2
View file @
0448bf2f
...
...
@@ -103,9 +103,8 @@ class Command(BaseCommand):
'
393
'
:
Page
.
objects
.
get
(
title
=
'
Internet Freedom Fund
'
),
'
389
'
:
Page
.
objects
.
get
(
title
=
'
Rapid Response Fund
'
),
'
391
'
:
Page
.
objects
.
get
(
title
=
'
Core Infrastructure Fund
'
),
''
:
Page
.
objects
.
get
(
title
=
'
Community Lab
'
),
'
NOT_USED
'
:
Page
.
objects
.
get
(
title
=
'
Community Lab
'
),
'
394
'
:
Page
.
objects
.
get
(
title
=
'
Information Controls Fellowship
'
),
''
:
None
,
'
390
'
:
Page
.
objects
.
get
(
title
=
'
Digital Integrity Fellowship
'
),
}
...
...
This diff is collapsed.
Click to expand it.
opentech/public/people/models.py
+
0
−
1
View file @
0448bf2f
from
django.db
import
models
from
django.core.exceptions
import
ValidationError
from
django.utils.functional
import
cached_property
from
django.core.paginator
import
EmptyPage
,
PageNotAnInteger
,
Paginator
from
django.conf
import
settings
...
...
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