django-dynamic-admin-forms 3.2.14__tar.gz → 3.3.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (66) hide show
  1. {django_dynamic_admin_forms-3.2.14 → django_dynamic_admin_forms-3.3.2}/.ambient-package-update/metadata.py +7 -6
  2. django_dynamic_admin_forms-3.3.2/.github/ISSUE_TEMPLATE/bug_report.md +34 -0
  3. django_dynamic_admin_forms-3.3.2/.github/ISSUE_TEMPLATE/config.yml +5 -0
  4. django_dynamic_admin_forms-3.3.2/.github/ISSUE_TEMPLATE/feature_request.md +25 -0
  5. django_dynamic_admin_forms-3.3.2/.github/PULL_REQUEST_TEMPLATE.md +20 -0
  6. {django_dynamic_admin_forms-3.2.14 → django_dynamic_admin_forms-3.3.2}/.github/workflows/quality-gate.yml +12 -9
  7. {django_dynamic_admin_forms-3.2.14 → django_dynamic_admin_forms-3.3.2}/.github/workflows/release.yml +2 -2
  8. {django_dynamic_admin_forms-3.2.14 → django_dynamic_admin_forms-3.3.2}/.pre-commit-config.yaml +1 -1
  9. {django_dynamic_admin_forms-3.2.14 → django_dynamic_admin_forms-3.3.2}/.readthedocs.yaml +8 -6
  10. {django_dynamic_admin_forms-3.2.14 → django_dynamic_admin_forms-3.3.2}/CHANGES.md +19 -0
  11. django_dynamic_admin_forms-3.3.2/CODE_OF_CONDUCT.md +132 -0
  12. {django_dynamic_admin_forms-3.2.14 → django_dynamic_admin_forms-3.3.2}/LICENSE.md +1 -1
  13. {django_dynamic_admin_forms-3.2.14 → django_dynamic_admin_forms-3.3.2}/PKG-INFO +7 -8
  14. {django_dynamic_admin_forms-3.2.14 → django_dynamic_admin_forms-3.3.2}/README.md +1 -1
  15. {django_dynamic_admin_forms-3.2.14 → django_dynamic_admin_forms-3.3.2}/django_dynamic_admin_forms/__init__.py +1 -1
  16. {django_dynamic_admin_forms-3.2.14 → django_dynamic_admin_forms-3.3.2}/docs/conf.py +4 -4
  17. {django_dynamic_admin_forms-3.2.14 → django_dynamic_admin_forms-3.3.2}/pyproject.toml +7 -9
  18. django_dynamic_admin_forms-3.3.2/uv.lock +1266 -0
  19. django_dynamic_admin_forms-3.2.14/.python-version +0 -1
  20. django_dynamic_admin_forms-3.2.14/uv.lock +0 -1353
  21. {django_dynamic_admin_forms-3.2.14 → django_dynamic_admin_forms-3.3.2}/.ambient-package-update/templates/snippets/content.tpl +0 -0
  22. {django_dynamic_admin_forms-3.2.14 → django_dynamic_admin_forms-3.3.2}/.ambient-package-update/templates/snippets/installation.tpl +0 -0
  23. {django_dynamic_admin_forms-3.2.14 → django_dynamic_admin_forms-3.3.2}/.editorconfig +0 -0
  24. {django_dynamic_admin_forms-3.2.14 → django_dynamic_admin_forms-3.3.2}/.github/workflows/ci.yml +0 -0
  25. {django_dynamic_admin_forms-3.2.14 → django_dynamic_admin_forms-3.3.2}/.gitignore +0 -0
  26. {django_dynamic_admin_forms-3.2.14 → django_dynamic_admin_forms-3.3.2}/CONTRIBUTING.md +0 -0
  27. {django_dynamic_admin_forms-3.2.14 → django_dynamic_admin_forms-3.3.2}/MANIFEST.in +0 -0
  28. {django_dynamic_admin_forms-3.2.14 → django_dynamic_admin_forms-3.3.2}/SECURITY.md +0 -0
  29. {django_dynamic_admin_forms-3.2.14 → django_dynamic_admin_forms-3.3.2}/django_dynamic_admin_forms/admin.py +0 -0
  30. {django_dynamic_admin_forms-3.2.14 → django_dynamic_admin_forms-3.3.2}/django_dynamic_admin_forms/apps.py +0 -0
  31. {django_dynamic_admin_forms-3.2.14 → django_dynamic_admin_forms-3.3.2}/django_dynamic_admin_forms/static/js/dynamic_admin.js +0 -0
  32. {django_dynamic_admin_forms-3.2.14 → django_dynamic_admin_forms-3.3.2}/django_dynamic_admin_forms/templates/admin/change_form.html +0 -0
  33. {django_dynamic_admin_forms-3.2.14 → django_dynamic_admin_forms-3.3.2}/django_dynamic_admin_forms/urls.py +0 -0
  34. {django_dynamic_admin_forms-3.2.14 → django_dynamic_admin_forms-3.3.2}/docs/Makefile +0 -0
  35. {django_dynamic_admin_forms-3.2.14 → django_dynamic_admin_forms-3.3.2}/docs/demo.gif +0 -0
  36. {django_dynamic_admin_forms-3.2.14 → django_dynamic_admin_forms-3.3.2}/docs/features/changelog.rst +0 -0
  37. {django_dynamic_admin_forms-3.2.14 → django_dynamic_admin_forms-3.3.2}/docs/index.rst +0 -0
  38. {django_dynamic_admin_forms-3.2.14 → django_dynamic_admin_forms-3.3.2}/docs/make.bat +0 -0
  39. {django_dynamic_admin_forms-3.2.14 → django_dynamic_admin_forms-3.3.2}/e2e/cypress/integration/dynamic-select.spec.js +0 -0
  40. {django_dynamic_admin_forms-3.2.14 → django_dynamic_admin_forms-3.3.2}/e2e/cypress/plugins/index.js +0 -0
  41. {django_dynamic_admin_forms-3.2.14 → django_dynamic_admin_forms-3.3.2}/e2e/cypress/support/commands.js +0 -0
  42. {django_dynamic_admin_forms-3.2.14 → django_dynamic_admin_forms-3.3.2}/e2e/cypress/support/index.js +0 -0
  43. {django_dynamic_admin_forms-3.2.14 → django_dynamic_admin_forms-3.3.2}/e2e/cypress/support/paths.js +0 -0
  44. {django_dynamic_admin_forms-3.2.14 → django_dynamic_admin_forms-3.3.2}/e2e/cypress.json +0 -0
  45. {django_dynamic_admin_forms-3.2.14 → django_dynamic_admin_forms-3.3.2}/e2e/package.json +0 -0
  46. {django_dynamic_admin_forms-3.2.14 → django_dynamic_admin_forms-3.3.2}/e2e/yarn.lock +0 -0
  47. {django_dynamic_admin_forms-3.2.14 → django_dynamic_admin_forms-3.3.2}/fixtures/fixtures-dev.json +0 -0
  48. {django_dynamic_admin_forms-3.2.14 → django_dynamic_admin_forms-3.3.2}/manage.py +0 -0
  49. {django_dynamic_admin_forms-3.2.14 → django_dynamic_admin_forms-3.3.2}/scripts/unix/install_requirements.sh +0 -0
  50. {django_dynamic_admin_forms-3.2.14 → django_dynamic_admin_forms-3.3.2}/scripts/unix/publish_to_pypi.sh +0 -0
  51. {django_dynamic_admin_forms-3.2.14 → django_dynamic_admin_forms-3.3.2}/scripts/windows/install_requirements.ps1 +0 -0
  52. {django_dynamic_admin_forms-3.2.14 → django_dynamic_admin_forms-3.3.2}/scripts/windows/publish_to_pypi.ps1 +0 -0
  53. {django_dynamic_admin_forms-3.2.14 → django_dynamic_admin_forms-3.3.2}/settings.py +0 -0
  54. {django_dynamic_admin_forms-3.2.14 → django_dynamic_admin_forms-3.3.2}/testapp/__init__.py +0 -0
  55. {django_dynamic_admin_forms-3.2.14 → django_dynamic_admin_forms-3.3.2}/testapp/admin.py +0 -0
  56. {django_dynamic_admin_forms-3.2.14 → django_dynamic_admin_forms-3.3.2}/testapp/apps.py +0 -0
  57. {django_dynamic_admin_forms-3.2.14 → django_dynamic_admin_forms-3.3.2}/testapp/migrations/0001_initial.py +0 -0
  58. {django_dynamic_admin_forms-3.2.14 → django_dynamic_admin_forms-3.3.2}/testapp/migrations/0002_extend_example.py +0 -0
  59. {django_dynamic_admin_forms-3.2.14 → django_dynamic_admin_forms-3.3.2}/testapp/migrations/0003_example_file_field.py +0 -0
  60. {django_dynamic_admin_forms-3.2.14 → django_dynamic_admin_forms-3.3.2}/testapp/migrations/0004_skill_customer_skills.py +0 -0
  61. {django_dynamic_admin_forms-3.2.14 → django_dynamic_admin_forms-3.3.2}/testapp/migrations/__init__.py +0 -0
  62. {django_dynamic_admin_forms-3.2.14 → django_dynamic_admin_forms-3.3.2}/testapp/models.py +0 -0
  63. {django_dynamic_admin_forms-3.2.14 → django_dynamic_admin_forms-3.3.2}/testapp/urls.py +0 -0
  64. {django_dynamic_admin_forms-3.2.14 → django_dynamic_admin_forms-3.3.2}/tests/__init__.py +0 -0
  65. {django_dynamic_admin_forms-3.2.14 → django_dynamic_admin_forms-3.3.2}/tests/test_admin_generic.py +0 -0
  66. {django_dynamic_admin_forms-3.2.14 → django_dynamic_admin_forms-3.3.2}/tests/test_admin_unit.py +0 -0
