django-dynamic-admin-forms 3.2.6__tar.gz → 3.2.7__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.
- {django_dynamic_admin_forms-3.2.6 → django_dynamic_admin_forms-3.2.7}/.ambient-package-update/metadata.py +2 -2
- {django_dynamic_admin_forms-3.2.6 → django_dynamic_admin_forms-3.2.7}/.editorconfig +0 -1
- {django_dynamic_admin_forms-3.2.6 → django_dynamic_admin_forms-3.2.7}/.github/workflows/ci.yml +4 -0
- django_dynamic_admin_forms-3.2.7/.gitignore +158 -0
- {django_dynamic_admin_forms-3.2.6 → django_dynamic_admin_forms-3.2.7}/.pre-commit-config.yaml +9 -11
- {django_dynamic_admin_forms-3.2.6 → django_dynamic_admin_forms-3.2.7}/CHANGES.md +3 -0
- {django_dynamic_admin_forms-3.2.6 → django_dynamic_admin_forms-3.2.7}/MANIFEST.in +1 -1
- {django_dynamic_admin_forms-3.2.6 → django_dynamic_admin_forms-3.2.7}/PKG-INFO +6 -7
- {django_dynamic_admin_forms-3.2.6 → django_dynamic_admin_forms-3.2.7}/README.md +5 -5
- {django_dynamic_admin_forms-3.2.6 → django_dynamic_admin_forms-3.2.7}/django_dynamic_admin_forms/__init__.py +1 -1
- {django_dynamic_admin_forms-3.2.6 → django_dynamic_admin_forms-3.2.7}/docs/conf.py +2 -2
- {django_dynamic_admin_forms-3.2.6 → django_dynamic_admin_forms-3.2.7}/pyproject.toml +28 -3
- {django_dynamic_admin_forms-3.2.6 → django_dynamic_admin_forms-3.2.7}/scripts/unix/install_requirements.sh +1 -0
- django_dynamic_admin_forms-3.2.7/scripts/unix/publish_to_pypi.sh +3 -0
- django_dynamic_admin_forms-3.2.6/.gitignore +0 -72
- django_dynamic_admin_forms-3.2.6/scripts/unix/publish_to_pypi.sh +0 -2
- {django_dynamic_admin_forms-3.2.6 → django_dynamic_admin_forms-3.2.7}/.ambient-package-update/templates/snippets/content.tpl +0 -0
- {django_dynamic_admin_forms-3.2.6 → django_dynamic_admin_forms-3.2.7}/.ambient-package-update/templates/snippets/installation.tpl +0 -0
- {django_dynamic_admin_forms-3.2.6 → django_dynamic_admin_forms-3.2.7}/.python-version +0 -0
- {django_dynamic_admin_forms-3.2.6 → django_dynamic_admin_forms-3.2.7}/.readthedocs.yaml +0 -0
- {django_dynamic_admin_forms-3.2.6 → django_dynamic_admin_forms-3.2.7}/LICENSE.md +0 -0
- {django_dynamic_admin_forms-3.2.6 → django_dynamic_admin_forms-3.2.7}/SECURITY.md +0 -0
- {django_dynamic_admin_forms-3.2.6 → django_dynamic_admin_forms-3.2.7}/django_dynamic_admin_forms/admin.py +0 -0
- {django_dynamic_admin_forms-3.2.6 → django_dynamic_admin_forms-3.2.7}/django_dynamic_admin_forms/apps.py +0 -0
- {django_dynamic_admin_forms-3.2.6 → django_dynamic_admin_forms-3.2.7}/django_dynamic_admin_forms/static/js/dynamic_admin.js +0 -0
- {django_dynamic_admin_forms-3.2.6 → django_dynamic_admin_forms-3.2.7}/django_dynamic_admin_forms/templates/admin/change_form.html +0 -0
- {django_dynamic_admin_forms-3.2.6 → django_dynamic_admin_forms-3.2.7}/django_dynamic_admin_forms/urls.py +0 -0
- {django_dynamic_admin_forms-3.2.6 → django_dynamic_admin_forms-3.2.7}/docs/Makefile +0 -0
- {django_dynamic_admin_forms-3.2.6 → django_dynamic_admin_forms-3.2.7}/docs/demo.gif +0 -0
- {django_dynamic_admin_forms-3.2.6 → django_dynamic_admin_forms-3.2.7}/docs/features/changelog.rst +0 -0
- {django_dynamic_admin_forms-3.2.6 → django_dynamic_admin_forms-3.2.7}/docs/index.rst +0 -0
- {django_dynamic_admin_forms-3.2.6 → django_dynamic_admin_forms-3.2.7}/docs/make.bat +0 -0
- {django_dynamic_admin_forms-3.2.6 → django_dynamic_admin_forms-3.2.7}/e2e/cypress/integration/dynamic-select.spec.js +0 -0
- {django_dynamic_admin_forms-3.2.6 → django_dynamic_admin_forms-3.2.7}/e2e/cypress/plugins/index.js +0 -0
- {django_dynamic_admin_forms-3.2.6 → django_dynamic_admin_forms-3.2.7}/e2e/cypress/support/commands.js +0 -0
- {django_dynamic_admin_forms-3.2.6 → django_dynamic_admin_forms-3.2.7}/e2e/cypress/support/index.js +0 -0
- {django_dynamic_admin_forms-3.2.6 → django_dynamic_admin_forms-3.2.7}/e2e/cypress/support/paths.js +0 -0
- {django_dynamic_admin_forms-3.2.6 → django_dynamic_admin_forms-3.2.7}/e2e/cypress.json +0 -0
- {django_dynamic_admin_forms-3.2.6 → django_dynamic_admin_forms-3.2.7}/e2e/package.json +0 -0
- {django_dynamic_admin_forms-3.2.6 → django_dynamic_admin_forms-3.2.7}/e2e/yarn.lock +0 -0
- {django_dynamic_admin_forms-3.2.6 → django_dynamic_admin_forms-3.2.7}/fixtures/fixtures-dev.json +0 -0
- {django_dynamic_admin_forms-3.2.6 → django_dynamic_admin_forms-3.2.7}/manage.py +0 -0
- {django_dynamic_admin_forms-3.2.6 → django_dynamic_admin_forms-3.2.7}/scripts/windows/install_requirements.ps1 +0 -0
- {django_dynamic_admin_forms-3.2.6 → django_dynamic_admin_forms-3.2.7}/scripts/windows/publish_to_pypi.ps1 +0 -0
- {django_dynamic_admin_forms-3.2.6 → django_dynamic_admin_forms-3.2.7}/settings.py +0 -0
- {django_dynamic_admin_forms-3.2.6 → django_dynamic_admin_forms-3.2.7}/testapp/__init__.py +0 -0
- {django_dynamic_admin_forms-3.2.6 → django_dynamic_admin_forms-3.2.7}/testapp/admin.py +0 -0
- {django_dynamic_admin_forms-3.2.6 → django_dynamic_admin_forms-3.2.7}/testapp/apps.py +0 -0
- {django_dynamic_admin_forms-3.2.6 → django_dynamic_admin_forms-3.2.7}/testapp/migrations/0001_initial.py +0 -0
- {django_dynamic_admin_forms-3.2.6 → django_dynamic_admin_forms-3.2.7}/testapp/migrations/0002_extend_example.py +0 -0
- {django_dynamic_admin_forms-3.2.6 → django_dynamic_admin_forms-3.2.7}/testapp/migrations/0003_example_file_field.py +0 -0
- {django_dynamic_admin_forms-3.2.6 → django_dynamic_admin_forms-3.2.7}/testapp/migrations/__init__.py +0 -0
- {django_dynamic_admin_forms-3.2.6 → django_dynamic_admin_forms-3.2.7}/testapp/models.py +0 -0
- {django_dynamic_admin_forms-3.2.6 → django_dynamic_admin_forms-3.2.7}/testapp/urls.py +0 -0
- {django_dynamic_admin_forms-3.2.6 → django_dynamic_admin_forms-3.2.7}/tests/__init__.py +0 -0
- {django_dynamic_admin_forms-3.2.6 → django_dynamic_admin_forms-3.2.7}/tests/test_admin_generic.py +0 -0
- {django_dynamic_admin_forms-3.2.6 → django_dynamic_admin_forms-3.2.7}/tests/test_admin_unit.py +0 -0
|
@@ -10,10 +10,10 @@ from ambient_package_update.metadata.readme import ReadmeContent
|
|
|
10
10
|
from ambient_package_update.metadata.ruff_ignored_inspection import RuffIgnoredInspection
|
|
11
11
|
|
|
12
12
|
METADATA = PackageMetadata(
|
|
13
|
-
package_name="
|
|
13
|
+
package_name="django-dynamic-admin-forms",
|
|
14
14
|
github_package_group="ambient-innovation",
|
|
15
15
|
github_package_name="django_dynamic_admin",
|
|
16
|
-
|
|
16
|
+
licenser="Ambient Innovation: GmbH",
|
|
17
17
|
authors=[
|
|
18
18
|
PackageAuthor(
|
|
19
19
|
name="Ambient Digital",
|
|
@@ -0,0 +1,158 @@
|
|
|
1
|
+
# Byte-compiled / optimized / DLL files
|
|
2
|
+
__pycache__/
|
|
3
|
+
*.py[cod]
|
|
4
|
+
*$py.class
|
|
5
|
+
|
|
6
|
+
# C extensions
|
|
7
|
+
*.so
|
|
8
|
+
|
|
9
|
+
# Distribution / packaging
|
|
10
|
+
.Python
|
|
11
|
+
build/
|
|
12
|
+
develop-eggs/
|
|
13
|
+
dist/
|
|
14
|
+
downloads/
|
|
15
|
+
eggs/
|
|
16
|
+
.eggs/
|
|
17
|
+
lib/
|
|
18
|
+
lib64/
|
|
19
|
+
parts/
|
|
20
|
+
sdist/
|
|
21
|
+
var/
|
|
22
|
+
wheels/
|
|
23
|
+
share/python-wheels/
|
|
24
|
+
*.egg-info/
|
|
25
|
+
.installed.cfg
|
|
26
|
+
*.egg
|
|
27
|
+
MANIFEST
|
|
28
|
+
|
|
29
|
+
# PyInstaller
|
|
30
|
+
# Usually these files are written by a python script from a template
|
|
31
|
+
# before PyInstaller builds the exe, so as to inject date/other infos into it.
|
|
32
|
+
*.manifest
|
|
33
|
+
*.spec
|
|
34
|
+
|
|
35
|
+
# Installer logs
|
|
36
|
+
pip-log.txt
|
|
37
|
+
pip-delete-this-directory.txt
|
|
38
|
+
|
|
39
|
+
# Unit test / coverage reports
|
|
40
|
+
htmlcov/
|
|
41
|
+
.tox/
|
|
42
|
+
.nox/
|
|
43
|
+
.coverage
|
|
44
|
+
.coverage.*
|
|
45
|
+
.cache
|
|
46
|
+
nosetests.xml
|
|
47
|
+
coverage.xml
|
|
48
|
+
*.cover
|
|
49
|
+
*.py,cover
|
|
50
|
+
.hypothesis/
|
|
51
|
+
.pytest_cache/
|
|
52
|
+
cover/
|
|
53
|
+
|
|
54
|
+
# Translations
|
|
55
|
+
*.mo
|
|
56
|
+
*.pot
|
|
57
|
+
|
|
58
|
+
# Django stuff:
|
|
59
|
+
*.log
|
|
60
|
+
local_settings.py
|
|
61
|
+
db.sqlite3
|
|
62
|
+
db.sqlite3-journal
|
|
63
|
+
|
|
64
|
+
# Flask stuff:
|
|
65
|
+
instance/
|
|
66
|
+
.webassets-cache
|
|
67
|
+
|
|
68
|
+
# Scrapy stuff:
|
|
69
|
+
.scrapy
|
|
70
|
+
|
|
71
|
+
# Sphinx documentation
|
|
72
|
+
docs/_build/
|
|
73
|
+
|
|
74
|
+
# PyBuilder
|
|
75
|
+
.pybuilder/
|
|
76
|
+
target/
|
|
77
|
+
|
|
78
|
+
# Jupyter Notebook
|
|
79
|
+
.ipynb_checkpoints
|
|
80
|
+
|
|
81
|
+
# IPython
|
|
82
|
+
profile_default/
|
|
83
|
+
ipython_config.py
|
|
84
|
+
|
|
85
|
+
# pdm
|
|
86
|
+
# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
|
|
87
|
+
#pdm.lock
|
|
88
|
+
# pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it
|
|
89
|
+
# in version control.
|
|
90
|
+
# https://pdm.fming.dev/#use-with-ide
|
|
91
|
+
.pdm.toml
|
|
92
|
+
|
|
93
|
+
# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
|
|
94
|
+
__pypackages__/
|
|
95
|
+
|
|
96
|
+
# Celery stuff
|
|
97
|
+
celerybeat-schedule
|
|
98
|
+
celerybeat.pid
|
|
99
|
+
|
|
100
|
+
# SageMath parsed files
|
|
101
|
+
*.sage.py
|
|
102
|
+
|
|
103
|
+
# Environments
|
|
104
|
+
.env
|
|
105
|
+
.venv
|
|
106
|
+
env/
|
|
107
|
+
venv/
|
|
108
|
+
ENV/
|
|
109
|
+
env.bak/
|
|
110
|
+
venv.bak/
|
|
111
|
+
|
|
112
|
+
# Spyder project settings
|
|
113
|
+
.spyderproject
|
|
114
|
+
.spyproject
|
|
115
|
+
|
|
116
|
+
# Rope project settings
|
|
117
|
+
.ropeproject
|
|
118
|
+
|
|
119
|
+
# mkdocs documentation
|
|
120
|
+
/site
|
|
121
|
+
|
|
122
|
+
# mypy
|
|
123
|
+
.mypy_cache/
|
|
124
|
+
.dmypy.json
|
|
125
|
+
dmypy.json
|
|
126
|
+
|
|
127
|
+
# Pyre type checker
|
|
128
|
+
.pyre/
|
|
129
|
+
|
|
130
|
+
# pytype static type analyzer
|
|
131
|
+
.pytype/
|
|
132
|
+
|
|
133
|
+
# Cython debug symbols
|
|
134
|
+
cython_debug/
|
|
135
|
+
|
|
136
|
+
# PyCharm
|
|
137
|
+
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
|
|
138
|
+
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
|
|
139
|
+
# and can be added to the global gitignore or merged into this file. For a more nuclear
|
|
140
|
+
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
|
141
|
+
.idea/
|
|
142
|
+
|
|
143
|
+
# Requirements.txt is managed by pip-tools
|
|
144
|
+
requirements.txt
|
|
145
|
+
|
|
146
|
+
# sphinx build folder
|
|
147
|
+
_build
|
|
148
|
+
|
|
149
|
+
# Compiled source #
|
|
150
|
+
###################
|
|
151
|
+
*.com
|
|
152
|
+
*.class
|
|
153
|
+
*.dll
|
|
154
|
+
*.exe
|
|
155
|
+
*.o
|
|
156
|
+
|
|
157
|
+
# Test databases
|
|
158
|
+
*.sqlite
|
{django_dynamic_admin_forms-3.2.6 → django_dynamic_admin_forms-3.2.7}/.pre-commit-config.yaml
RENAMED
|
@@ -3,38 +3,36 @@
|
|
|
3
3
|
|
|
4
4
|
repos:
|
|
5
5
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
|
6
|
-
rev: v0.
|
|
6
|
+
rev: v0.9.3
|
|
7
7
|
hooks:
|
|
8
|
+
# Run the Ruff formatter.
|
|
9
|
+
- id: ruff-format
|
|
8
10
|
# Run the Ruff linter.
|
|
9
11
|
- id: ruff
|
|
10
12
|
args: [--fix, --exit-non-zero-on-fix]
|
|
11
|
-
# Run the Ruff formatter.
|
|
12
|
-
- id: ruff-format
|
|
13
13
|
|
|
14
14
|
- repo: https://github.com/adamchainz/blacken-docs
|
|
15
|
-
rev: 1.19.
|
|
15
|
+
rev: 1.19.1
|
|
16
16
|
hooks:
|
|
17
17
|
- id: blacken-docs
|
|
18
18
|
additional_dependencies:
|
|
19
|
-
- black==24.
|
|
20
|
-
files: '(?:README\.md|docs\/.*\.(?:md|rst))'
|
|
19
|
+
- black==24.10.0
|
|
20
|
+
files: '(?:README\.md|\.ambient-package-update\/templates\/snippets\/.*\.tpl|docs\/.*\.(?:md|rst))'
|
|
21
21
|
|
|
22
22
|
- repo: https://github.com/asottile/pyupgrade
|
|
23
|
-
rev: v3.
|
|
23
|
+
rev: v3.19.1
|
|
24
24
|
hooks:
|
|
25
25
|
- id: pyupgrade
|
|
26
26
|
args: [ --py39-plus ]
|
|
27
|
-
stages: [ pre-push ]
|
|
28
27
|
|
|
29
28
|
- repo: https://github.com/adamchainz/django-upgrade
|
|
30
|
-
rev: 1.22.
|
|
29
|
+
rev: 1.22.2
|
|
31
30
|
hooks:
|
|
32
31
|
- id: django-upgrade
|
|
33
32
|
args: [--target-version, "4.2"]
|
|
34
|
-
stages: [ pre-push ]
|
|
35
33
|
|
|
36
34
|
- repo: https://github.com/adamchainz/djade-pre-commit
|
|
37
|
-
rev: 1.3.
|
|
35
|
+
rev: 1.3.2
|
|
38
36
|
hooks:
|
|
39
37
|
- id: djade
|
|
40
38
|
args: [--target-version, "4.2"]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: django-dynamic-admin-forms
|
|
3
|
-
Version: 3.2.
|
|
3
|
+
Version: 3.2.7
|
|
4
4
|
Summary: Add simple dynamic interaction to the otherwise static django admin.
|
|
5
5
|
Author-email: Ambient Digital <hello@ambient.digital>, Fabian Binz <fabian.binz@ambient.digital>
|
|
6
6
|
Description-Content-Type: text/markdown
|
|
@@ -24,7 +24,6 @@ Classifier: Programming Language :: Python :: 3.13
|
|
|
24
24
|
Classifier: Topic :: Utilities
|
|
25
25
|
Requires-Dist: Django>=4.2
|
|
26
26
|
Requires-Dist: typer~=0.12 ; extra == "dev"
|
|
27
|
-
Requires-Dist: freezegun~=1.5 ; extra == "dev"
|
|
28
27
|
Requires-Dist: pytest-django~=4.9 ; extra == "dev"
|
|
29
28
|
Requires-Dist: pytest-mock~=3.14 ; extra == "dev"
|
|
30
29
|
Requires-Dist: coverage~=7.6 ; extra == "dev"
|
|
@@ -268,7 +267,7 @@ You can check whether hooks work as intended using the [run](https://pre-commit.
|
|
|
268
267
|
|
|
269
268
|
Example: run single hook
|
|
270
269
|
|
|
271
|
-
pre-commit run ruff --all-files
|
|
270
|
+
pre-commit run ruff --all-files
|
|
272
271
|
|
|
273
272
|
Example: run all hooks of pre-push stage
|
|
274
273
|
|
|
@@ -314,12 +313,12 @@ How to compile translation files:
|
|
|
314
313
|
|
|
315
314
|
- Create pull request / merge to main
|
|
316
315
|
|
|
317
|
-
- This project uses the flit package to publish to PyPI. Thus publishing should be as easy as running:
|
|
316
|
+
- This project uses the flit package to publish to PyPI. Thus, publishing should be as easy as running:
|
|
318
317
|
```
|
|
319
318
|
flit publish
|
|
320
319
|
```
|
|
321
320
|
|
|
322
|
-
To publish to TestPyPI use the following ensure that you have set up your .pypirc as
|
|
321
|
+
To publish to TestPyPI use the following to ensure that you have set up your .pypirc as
|
|
323
322
|
shown [here](https://flit.readthedocs.io/en/latest/upload.html#using-pypirc) and use the following command:
|
|
324
323
|
|
|
325
324
|
```
|
|
@@ -329,8 +328,8 @@ How to compile translation files:
|
|
|
329
328
|
### Maintenance
|
|
330
329
|
|
|
331
330
|
Please note that this package supports the [ambient-package-update](https://pypi.org/project/ambient-package-update/).
|
|
332
|
-
So you don't have to worry about the maintenance of this package.
|
|
333
|
-
|
|
331
|
+
So you don't have to worry about the maintenance of this package. This updater is rendering all important
|
|
332
|
+
configuration and setup files. It works similar to well-known updaters like `pyupgrade` or `django-upgrade`.
|
|
334
333
|
|
|
335
334
|
To run an update, refer to the [documentation page](https://pypi.org/project/ambient-package-update/)
|
|
336
335
|
of the "ambient-package-update".
|
|
@@ -221,7 +221,7 @@ You can check whether hooks work as intended using the [run](https://pre-commit.
|
|
|
221
221
|
|
|
222
222
|
Example: run single hook
|
|
223
223
|
|
|
224
|
-
pre-commit run ruff --all-files
|
|
224
|
+
pre-commit run ruff --all-files
|
|
225
225
|
|
|
226
226
|
Example: run all hooks of pre-push stage
|
|
227
227
|
|
|
@@ -267,12 +267,12 @@ How to compile translation files:
|
|
|
267
267
|
|
|
268
268
|
- Create pull request / merge to main
|
|
269
269
|
|
|
270
|
-
- This project uses the flit package to publish to PyPI. Thus publishing should be as easy as running:
|
|
270
|
+
- This project uses the flit package to publish to PyPI. Thus, publishing should be as easy as running:
|
|
271
271
|
```
|
|
272
272
|
flit publish
|
|
273
273
|
```
|
|
274
274
|
|
|
275
|
-
To publish to TestPyPI use the following ensure that you have set up your .pypirc as
|
|
275
|
+
To publish to TestPyPI use the following to ensure that you have set up your .pypirc as
|
|
276
276
|
shown [here](https://flit.readthedocs.io/en/latest/upload.html#using-pypirc) and use the following command:
|
|
277
277
|
|
|
278
278
|
```
|
|
@@ -282,8 +282,8 @@ How to compile translation files:
|
|
|
282
282
|
### Maintenance
|
|
283
283
|
|
|
284
284
|
Please note that this package supports the [ambient-package-update](https://pypi.org/project/ambient-package-update/).
|
|
285
|
-
So you don't have to worry about the maintenance of this package.
|
|
286
|
-
|
|
285
|
+
So you don't have to worry about the maintenance of this package. This updater is rendering all important
|
|
286
|
+
configuration and setup files. It works similar to well-known updaters like `pyupgrade` or `django-upgrade`.
|
|
287
287
|
|
|
288
288
|
To run an update, refer to the [documentation page](https://pypi.org/project/ambient-package-update/)
|
|
289
289
|
of the "ambient-package-update".
|
|
@@ -16,7 +16,7 @@ import sys
|
|
|
16
16
|
import django
|
|
17
17
|
from django.conf import settings
|
|
18
18
|
|
|
19
|
-
sys.path.insert(0, os.path.abspath("..")) # so that we can access the "
|
|
19
|
+
sys.path.insert(0, os.path.abspath("..")) # so that we can access the "django-dynamic-admin-forms" package
|
|
20
20
|
settings.configure(
|
|
21
21
|
INSTALLED_APPS=[
|
|
22
22
|
"django.contrib.admin",
|
|
@@ -36,7 +36,7 @@ from django_dynamic_admin_forms import __version__ # noqa: E402
|
|
|
36
36
|
# -- Project information -----------------------------------------------------
|
|
37
37
|
|
|
38
38
|
project = "django-dynamic-admin-forms"
|
|
39
|
-
copyright = "
|
|
39
|
+
copyright = "2025, Ambient Innovation: GmbH" # noqa: A001
|
|
40
40
|
author = "Ambient Digital <hello@ambient.digital>"
|
|
41
41
|
version = __version__
|
|
42
42
|
release = __version__
|
|
@@ -36,10 +36,11 @@ dependencies = [
|
|
|
36
36
|
]
|
|
37
37
|
|
|
38
38
|
|
|
39
|
+
|
|
40
|
+
|
|
39
41
|
[project.optional-dependencies]
|
|
40
42
|
dev = [
|
|
41
43
|
'typer~=0.12',
|
|
42
|
-
'freezegun~=1.5',
|
|
43
44
|
'pytest-django~=4.9',
|
|
44
45
|
'pytest-mock~=3.14',
|
|
45
46
|
'coverage~=7.6',
|
|
@@ -92,10 +93,11 @@ lint.select = [
|
|
|
92
93
|
"ANN401", # Checks that function arguments are annotated with a more specific type than Any
|
|
93
94
|
"TRY", # Clean try/except
|
|
94
95
|
"ERA", # Commented out code
|
|
96
|
+
"INP" # Ban PEP-420 implicit namespace packages
|
|
95
97
|
]
|
|
96
98
|
lint.ignore = [
|
|
97
|
-
|
|
98
|
-
|
|
99
|
+
"RUF012", # Mutable class attributes should be annotated with `typing.ClassVar`
|
|
100
|
+
"TRY003", # Avoid specifying long messages outside the exception class
|
|
99
101
|
]
|
|
100
102
|
|
|
101
103
|
# Allow autofix for all enabled rules (when `--fix`) is provided.
|
|
@@ -125,6 +127,7 @@ lint.fixable = [
|
|
|
125
127
|
"ANN401", # Checks that function arguments are annotated with a more specific type than Any
|
|
126
128
|
"TRY", # Clean try/except
|
|
127
129
|
"ERA", # Commented out code
|
|
130
|
+
"INP" # Ban PEP-420 implicit namespace packages
|
|
128
131
|
]
|
|
129
132
|
lint.unfixable = []
|
|
130
133
|
|
|
@@ -174,6 +177,28 @@ skip-magic-trailing-comma = false
|
|
|
174
177
|
# Like Black, automatically detect the appropriate line ending.
|
|
175
178
|
line-ending = "auto"
|
|
176
179
|
|
|
180
|
+
[tool.ruff.lint.per-file-ignores]
|
|
181
|
+
"**/__init__.py" = [
|
|
182
|
+
# Allow seemingly unused imports
|
|
183
|
+
"F401",
|
|
184
|
+
]
|
|
185
|
+
"**/tests/**/test_*.py" = [
|
|
186
|
+
# Allow boolean positional params in tests (for assertIs())
|
|
187
|
+
"FBT003",
|
|
188
|
+
]
|
|
189
|
+
"scripts/*.py" = [
|
|
190
|
+
# Checks for packages that are missing an __init__.py file
|
|
191
|
+
"INP001",
|
|
192
|
+
]
|
|
193
|
+
".ambient-package-update/*.py" = [
|
|
194
|
+
# Checks for packages that are missing an __init__.py file
|
|
195
|
+
"INP001",
|
|
196
|
+
]
|
|
197
|
+
"docs/*.py" = [
|
|
198
|
+
# Checks for packages that are missing an __init__.py file
|
|
199
|
+
"INP001",
|
|
200
|
+
]
|
|
201
|
+
|
|
177
202
|
[tool.tox]
|
|
178
203
|
legacy_tox_ini = """
|
|
179
204
|
[testenv]
|
|
@@ -1,72 +0,0 @@
|
|
|
1
|
-
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
2
|
-
|
|
3
|
-
# dependencies
|
|
4
|
-
/node_modules
|
|
5
|
-
/.pnp
|
|
6
|
-
.pnp.js
|
|
7
|
-
|
|
8
|
-
# Visual Studio Code
|
|
9
|
-
.vscode/
|
|
10
|
-
|
|
11
|
-
# JetBrains
|
|
12
|
-
.idea/
|
|
13
|
-
|
|
14
|
-
# SublimeText
|
|
15
|
-
*.tmlanguage.cache
|
|
16
|
-
*.tmPreferences.cache
|
|
17
|
-
*.stTheme.cache
|
|
18
|
-
*.sublime-workspace
|
|
19
|
-
|
|
20
|
-
# OSX
|
|
21
|
-
.DS_Store
|
|
22
|
-
.AppleDouble
|
|
23
|
-
.LSOverride
|
|
24
|
-
|
|
25
|
-
# Basics
|
|
26
|
-
__pycache__
|
|
27
|
-
*.pid
|
|
28
|
-
*.db
|
|
29
|
-
.env
|
|
30
|
-
.venv
|
|
31
|
-
|
|
32
|
-
# NPM / Yarn
|
|
33
|
-
node_modules/
|
|
34
|
-
npm-debug.log*
|
|
35
|
-
yarn-debug.log*
|
|
36
|
-
yarn-error.log*
|
|
37
|
-
package-lock.json
|
|
38
|
-
|
|
39
|
-
# Celery
|
|
40
|
-
celerybeat-schedule
|
|
41
|
-
backend/celerybeat.pid
|
|
42
|
-
|
|
43
|
-
# Logs
|
|
44
|
-
*.log
|
|
45
|
-
pip-log.txt
|
|
46
|
-
|
|
47
|
-
# Unit test / coverage reports
|
|
48
|
-
.coverage
|
|
49
|
-
.tox
|
|
50
|
-
builds
|
|
51
|
-
htmlcov
|
|
52
|
-
test-reports
|
|
53
|
-
|
|
54
|
-
# Translations
|
|
55
|
-
*.mo
|
|
56
|
-
*.pot
|
|
57
|
-
|
|
58
|
-
# Media dir and collected statics
|
|
59
|
-
backend/media/*
|
|
60
|
-
!backend/media/test-data/*
|
|
61
|
-
*/staticfiles
|
|
62
|
-
db.sqlite3
|
|
63
|
-
|
|
64
|
-
# Cypress output
|
|
65
|
-
*/cypress/*
|
|
66
|
-
|
|
67
|
-
# Build output
|
|
68
|
-
dist
|
|
69
|
-
_build
|
|
70
|
-
|
|
71
|
-
# SCSS
|
|
72
|
-
.sass-cache/
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{django_dynamic_admin_forms-3.2.6 → django_dynamic_admin_forms-3.2.7}/docs/features/changelog.rst
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{django_dynamic_admin_forms-3.2.6 → django_dynamic_admin_forms-3.2.7}/e2e/cypress/plugins/index.js
RENAMED
|
File without changes
|
|
File without changes
|
{django_dynamic_admin_forms-3.2.6 → django_dynamic_admin_forms-3.2.7}/e2e/cypress/support/index.js
RENAMED
|
File without changes
|
{django_dynamic_admin_forms-3.2.6 → django_dynamic_admin_forms-3.2.7}/e2e/cypress/support/paths.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{django_dynamic_admin_forms-3.2.6 → django_dynamic_admin_forms-3.2.7}/fixtures/fixtures-dev.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{django_dynamic_admin_forms-3.2.6 → django_dynamic_admin_forms-3.2.7}/testapp/migrations/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{django_dynamic_admin_forms-3.2.6 → django_dynamic_admin_forms-3.2.7}/tests/test_admin_generic.py
RENAMED
|
File without changes
|
{django_dynamic_admin_forms-3.2.6 → django_dynamic_admin_forms-3.2.7}/tests/test_admin_unit.py
RENAMED
|
File without changes
|