Results of 1 - 10 of about 24 for admindocs (0.029 sec.)
- The Django admin documentation generator — Django 4.0.6 ドキュメント 13944
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
he Django admin documentation generator ¶ Django's admindocs app pulls documentation from the docstrings of mod ...
he Django admin . オーバービュー ¶ To activate the admindocs , you will need to do the following: Add django.co ...
ntrib.admindocs to your INSTALLED_APPS . Add path('admin/doc/', in ...
clude('django.contrib.admindocs.urls')) to your urlpatterns . Make sure it's inclu ...
-
https://man.plustar.jp/django/ref/contrib/admin/admindocs.html
- [similar]
- Django 2.2.24 release notes — Django 4.0.6 ドキュメント 11259
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
CVE-2021-33203: Potential directory traversal via admindocs ¶ Staff members could use the admindocs TemplateDe ...
files. Additionally, if (and only if) the default admindocs templates have been customized by the developers t ...
CVE-2021-33203: Potential directory traversal via admindocs CVE-2021-33571: Possible indeterminate SSRF, RFI, ...
.23 release notes 関連キーワード release , notes , admindocs , validate , attacks , indeterminate , SSRF , LFI ...
-
https://man.plustar.jp/django/releases/2.2.24.html
- [similar]
- Django 3.1.12 release notes — Django 4.0.6 ドキュメント 11259
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
CVE-2021-33203: Potential directory traversal via admindocs ¶ Staff members could use the admindocs TemplateDe ...
files. Additionally, if (and only if) the default admindocs templates have been customized by the developers t ...
CVE-2021-33203: Potential directory traversal via admindocs CVE-2021-33571: Possible indeterminate SSRF, RFI, ...
.11 release notes 関連キーワード release , notes , admindocs , validate , attacks , indeterminate , SSRF , LFI ...
-
https://man.plustar.jp/django/releases/3.1.12.html
- [similar]
- Django 3.2.4 release notes — Django 4.0.6 ドキュメント 10708
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
CVE-2021-33203: Potential directory traversal via admindocs ¶ Staff members could use the admindocs TemplateDe ...
files. Additionally, if (and only if) the default admindocs templates have been customized by the developers t ...
CVE-2021-33203: Potential directory traversal via admindocs CVE-2021-33571: Possible indeterminate SSRF, RFI, ...
関連キーワード release , notes , Fixed , validate , admindocs , regression , crash , when , bug , leading クイッ ...
-
https://man.plustar.jp/django/releases/3.2.4.html
- [similar]
- Django 1.8.1 リリースノート — Django 4.0.6 ドキュメント 8423
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
). Fixed a regression in the model detail view of admindocs when a model has a reverse foreign key relation ( ...
#24624 ). Prevented arbitrary file inclusions in admindocs ( #24625 ). Fixed a crash with QuerySet.update() o ...
-
https://man.plustar.jp/django/releases/1.8.1.html
- [similar]
- Django 1.7.1 release notes — Django 4.0.6 ドキュメント 8273
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
. Fixed deepcopy on ErrorList ( #23594 ). Made the admindocs view to browse view details check if the view spec ...
. This was not considered a security issue because admindocs is only accessible to staff users ( #23601 ). Fixe ...
-
https://man.plustar.jp/django/releases/1.7.1.html
- [similar]
- Django 4.0 release notes — Django 4.0.6 ドキュメント 8273
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
graded from version 3.5.1 to 3.6.0. django.contrib.admindocs ¶ The admindocs now allows esoteric setups where R ...
_URLCONF is not a string. The model section of the admindocs now shows cached properties. django.contrib.auth ¶ ...
マイナーな機能 django.contrib.admin django.contrib.admindocs django.contrib.auth django.contrib.gis django.cont ...
-
https://man.plustar.jp/django/releases/4.0.html
- [similar]
- Django 1.11.13 リリースノート — Django 4.0.6 ドキュメント 8023
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
essary ( #29193 ). Fixed crashes in django.contrib.admindocs when a view is a callable object, such as django.c ...
-
https://man.plustar.jp/django/releases/1.11.13.html
- [similar]
- Django 2.0.5 リリースノート — Django 4.0.6 ドキュメント 7956
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
essary ( #29193 ). Fixed crashes in django.contrib.admindocs when a view is a callable object, such as django.c ...
-
https://man.plustar.jp/django/releases/2.0.5.html
- [similar]
- How to create custom model fields — Django 4.0.6 ドキュメント 7789
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
scription of the field type via the django.contrib.admindocs application. To do this provide descriptive text i ...
he above example, the description displayed by the admindocs application for a HandField will be 'A hand of car ...
ds (bridge style)'. In the django.contrib.admindocs display, the field description is interpolated wit ...
-
https://man.plustar.jp/django/howto/custom-model-fields.html
- [similar]