Compare commits
2 commits
06868361c6
...
caedf2f9a4
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
caedf2f9a4 | ||
|
|
0daf4e940c |
4 changed files with 31 additions and 31 deletions
|
|
@ -2,6 +2,7 @@ from django.contrib import admin
|
||||||
|
|
||||||
from .models import Teil
|
from .models import Teil
|
||||||
|
|
||||||
|
@admin.register(Teil)
|
||||||
class TeileAdmin(admin.ModelAdmin):
|
class TeileAdmin(admin.ModelAdmin):
|
||||||
list_display = ["name", "modified"]
|
list_display = ["name", "modified"]
|
||||||
list_filter = ["modified"]
|
list_filter = ["modified"]
|
||||||
|
|
@ -12,4 +13,3 @@ class TeileAdmin(admin.ModelAdmin):
|
||||||
("Read-Only", {"fields": ["modified"]}),
|
("Read-Only", {"fields": ["modified"]}),
|
||||||
]
|
]
|
||||||
|
|
||||||
admin.site.register(Teil, TeileAdmin)
|
|
||||||
|
|
|
||||||
|
|
@ -1,27 +1,27 @@
|
||||||
# SHA1:0fe30e8de6a24fe0b1d50d82a23038919d203909
|
# SHA1:0fe30e8de6a24fe0b1d50d82a23038919d203909
|
||||||
#
|
#
|
||||||
# This file is autogenerated by pip-compile-multi
|
# This file was generated by pip-compile-multi.
|
||||||
# To update, run:
|
# To update, run:
|
||||||
#
|
#
|
||||||
# pip-compile-multi
|
# requirements upgrade
|
||||||
#
|
#
|
||||||
-r test.txt
|
-r test.txt
|
||||||
application-properties==0.8.2
|
application-properties==0.8.2
|
||||||
asttokens==3.0.0
|
asttokens==3.0.0
|
||||||
build==1.2.2.post1
|
build==1.2.2.post1
|
||||||
certifi==2025.1.31
|
certifi==2025.4.26
|
||||||
charset-normalizer==3.4.1
|
charset-normalizer==3.4.2
|
||||||
click==8.1.8
|
click==8.1.8
|
||||||
columnar==1.4.1
|
columnar==1.4.1
|
||||||
decorator==5.2.1
|
decorator==5.2.1
|
||||||
defusedxml==0.7.1
|
defusedxml==0.7.1
|
||||||
django-debug-toolbar==5.1.0
|
django-debug-toolbar==5.2.0
|
||||||
django-stubs==5.1.3
|
django-stubs==5.2.0
|
||||||
django-stubs-ext==5.1.3
|
django-stubs-ext==5.2.0
|
||||||
executing==2.2.0
|
executing==2.2.0
|
||||||
genbadge==1.1.2
|
genbadge==1.1.2
|
||||||
idna==3.10
|
idna==3.10
|
||||||
ipython==9.0.2
|
ipython==9.2.0
|
||||||
ipython-pygments-lexers==1.1.1
|
ipython-pygments-lexers==1.1.1
|
||||||
jedi==0.19.2
|
jedi==0.19.2
|
||||||
markdown-it-py==3.0.0
|
markdown-it-py==3.0.0
|
||||||
|
|
@ -29,11 +29,11 @@ matplotlib-inline==0.1.7
|
||||||
mdurl==0.1.2
|
mdurl==0.1.2
|
||||||
parso==0.8.4
|
parso==0.8.4
|
||||||
pexpect==4.9.0
|
pexpect==4.9.0
|
||||||
pillow==11.1.0
|
pillow==11.2.1
|
||||||
pip==25.0.1
|
pip==25.1.1
|
||||||
pip-compile-multi==2.8.0
|
pip-compile-multi==3.0.0
|
||||||
pip-tools==7.4.1
|
pip-tools==7.4.1
|
||||||
prompt-toolkit==3.0.50
|
prompt-toolkit==3.0.51
|
||||||
ptyprocess==0.7.0
|
ptyprocess==0.7.0
|
||||||
pure-eval==0.2.3
|
pure-eval==0.2.3
|
||||||
pygments==2.19.1
|
pygments==2.19.1
|
||||||
|
|
@ -42,15 +42,15 @@ pyproject-hooks==1.2.0
|
||||||
pyyaml==6.0.2
|
pyyaml==6.0.2
|
||||||
requests==2.32.3
|
requests==2.32.3
|
||||||
rich==14.0.0
|
rich==14.0.0
|
||||||
ruff==0.11.2
|
ruff==0.11.8
|
||||||
setuptools==78.1.0
|
setuptools==80.3.1
|
||||||
stack-data==0.6.3
|
stack-data==0.6.3
|
||||||
tomli==2.2.1
|
tomli==2.2.1
|
||||||
toolz==1.0.0
|
toolz==1.0.0
|
||||||
toposort==1.10
|
toposort==1.10
|
||||||
traitlets==5.14.3
|
traitlets==5.14.3
|
||||||
types-pyyaml==6.0.12.20250402
|
types-pyyaml==6.0.12.20250402
|
||||||
urllib3==2.3.0
|
urllib3==2.4.0
|
||||||
uv==0.6.12
|
uv==0.7.3
|
||||||
wcwidth==0.2.13
|
wcwidth==0.2.13
|
||||||
wheel==0.45.1
|
wheel==0.45.1
|
||||||
|
|
|
||||||
|
|
@ -1,20 +1,20 @@
|
||||||
# SHA1:d8e7f5aef64e2e1e161d339a9c1c53d42cdd0981
|
# SHA1:d8e7f5aef64e2e1e161d339a9c1c53d42cdd0981
|
||||||
#
|
#
|
||||||
# This file is autogenerated by pip-compile-multi
|
# This file was generated by pip-compile-multi.
|
||||||
# To update, run:
|
# To update, run:
|
||||||
#
|
#
|
||||||
# pip-compile-multi
|
# requirements upgrade
|
||||||
#
|
#
|
||||||
asgiref==3.8.1
|
asgiref==3.8.1
|
||||||
django==5.2
|
django==5.2.1
|
||||||
django-environ==0.12.0
|
django-environ==0.12.0
|
||||||
django-extensions==3.2.3
|
django-extensions==4.1
|
||||||
django-ipware==7.0.1
|
django-ipware==7.0.1
|
||||||
django-structlog==9.0.1
|
django-structlog==9.1.1
|
||||||
psycopg==3.2.6
|
psycopg==3.2.7
|
||||||
psycopg-binary==3.2.6
|
psycopg-binary==3.2.7
|
||||||
psycopg-pool==3.2.6
|
psycopg-pool==3.2.6
|
||||||
python-ipware==3.0.0
|
python-ipware==3.0.0
|
||||||
sqlparse==0.5.3
|
sqlparse==0.5.3
|
||||||
structlog==24.4.0
|
structlog==24.4.0
|
||||||
typing-extensions==4.13.0
|
typing-extensions==4.13.2
|
||||||
|
|
|
||||||
|
|
@ -1,18 +1,18 @@
|
||||||
# SHA1:5d0aacdba01d54c2715a30c8df5ee5aef977d83c
|
# SHA1:5d0aacdba01d54c2715a30c8df5ee5aef977d83c
|
||||||
#
|
#
|
||||||
# This file is autogenerated by pip-compile-multi
|
# This file was generated by pip-compile-multi.
|
||||||
# To update, run:
|
# To update, run:
|
||||||
#
|
#
|
||||||
# pip-compile-multi
|
# requirements upgrade
|
||||||
#
|
#
|
||||||
-r prod.txt
|
-r prod.txt
|
||||||
attrs==25.3.0
|
attrs==25.3.0
|
||||||
coverage==7.8.0
|
coverage==7.8.0
|
||||||
hypothesis==6.130.8
|
hypothesis==6.131.15
|
||||||
iniconfig==2.1.0
|
iniconfig==2.1.0
|
||||||
packaging==24.2
|
packaging==25.0
|
||||||
pluggy==1.5.0
|
pluggy==1.5.0
|
||||||
pytest==8.3.5
|
pytest==8.3.5
|
||||||
pytest-cov==6.1.0
|
pytest-cov==6.1.1
|
||||||
pytest-django==4.11.0
|
pytest-django==4.11.1
|
||||||
sortedcontainers==2.4.0
|
sortedcontainers==2.4.0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue