Skip to content

Commit

Permalink
Merge branch 'main' of github.com:open-contracting/data-registry into…
Browse files Browse the repository at this point in the history
… 373-delete-old-jobs
  • Loading branch information
yolile committed Nov 7, 2024
2 parents f223dbc + a473854 commit b164358
Show file tree
Hide file tree
Showing 18 changed files with 565 additions and 528 deletions.
3 changes: 3 additions & 0 deletions data_registry/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ class CollectionAdmin(CascadeTaskMixin, TabbedDjangoJqueryTranslationAdmin):
"language_ru",
"update_frequency",
"license_custom",
"publication_policy",
"source_url",
),
},
Expand Down Expand Up @@ -267,6 +268,7 @@ class Media:
"date_to",
"ocid_prefix",
"license",
"publication_policy",
),
},
),
Expand Down Expand Up @@ -305,6 +307,7 @@ class Media:
"date_to",
"ocid_prefix",
"license",
"publication_policy",
# Data availability
"parties_count",
"plannings_count",
Expand Down
1 change: 1 addition & 0 deletions data_registry/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ class Meta:
"title": widgets.AdminTextInputWidget(attrs={"style": "width: 60em"}), # default 20em
"country": widgets.AdminTextInputWidget(),
"language": widgets.AdminTextInputWidget(),
"publication_policy": widgets.AdminTextInputWidget(attrs={"style": "width: 60em"}),
"source_url": widgets.AdminTextInputWidget(attrs={"style": "width: 60em"}),
"description": MarkdownWidget(attrs={"rows": 1}),
"description_long": MarkdownWidget(attrs={"rows": 1}),
Expand Down
Loading

0 comments on commit b164358

Please sign in to comment.