Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Public contract registry
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
TO
Public contract registry
Commits
f0f6f799
Commit
f0f6f799
authored
2 years ago
by
Tomáš Valenta
Browse files
Options
Downloads
Patches
Plain Diff
remove unnecessary requirements
parent
a29086e8
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
contracts/admin.py
+0
-6
0 additions, 6 deletions
contracts/admin.py
requirements/base.txt
+0
-3
0 additions, 3 deletions
requirements/base.txt
with
0 additions
and
9 deletions
contracts/admin.py
+
0
−
6
View file @
f0f6f799
...
@@ -5,7 +5,6 @@ from django.contrib import admin
...
@@ -5,7 +5,6 @@ from django.contrib import admin
from
django.contrib.auth.models
import
Permission
from
django.contrib.auth.models
import
Permission
from
django.db
import
models
from
django.db
import
models
from
django.utils.html
import
format_html
from
django.utils.html
import
format_html
from
import_export
import
resources
from
nested_admin
import
NestedModelAdmin
,
NestedStackedInline
,
NestedTabularInline
from
nested_admin
import
NestedModelAdmin
,
NestedStackedInline
,
NestedTabularInline
from
rangefilter.filters
import
DateRangeFilter
from
rangefilter.filters
import
DateRangeFilter
...
@@ -28,11 +27,6 @@ from .models import (
...
@@ -28,11 +27,6 @@ from .models import (
)
)
class
ContractResource
(
resources
.
ModelResource
):
class
Meta
:
model
=
Contract
class
IndexHiddenModelAdmin
(
MarkdownxGuardedModelAdmin
):
class
IndexHiddenModelAdmin
(
MarkdownxGuardedModelAdmin
):
def
has_module_permission
(
self
,
request
):
def
has_module_permission
(
self
,
request
):
return
False
return
False
...
...
This diff is collapsed.
Click to expand it.
requirements/base.txt
+
0
−
3
View file @
f0f6f799
...
@@ -3,15 +3,12 @@ django==4.1.4
...
@@ -3,15 +3,12 @@ django==4.1.4
django-admin-index==2.0.2
django-admin-index==2.0.2
django-admin-interface==0.24.2
django-admin-interface==0.24.2
django-admin-rangefilter==0.9.0
django-admin-rangefilter==0.9.0
django-autocomplete-light==3.9.4
django-database-url==1.0.3
django-database-url==1.0.3
django-downloadview==2.3.0
django-downloadview==2.3.0
django-import-export==3.1.0
django-nested-admin==4.0.2
django-nested-admin==4.0.2
django-ordered-model==3.7.1
django-ordered-model==3.7.1
psycopg2-binary==2.9.5
psycopg2-binary==2.9.5
django-webpack-loader==1.8.0
django-webpack-loader==1.8.0
nodeenv==1.7.0
pirates==0.6.0
pirates==0.6.0
django-markdownx==4.0.0b1
django-markdownx==4.0.0b1
django-environ==0.9.0
django-environ==0.9.0
...
...
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