Skip to content

Commit

Permalink
v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GitRon committed Dec 5, 2023
1 parent c0cce0f commit b88e2ad
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
3 changes: 1 addition & 2 deletions .ambient-package-update/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

METADATA = PackageMetadata(
package_name="django_dynamic_admin_forms",
github_package_name="django_dynamic_admin",
company="Ambient Innovation: GmbH",
authors=[
PackageAuthor(
Expand Down Expand Up @@ -193,8 +194,6 @@ def get_dynamic_city_field(self, data):
dependencies=[
"django >=3.2",
],
supported_django_versions=SUPPORTED_DJANGO_VERSIONS,
supported_python_versions=SUPPORTED_PYTHON_VERSIONS,
optional_dependencies={
"dev": [
*DEV_DEPENDENCIES,
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Run pre-commit hooks
run: pre-commit run --all-files --hook-stage push


tests:
name: Python ${{ matrix.python-version }}, django ${{ matrix.django-version }}
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[![PyPI release](https://img.shields.io/pypi/v/django-dynamic-admin-forms.svg)](https://pypi.org/project/django-dynamic-admin-forms/)
[![Downloads](https://static.pepy.tech/badge/django-dynamic-admin-forms)](https://pepy.tech/project/django-dynamic-admin-forms)
[![Coverage](https://img.shields.io/badge/Coverage-100.0%25-success)](https://github.com/ambient-innovation/django-dynamic-admin-forms/actions?workflow=CI)
[![Coverage](https://img.shields.io/badge/Coverage-100.0%25-success)](https://github.com/ambient-innovation/django-dynamic-admin/actions?workflow=CI)
[![Linting](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
[![Coding Style](https://img.shields.io/badge/code%20style-Ruff-000000.svg)](https://github.com/astral-sh/ruff)
[![Documentation Status](https://readthedocs.org/projects/django-dynamic-admin-forms/badge/?version=latest)](https://django-dynamic-admin-forms.readthedocs.io/en/latest/?badge=latest)

Add simple interactions to the otherwise static django admin.

* [PyPI](https://pypi.org/project/django-dynamic-admin-forms/)
* [GitHub](https://github.com/ambient-innovation/django-dynamic-admin-forms)
* [GitHub](https://github.com/ambient-innovation/django-dynamic-admin)
* [Full documentation](https://django-dynamic-admin-forms.readthedocs.io/en/latest/index.html)
* Creator & Maintainer: [Ambient Digital](https://ambient.digital)

Expand Down
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,16 @@ dev = [
'sphinx-rtd-theme==1.0.0',
'm2r2==0.3.1',
'mistune<2.0.0',
'ambient-package-update~=23.12.3',
'flit~=3.9',
'ambient-package-update~=23.12.4',
'unittest-parametrize~=1.4',
]

[tool.flit.module]
name = "django_dynamic_admin_forms"

[project.urls]
'Homepage' = 'https://github.com/ambient-innovation/django-dynamic-admin'
'Homepage' = 'https://github.com/ambient-innovation/django-dynamic-admin/'
'Documentation' = 'https://django-dynamic-admin-forms.readthedocs.io/en/latest/index.html'
'Maintained by' = 'https://ambient.digital/'
'Bugtracker' = 'https://github.com/ambient-innovation/django-dynamic-admin/issues'
Expand Down

0 comments on commit b88e2ad

Please sign in to comment.