検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 257 for which (0.125 sec.)
Django 1.10.1 release notes — Django 4.0.6 ドキュメント 4801
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 4 ). Removed the broken BaseCommand.usage() method which was for optparse support ( #27000 ). Fixed a check ... 7004 ). Fixed a regression in Client.force_login() which required specifying a backend rather than automati ...
https://man.plustar.jp/django/releases/1.10.1.html - [similar]
Django 1.8.1 リリースノート — Django 4.0.6 ドキュメント 4801
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ing views by dotted path in django.conf.urls.url() which is deprecated in Django 1.8 ( #24635 ). Fixed quer ... flushing of the test database with test --keepdb , which prevented apps with data migrations from using the ...
https://man.plustar.jp/django/releases/1.8.1.html - [similar]
Django 1.9.1 リリースノート — Django 4.0.6 ドキュメント 4801
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... te in the body tag. ( #25845 ). Fixed a regression which prevented using a language not in Django's default ... Object ( #25972 ). Fixed a regression in the admin which ignored line breaks in read-only fields instead of ...
https://man.plustar.jp/django/releases/1.9.1.html - [similar]
Django 2.1 リリースノート — Django 4.0.6 ドキュメント 4801
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . This is encouraged instead of NullBooleanField , which will likely be deprecated in the future. The new Q ... mpty options is changed from 0 to an empty string, which mainly may require some adjustments in tests that ... kie_date() is deprecated in favor of http_date() , which follows the format of the latest RFC. {% load stat ... %} are deprecated in favor of {% load static %} , which works the same. django.contrib.staticfiles.templat ...
https://man.plustar.jp/django/releases/2.1.html - [similar]
Django 3.1 release notes — Django 4.0.6 ドキュメント 4801
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... he deprecated PASSWORD_RESET_TIMEOUT_DAYS setting, which will be removed in Django 4.0. The password reset ... alue. MultiWidget.widgets now accepts a dictionary which allows customizing subwidget name attributes. The ... 8.0.18+ and MariaDB. Added PositiveBigIntegerField which acts much like a PositiveIntegerField except that ... g DELETE instead of TRUNCATE statements for tables which don't require resetting sequences. SQLite function ...
https://man.plustar.jp/django/releases/3.1.html - [similar]
ファイルの管理 — Django 4.0.6 ドキュメント 4801
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t -- car.photo in the example -- is a File object, which means it has all the methods and attributes descri ... most of the time you'll want to use a File object (which delegates to the proper storage for that file), yo ... django.core.files.storage.FileSystemStorage class which implements basic local filesystem file storage. Fo ...
https://man.plustar.jp/django/topics/files.html - [similar]
Submitting patches — Django 4.0.6 ドキュメント 4741
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e communication is better than less communication! Which tickets should be claimed? ¶ Going through the ste ... ticket tracker apply correct syntax highlighting, which is quite helpful. Regardless of the way you submit ... "Claiming" tickets Ticket claimers' responsibility Which tickets should be claimed? Patch style Non-trivial ...
https://man.plustar.jp/django/internals/contributing/writing-code/submitting-pat... - [similar]
GeoDjango Forms API — Django 4.0.6 ドキュメント 4741
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lly shouldn't have to set or change that attribute which should be set up depending on the field class. It ... atitude and longitude are 47 and 5 , respectively, which is a location in eastern France. default_zoom ¶ Th ...
https://man.plustar.jp/django/ref/contrib/gis/forms-api.html - [similar]
フォーム API — Django 4.0.6 ドキュメント 4741
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ult this template is 'django/forms/default.html' , which is a proxy for 'django/forms/table.html' . The tem ... . field_order ¶ By default Form.field_order=None , which retains the order in which you define the fields i ... e renderer to use for ErrorList . Defaults to None which means to use the default renderer specified by the ... lt this is 'django/forms/errors/list/default.html' which is a proxy for the 'ul.html' template. template_na ...
https://man.plustar.jp/django/ref/forms/api.html - [similar]
ウィジェット — Django 4.0.6 ドキュメント 4741
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... , the dictionary contains a single key, 'widget' , which is a dictionary representation of the widget conta ... ut , CheckboxSelectMultiple , and SelectMultiple , which always return False because an unchecked checkbox ... ecial cases are FileInput and ClearableFileInput , which return False when initial is set, and CheckboxSele ... ctMultiple , which always returns False because browser validation wo ...
https://man.plustar.jp/django/ref/forms/widgets.html - [similar]