Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
constellation
Manage
Activity
Members
Labels
Plan
Issues
8
Issue boards
Milestones
Wiki
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package 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
Nounous
constellation
Merge requests
!13
Verbose names
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Verbose names
verbose_names
into
master
Overview
0
Commits
9
Pipelines
1
Changes
45
Merged
ynerant
requested to merge
verbose_names
into
master
4 years ago
Overview
0
Commits
9
Pipelines
1
Changes
45
Expand
Models and fields have better names and are translated in french
👍
0
👎
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
f9e91ea4
9 commits,
4 years ago
45 files
+
1433
−
175
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
45
Search (e.g. *.vue) (Ctrl+P)
access/admin.py
+
1
−
0
Options
@@ -7,6 +7,7 @@ class PortInline(admin.TabularInline):
extra
=
0
model
=
Port
@admin.register
(
Switch
)
class
SwitchAdmin
(
admin
.
ModelAdmin
):
list_display
=
(
'
name
'
,
'
model
'
,
'
building
'
,
'
location
'
)
Loading