検索

phrase: max: clip:
target: order:
Results of 201 - 210 of about 218 for but (0.116 sec.)
django.core.validators — Django 4.0.6 ドキュメント 4198
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... section 3.1. It's defined to be 255 bytes or less, but this includes # one byte for the length of the nam ... lf ): warnings . warn ( "The domain_whitelist attribute is deprecated in favor of " "domain_allowlist." , ... st ): warnings . warn ( "The domain_whitelist attribute is deprecated in favor of " "domain_allowlist." , ...
https://man.plustar.jp/django/_modules/django/core/validators.html - [similar]
Unit tests — Django 4.0.6 ドキュメント 4198
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... pass at all times. We appreciate any and all contributions to the test suite! The Django tests all use th ... e not familiar with how to do that, read our contributing tutorial . Next, clone your fork, install some ... nstall the Watchman service. Code coverage ¶ Contributors are encouraged to run coverage on the test suit ... tion ¶ In case a test passes when run in isolation but fails within the whole suite, we have some tools t ...
https://man.plustar.jp/django/internals/contributing/writing-code/unit-tests.htm... - [similar]
高度なチュートリアル: 再利用可能アプリの書き方 — Django 4.0.6 ドキュメント 4198
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... すめのパッケージングツールです( forkされていた distribute はマージされました)。終わった後にアンインストール ... these files is beyond the scope of this tutorial, but the setuptools documentation has a good explanatio ...
https://man.plustar.jp/django/intro/reusable-apps.html - [similar]
次のステップへ — Django 4.0.6 ドキュメント 4198
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nt in general. It doesn't cover anything in depth, but instead gives a high-level overview of how develop ...
https://man.plustar.jp/django/intro/whatsnext.html - [similar]
設計思想 — Django 4.0.6 ドキュメント 4198
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ¶ The database API should realize it's a shortcut but not necessarily an end-all-be-all. The framework s ...
https://man.plustar.jp/django/misc/design-philosophies.html - [similar]
GeoDjango Tutorial — Django 4.0.6 ドキュメント 4198
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... dbf : Database file for holding non-geometric attribute data (e.g., integer and character fields). .prj : ... S WKT"), as well as type information for each attribute field. For example, FIPS: String (2.0) indicates ... # Regular Django fields corresponding to the attributes in the # world borders shapefile. name = models ... MultiPolygonField will accept a Polygon geometry, but a PolygonField will not accept a MultiPolygon type ...
https://man.plustar.jp/django/ref/contrib/gis/tutorial.html - [similar]
メッセージフレームワーク — Django 4.0.6 ドキュメント 4198
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... es of the Message class. They have only a few attributes: message : メッセージの実際のテキストです。 leve ... code) and want to include messaging functionality, but don't want to require your users to enable it if t ... SuccessMessageMixin ¶ Adds a success message attribute to FormView based classes get_success_message ( c ...
https://man.plustar.jp/django/ref/contrib/messages.html - [similar]
フォームとフィールドの検証 — Django 4.0.6 ドキュメント 4198
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... u don't need a specific field (it's a CharField ), but you want a formfield-specific piece of validation ... ield class itself with the default_validators attribute. Validators can be used to validate values inside ...
https://man.plustar.jp/django/ref/forms/validation.html - [similar]
Django 3.0 リリースノート — Django 4.0.6 ドキュメント 4198
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ant to start experimenting with asynchronous code, but we have documentation on deploying with ASGI if yo ... min ¶ Added support for the admin_order_field attribute on properties in ModelAdmin.list_display . The ne ... django.contrib.auth ¶ The new reset_url_token attribute in PasswordResetConfirmView allows specifying a t ... permissions() method. Added HTML autocomplete attribute to widgets of username, email, and password field ...
https://man.plustar.jp/django/releases/3.0.html - [similar]
ビルトインのクラスベースのジェネリックビュー — Django 4.0.6 ドキュメント 4198
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... of that monotony at the model and template layers, but web developers also experience this boredom at the ...
https://man.plustar.jp/django/topics/class-based-views/generic-display.html - [similar]