@@ -1,5 +1,6 @@
1
1
  from ambient_package_update.metadata.author import PackageAuthor
2
2
  from ambient_package_update.metadata.constants import (
3
+ DEPLOYMENT_STATUS_STABLE,
3
4
  DEV_DEPENDENCIES,
4
5
  SUPPORTED_DJANGO_VERSIONS,
5
6
  SUPPORTED_PYTHON_VERSIONS,
@@ -13,20 +14,20 @@ METADATA = PackageMetadata(
13
14
  package_name="django-dynamic-admin-forms",
14
15
  github_package_group="ambient-innovation",
15
16
  github_package_name="django_dynamic_admin",
16
- licenser="Ambient Innovation: GmbH",
17
+ licenser="Beyonder Deutschland GmbH",
17
18
  authors=[
18
19
  PackageAuthor(
19
- name="Ambient Digital",
20
- email="hello@ambient.digital",
20
+ name="Beyonder Deutschland",
21
+ email="hello@beyonder.de",
21
22
  ),
22
23
  PackageAuthor(
23
24
  name="Fabian Binz",
24
- email="fabian.binz@ambient.digital",
25
+ email="fabian.binz@beyonder.de",
25
26
  ),
26
27
  ],
27
- maintainer=PackageMaintainer(name="Ambient Digital", url="https://ambient.digital/", email="hello@ambient.digital"),
28
+ maintainer=PackageMaintainer(name="Beyonder Deutschland", url="https://beyonder.de/", email="hello@beyonder.de"),
28
29
  license_year=2022,
29
- development_status="5 - Production/Stable",
30
+ development_status=DEPLOYMENT_STATUS_STABLE,
30
31
  has_migrations=False,
31
32
  main_branch="main",
32
33
  claim="Add simple dynamic interaction to the otherwise static django admin.",
@@ -0,0 +1,34 @@
1
+ ---
2
+ name: Bug report
3
+ about: Report a problem to help us improve
4
+ title: ''
5
+ labels: bug
6
+ assignees: ''
7
+ ---
8
+
9
+ ## Describe the bug
10
+
11
+ A clear and concise description of what the bug is.
12
+
13
+ ## To reproduce
14
+
15
+ Steps to reproduce the behavior:
16
+
17
+ 1. ...
18
+ 2. ...
19
+ 3. ...
20
+
21
+ ## Expected behavior
22
+
23
+ A clear and concise description of what you expected to happen.
24
+
25
+ ## Environment
26
+
27
+ - `django-dynamic-admin` version:
28
+ - Python version:
29
+ - Django version:
30
+ - Operating system:
31
+
32
+ ## Additional context
33
+
34
+ Add any other context, tracebacks, or screenshots about the problem here.
@@ -0,0 +1,5 @@
1
+ blank_issues_enabled: true
2
+ contact_links:
3
+ - name: Security vulnerability
4
+ url: https://github.com/ambient-innovation/django-dynamic-admin/security/advisories/new
5
+ about: Please report security issues privately via a security advisory, not as a public issue.
@@ -0,0 +1,25 @@
1
+ ---
2
+ name: Feature request
3
+ about: Suggest an idea for this project
4
+ title: ''
5
+ labels: enhancement
6
+ assignees: ''
7
+ ---
8
+
9
+ ## Is your feature request related to a problem?
10
+
11
+ A clear and concise description of what the problem is. Ex. I'm always
12
+ frustrated when [...]
13
+
14
+ ## Describe the solution you'd like
15
+
16
+ A clear and concise description of what you want to happen.
17
+
18
+ ## Describe alternatives you've considered
19
+
20
+ A clear and concise description of any alternative solutions or features you've
21
+ considered.
22
+
23
+ ## Additional context
24
+
25
+ Add any other context or screenshots about the feature request here.
@@ -0,0 +1,20 @@
1
+ ## Description
2
+
3
+ Please include a summary of the change and which issue is fixed (if any).
4
+
5
+ Fixes #(issue)
6
+
7
+ ## Type of change
8
+
9
+ - [ ] Bug fix (non-breaking change which fixes an issue)
10
+ - [ ] New feature (non-breaking change which adds functionality)
11
+ - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
12
+ - [ ] Documentation update
13
+
14
+ ## Checklist
15
+
16
+ - [ ] My code follows the style guidelines of this project (linting passes)
17
+ - [ ] I have added tests that prove my fix is effective or that my feature works
18
+ - [ ] I have updated the documentation where necessary
19
+ - [ ] I have added an entry to `CHANGES.md`
20
+ - [ ] I have bumped the version in `django_dynamic_admin_forms/__init__.py`
@@ -9,10 +9,10 @@ jobs:
9
9
  steps:
10
10
  - uses: actions/checkout@v6
11
11
 
12
- - name: Set up Python 3.13
12
+ - name: Set up Python 3.14
13
13
  uses: actions/setup-python@v6
14
14
  with:
15
- python-version: "3.13"
15
+ python-version: "3.14"
16
16
 
17
17
  - name: Install required packages
18
18
  run: pip install pre-commit
@@ -25,18 +25,19 @@ jobs:
25
25
  runs-on: ubuntu-24.04
26
26
  strategy:
27
27
  matrix:
28
- python-version: ['3.10', '3.11', '3.12', '3.13', '3.14', ]
28
+ python-version: ['3.11', '3.12', '3.13', '3.14', ]
29
29
  django-version: ['42', '52', '60', ]
30
30
 
31
+ # Exclude Python/Django combinations that are not supported upstream.
31
32
  exclude:
32
33
  - python-version: '3.11'
33
34
  django-version: 60
34
- - python-version: '3.10'
35
- django-version: 60
36
- - python-version: '3.9'
37
- django-version: 52
38
- - python-version: "3.13"
35
+ - python-version: '3.13'
36
+ django-version: 42
37
+ - python-version: '3.14'
39
38
  django-version: 42
39
+ - python-version: '3.14'
40
+ django-version: 52
40
41
 
41
42
  steps:
42
43
  - uses: actions/checkout@v6
@@ -46,6 +47,8 @@ jobs:
46
47
  python-version: ${{ matrix.python-version }}
47
48
  - name: Install uv
48
49
  uses: astral-sh/setup-uv@v8.0.0
50
+ with:
51
+ cache-suffix: ${{ github.ref_type }}
49
52
  - name: Install tox
50
53
  run: uv pip install --system tox tox-uv
51
54
  - name: Run Tests
@@ -69,7 +72,7 @@ jobs:
69
72
 
70
73
  - uses: actions/setup-python@v6
71
74
  with:
72
- python-version: '3.13'
75
+ python-version: '3.14'
73
76
 
74
77
  - name: Install dependencies
75
78
  run: python -m pip install --upgrade coverage[toml]
@@ -43,10 +43,10 @@ jobs:
43
43
  steps:
44
44
  - uses: actions/checkout@v6
45
45
 
46
- - name: Set up Python 3.13
46
+ - name: Set up Python 3.14
47
47
  uses: actions/setup-python@v6
48
48
  with:
49
- python-version: "3.13"
49
+ python-version: "3.14"
50
50
 
51
51
  - name: Install uv
52
52
  uses: astral-sh/setup-uv@v8.0.0
@@ -23,7 +23,7 @@ repos:
23
23
  rev: v3.21.2
24
24
  hooks:
25
25
  - id: pyupgrade
26
- args: [ --py310-plus ]
26
+ args: [ --py311-plus ]
27
27
 
28
28
  - repo: https://github.com/adamchainz/django-upgrade
29
29
  rev: 1.30.0
@@ -9,7 +9,7 @@ version: 2
9
9
  build:
10
10
  os: ubuntu-24.04
11
11
  tools:
12
- python: "3.13"
12
+ python: "3.14"
13
13
 
14
14
  # Build documentation in the "docs/" directory with Sphinx
15
15
  sphinx:
@@ -21,11 +21,13 @@ sphinx:
21
21
  # - epub
22
22
 
23
23
  # Optional but recommended, declare the Python requirements required
24
- # to build your documentation
25
- # See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
24
+ # to build your documentation.
25
+ # Read the Docs supports uv natively, so we let it sync the project with the
26
+ # "dev" extra (which contains the documentation dependencies).
27
+ # See https://docs.readthedocs.com/platform/en/stable/config-file/v2.html#python-install
26
28
  python:
27
29
  install:
28
- - method: pip
29
- path: .
30
- extra_requirements:
30
+ - method: uv
31
+ command: sync
32
+ extras:
31
33
  - dev
@@ -1,5 +1,24 @@
1
1
  # Changelog
2
2
 
3
+ **3.3.2** (2026-07-03)
4
+ * Updated company and maintainer information to "Beyonder Deutschland"
5
+
6
+ **3.3.1** (2026-07-03)
7
+ * **Breaking change:** Dropped support for Python 3.10 (nearing end-of-life in October 2026)
8
+ * Added support for Python 3.14
9
+ * Added native uv support to the rendered Read the Docs configuration
10
+ * Replaced the unmaintained "m2r2" documentation dependency with "sphinx-mdinclude"
11
+ * Added a Code of Conduct, issue templates and a pull request template to rendered packages
12
+ * Made the single-version CI and Read the Docs jobs track the newest supported Python version
13
+ * Bumped rendered single-version jobs to Python 3.14
14
+ * Added a cache suffix to the uv setup step to avoid CI cache namespace conflicts
15
+ * Excluded unsupported Python/Django combinations (Python 3.14 with Django 4.2 and 5.2) from the rendered CI matrix
16
+ * Fixed the rendered ruff target-version to track the minimum supported Python (matching requires-python) instead of the newest
17
+ * Removed the stale .md source suffix from the rendered Sphinx config, since sphinx-mdinclude provides only the mdinclude directive (not a Markdown source parser)
18
+
19
+ **3.3.0** (2026-07-03)
20
+ * Empty release...
21
+
3
22
  **3.2.14** (2026-03-30)
4
23
  * Maintenance via ambient-package-update
5
24
 
@@ -0,0 +1,132 @@
1
+ # Contributor Covenant Code of Conduct
2
+
3
+ ## Our Pledge
4
+
5
+ We as members, contributors, and leaders pledge to make participation in our
6
+ community a harassment-free experience for everyone, regardless of age, body
7
+ size, visible or invisible disability, ethnicity, sex characteristics, gender
8
+ identity and expression, level of experience, education, socio-economic status,
9
+ nationality, personal appearance, race, caste, color, religion, or sexual
10
+ identity and orientation.
11
+
12
+ We pledge to act and interact in ways that contribute to an open, welcoming,
13
+ diverse, inclusive, and healthy community.
14
+
15
+ ## Our Standards
16
+
17
+ Examples of behavior that contributes to a positive environment for our
18
+ community include:
19
+
20
+ * Demonstrating empathy and kindness toward other people
21
+ * Being respectful of differing opinions, viewpoints, and experiences
22
+ * Giving and gracefully accepting constructive feedback
23
+ * Accepting responsibility and apologizing to those affected by our mistakes,
24
+ and learning from the experience
25
+ * Focusing on what is best not just for us as individuals, but for the overall
26
+ community
27
+
28
+ Examples of unacceptable behavior include:
29
+
30
+ * The use of sexualized language or imagery, and sexual attention or advances of
31
+ any kind
32
+ * Trolling, insulting or derogatory comments, and personal or political attacks
33
+ * Public or private harassment
34
+ * Publishing others' private information, such as a physical or email address,
35
+ without their explicit permission
36
+ * Other conduct which could reasonably be considered inappropriate in a
37
+ professional setting
38
+
39
+ ## Enforcement Responsibilities
40
+
41
+ Community leaders are responsible for clarifying and enforcing our standards of
42
+ acceptable behavior and will take appropriate and fair corrective action in
43
+ response to any behavior that they deem inappropriate, threatening, offensive,
44
+ or harmful.
45
+
46
+ Community leaders have the right and responsibility to remove, edit, or reject
47
+ comments, commits, code, wiki edits, issues, and other contributions that are
48
+ not aligned to this Code of Conduct, and will communicate reasons for moderation
49
+ decisions when appropriate.
50
+
51
+ ## Scope
52
+
53
+ This Code of Conduct applies within all community spaces, and also applies when
54
+ an individual is officially representing the community in public spaces.
55
+ Examples of representing our community include using an official email address,
56
+ posting via an official social media account, or acting as an appointed
57
+ representative at an online or offline event.
58
+
59
+ ## Enforcement
60
+
61
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be
62
+ reported to the community leaders responsible for enforcement at
63
+ hello@beyonder.de.
64
+ All complaints will be reviewed and investigated promptly and fairly.
65
+
66
+ All community leaders are obligated to respect the privacy and security of the
67
+ reporter of any incident.
68
+
69
+ ## Enforcement Guidelines
70
+
71
+ Community leaders will follow these Community Impact Guidelines in determining
72
+ the consequences for any action they deem in violation of this Code of Conduct:
73
+
74
+ ### 1. Correction
75
+
76
+ **Community Impact**: Use of inappropriate language or other behavior deemed
77
+ unprofessional or unwelcome in the community.
78
+
79
+ **Consequence**: A private, written warning from community leaders, providing
80
+ clarity around the nature of the violation and an explanation of why the
81
+ behavior was inappropriate. A public apology may be requested.
82
+
83
+ ### 2. Warning
84
+
85
+ **Community Impact**: A violation through a single incident or series of
86
+ actions.
87
+
88
+ **Consequence**: A warning with consequences for continued behavior. No
89
+ interaction with the people involved, including unsolicited interaction with
90
+ those enforcing the Code of Conduct, for a specified period of time. This
91
+ includes avoiding interactions in community spaces as well as external channels
92
+ like social media. Violating these terms may lead to a temporary or permanent
93
+ ban.
94
+
95
+ ### 3. Temporary Ban
96
+
97
+ **Community Impact**: A serious violation of community standards, including
98
+ sustained inappropriate behavior.
99
+
100
+ **Consequence**: A temporary ban from any sort of interaction or public
101
+ communication with the community for a specified period of time. No public or
102
+ private interaction with the people involved, including unsolicited interaction
103
+ with those enforcing the Code of Conduct, is allowed during this period.
104
+ Violating these terms may lead to a permanent ban.
105
+
106
+ ### 4. Permanent Ban
107
+
108
+ **Community Impact**: Demonstrating a pattern of violation of community
109
+ standards, including sustained inappropriate behavior, harassment of an
110
+ individual, or aggression toward or disparagement of classes of individuals.
111
+
112
+ **Consequence**: A permanent ban from any sort of public interaction within the
113
+ community.
114
+
115
+ ## Attribution
116
+
117
+ This Code of Conduct is adapted from the [Contributor Covenant][homepage],
118
+ version 2.1, available at
119
+ [https://www.contributor-covenant.org/version/2/1/code_of_conduct.html][v2.1].
120
+
121
+ Community Impact Guidelines were inspired by
122
+ [Mozilla's code of conduct enforcement ladder][Mozilla CoC].
123
+
124
+ For answers to common questions about this code of conduct, see the FAQ at
125
+ [https://www.contributor-covenant.org/faq][FAQ]. Translations are available at
126
+ [https://www.contributor-covenant.org/translations][translations].
127
+
128
+ [homepage]: https://www.contributor-covenant.org
129
+ [v2.1]: https://www.contributor-covenant.org/version/2/1/code_of_conduct.html
130
+ [Mozilla CoC]: https://github.com/mozilla/diversity
131
+ [FAQ]: https://www.contributor-covenant.org/faq
132
+ [translations]: https://www.contributor-covenant.org/translations
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2022 Ambient Innovation: GmbH
3
+ Copyright (c) 2022 Beyonder Deutschland GmbH
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -1,16 +1,16 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: django-dynamic-admin-forms
3
- Version: 3.2.14
3
+ Version: 3.3.2
4
4
  Summary: Add simple dynamic interaction to the otherwise static django admin.
5
5
  Project-URL: Homepage, https://github.com/ambient-innovation/django-dynamic-admin/
6
6
  Project-URL: Documentation, https://django-dynamic-admin-forms.readthedocs.io/en/latest/index.html
7
- Project-URL: Maintained by, https://ambient.digital/
7
+ Project-URL: Maintained by, https://beyonder.de/
8
8
  Project-URL: Bugtracker, https://github.com/ambient-innovation/django-dynamic-admin/issues
9
9
  Project-URL: Changelog, https://django-dynamic-admin-forms.readthedocs.io/en/latest/features/changelog.html
10
- Author-email: Ambient Digital <hello@ambient.digital>, Fabian Binz <fabian.binz@ambient.digital>
10
+ Author-email: Beyonder Deutschland <hello@beyonder.de>, Fabian Binz <fabian.binz@beyonder.de>
11
11
  License: MIT License
12
12
 
13
- Copyright (c) 2022 Ambient Innovation: GmbH
13
+ Copyright (c) 2022 Beyonder Deutschland GmbH
14
14
 
15
15
  Permission is hereby granted, free of charge, to any person obtaining a copy
16
16
  of this software and associated documentation files (the "Software"), to deal
@@ -42,22 +42,21 @@ Classifier: Natural Language :: English
42
42
  Classifier: Operating System :: OS Independent
43
43
  Classifier: Programming Language :: Python
44
44
  Classifier: Programming Language :: Python :: 3
45
- Classifier: Programming Language :: Python :: 3.10
46
45
  Classifier: Programming Language :: Python :: 3.11
47
46
  Classifier: Programming Language :: Python :: 3.12
48
47
  Classifier: Programming Language :: Python :: 3.13
49
48
  Classifier: Programming Language :: Python :: 3.14
50
49
  Classifier: Topic :: Utilities
51
- Requires-Python: >=3.10
50
+ Requires-Python: >=3.11
52
51
  Requires-Dist: django>=4.2
53
52
  Provides-Extra: dev
54
53
  Requires-Dist: ambient-package-update; extra == 'dev'
55
54
  Requires-Dist: keyring~=25.7; extra == 'dev'
56
- Requires-Dist: m2r2~=0.3; extra == 'dev'
57
55
  Requires-Dist: pre-commit~=4.3; extra == 'dev'
58
56
  Requires-Dist: pytest-cov~=7.0; extra == 'dev'
59
57
  Requires-Dist: pytest-django~=4.11; extra == 'dev'
60
58
  Requires-Dist: pytest-mock~=3.15; extra == 'dev'
59
+ Requires-Dist: sphinx-mdinclude~=0.6; extra == 'dev'
61
60
  Requires-Dist: sphinx-rtd-theme~=3.0; extra == 'dev'
62
61
  Requires-Dist: sphinx~=7.4; extra == 'dev'
63
62
  Requires-Dist: typer~=0.19; extra == 'dev'
@@ -76,7 +75,7 @@ Add simple interactions to the otherwise static django admin.
76
75
 
77
76
  [PyPI](https://pypi.org/project/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)
78
77
 
79
- Creator & Maintainer: [Ambient Digital](https://ambient.digital/)
78
+ Creator & Maintainer: [Beyonder Deutschland](https://beyonder.de/)
80
79
 
81
80
  # django-dynamic-admin-forms
82
81
 
@@ -9,7 +9,7 @@ Add simple interactions to the otherwise static django admin.
9
9
 
10
10
  [PyPI](https://pypi.org/project/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)
11
11
 
12
- Creator & Maintainer: [Ambient Digital](https://ambient.digital/)
12
+ Creator & Maintainer: [Beyonder Deutschland](https://beyonder.de/)
13
13
 
14
14
  # django-dynamic-admin-forms
15
15
 
@@ -1,3 +1,3 @@
1
1
  """Add simple dynamic interaction to the otherwise static django admin."""
2
2
 
3
- __version__ = "3.2.14"
3
+ __version__ = "3.3.2"
@@ -36,8 +36,8 @@ from django_dynamic_admin_forms import __version__ # noqa: E402
36
36
  # -- Project information -----------------------------------------------------
37
37
 
38
38
  project = "django-dynamic-admin-forms"
39
- copyright = "2026, Ambient Innovation: GmbH" # noqa: A001
40
- author = "Ambient Digital <hello@ambient.digital>"
39
+ copyright = "2026, Beyonder Deutschland" # noqa: A001
40
+ author = "Beyonder Deutschland <hello@beyonder.de>"
41
41
  version = __version__
42
42
  release = __version__
43
43
 
@@ -49,10 +49,10 @@ release = __version__
49
49
  extensions = [
50
50
  "sphinx_rtd_theme",
51
51
  "sphinx.ext.autodoc",
52
- "m2r2",
52
+ "sphinx_mdinclude",
53
53
  ]
54
54
 
55
- source_suffix = [".rst", ".md"]
55
+ source_suffix = [".rst"]
56
56
 
57
57
  # Add any paths that contain templates here, relative to this directory.
58
58
  templates_path = ["_templates"]
@@ -5,8 +5,8 @@ build-backend = "hatchling.build"
5
5
  [project]
6
6
  name = "django-dynamic-admin-forms"
7
7
  authors = [
8
- {'name' = 'Ambient Digital', 'email' = 'hello@ambient.digital'},
9
- {'name' = 'Fabian Binz', 'email' = 'fabian.binz@ambient.digital'},
8
+ {'name' = 'Beyonder Deutschland', 'email' = 'hello@beyonder.de'},
9
+ {'name' = 'Fabian Binz', 'email' = 'fabian.binz@beyonder.de'},
10
10
  ]
11
11
  readme = "README.md"
12
12
  classifiers = [
@@ -22,7 +22,6 @@ classifiers = [
22
22
  "Operating System :: OS Independent",
23
23
  "Programming Language :: Python",
24
24
  "Programming Language :: Python :: 3",
25
- "Programming Language :: Python :: 3.10",
26
25
  "Programming Language :: Python :: 3.11",
27
26
  "Programming Language :: Python :: 3.12",
28
27
  "Programming Language :: Python :: 3.13",
@@ -32,7 +31,7 @@ classifiers = [
32
31
  dynamic = ["version"]
33
32
  description = "Add simple dynamic interaction to the otherwise static django admin."
34
33
  license = {"file" = "LICENSE.md"}
35
- requires-python = ">=3.10"
34
+ requires-python = ">=3.11"
36
35
  dependencies = [
37
36
  'Django>=4.2',
38
37
  ]
@@ -46,7 +45,7 @@ dev = [
46
45
  'pre-commit~=4.3',
47
46
  'sphinx~=7.4',
48
47
  'sphinx-rtd-theme~=3.0',
49
- 'm2r2~=0.3',
48
+ 'sphinx-mdinclude~=0.6',
50
49
  'uv~=0.9',
51
50
  'keyring~=25.7',
52
51
  'ambient-package-update',
@@ -56,7 +55,7 @@ dev = [
56
55
  [project.urls]
57
56
  'Homepage' = 'https://github.com/ambient-innovation/django-dynamic-admin/'
58
57
  'Documentation' = 'https://django-dynamic-admin-forms.readthedocs.io/en/latest/index.html'
59
- 'Maintained by' = 'https://ambient.digital/'
58
+ 'Maintained by' = 'https://beyonder.de/'
60
59
  'Bugtracker' = 'https://github.com/ambient-innovation/django-dynamic-admin/issues'
61
60
  'Changelog' = 'https://django-dynamic-admin-forms.readthedocs.io/en/latest/features/changelog.html'
62
61
 
@@ -159,8 +158,8 @@ line-length = 120
159
158
  # Allow unused variables when underscore-prefixed.
160
159
  lint.dummy-variable-rgx = "^(_+|(_+[a-zA-Z0-9_]*[a-zA-Z0-9]+?))$"
161
160
 
162
- # Assume Python 3.13
163
- target-version = "py313"
161
+ # Match the minimum supported Python version (mirrors requires-python above)
162
+ target-version = "py311"
164
163
 
165
164
  [tool.ruff.format]
166
165
  # Like Black, use double quotes for strings.
@@ -221,7 +220,6 @@ deps = ["Django==5.2.*"]
221
220
  deps = ["Django==6.0.*"]
222
221
 
223
222
  [tool.tox.gh_actions.python]
224
- "3.10" = "py310"
225
223
  "3.11" = "py311"
226
224
  "3.12" = "py312"
227
225
  "3.13" = "py313"