検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 135 for names (0.085 sec.)
django.core.files.uploadedfile — Django 4.0.6 ドキュメント 5716
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... def _set_name ( self , name ): # Sanitize the file name so that it can't be dangerous. if name is not None ... erous. name = os . path . basename ( name ) # File names longer than 255 characters can cause problems on o ...
https://man.plustar.jp/django/_modules/django/core/files/uploadedfile.html - [similar]
How is Django Formed? — Django 4.0.6 ドキュメント 5716
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e Docs . Since the automatically generated version names ("stable-A.B.x") differ from the version names use ...
https://man.plustar.jp/django/internals/howto-release-django.html - [similar]
Django 1.4.4 release notes — Django 4.0.6 ドキュメント 5716
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... , containing an explicit list of valid host/domain names for this site. A request with a Host header not ma ...
https://man.plustar.jp/django/releases/1.4.4.html - [similar]
Django 1.6.6 release notes — Django 4.0.6 ドキュメント 5716
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ssue by changing the algorithm for generating file names if a file with the uploaded name already exists. S ...
https://man.plustar.jp/django/releases/1.6.6.html - [similar]
Django 1.6 release notes — Django 4.0.6 ドキュメント 5716
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... uth.views.password_change() , you can now pass URL names and they will be resolved. The new dumpdata --pks ... second , the new lookups will clash with you field names. Append an explicit exact lookup if this is an iss ... sponding field documentation for details about the names of the placeholders. The changes in 1.6 particular ...
https://man.plustar.jp/django/releases/1.6.html - [similar]
Django 1.7.1 release notes — Django 4.0.6 ドキュメント 5716
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... dot removed, #23532 ). Added quoting of constraint names in the SQL generated by migrations to prevent cras ...
https://man.plustar.jp/django/releases/1.7.1.html - [similar]
Django 1.8.10 リリースノート — Django 4.0.6 ドキュメント 5716
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s ( #26215 ). Reallowed dashes in top-level domain names of URLs checked by URLValidator to fix a regressio ...
https://man.plustar.jp/django/releases/1.8.10.html - [similar]
Django 1.9.3 リリースノート — Django 4.0.6 ドキュメント 5716
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... y ( #26219 ). Reallowed dashes in top-level domain names of URLs checked by URLValidator to fix a regressio ...
https://man.plustar.jp/django/releases/1.9.3.html - [similar]
素の SQL 文の実行 — Django 4.0.6 ドキュメント 5716
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... example actually issued 3 queries. Only the first names were retrieved by the raw() query -- the last name ...
https://man.plustar.jp/django/topics/db/sql.html - [similar]
マイグレーション — Django 4.0.6 ドキュメント 5716
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... and realized that not everyone has first and last names). All we need to do is use the historical model an ... rows: from django.db import migrations def combine_names ( apps , schema_editor ): # We can't import the Pe ... ] operations = [ migrations . RunPython ( combine_names ), ] Once that's done, we can run python manage.py ...
https://man.plustar.jp/django/topics/migrations.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT