検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 145 for Case (0.120 sec.)
Coding style — Django 4.0.6 ドキュメント 5192
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... h prior local variable assignment for more complex cases: # Allowed f 'hello { user } ' f 'hello { user . ... her than "We loop over". Use underscores, not camelCase, for variable, function and method names (i.e. pol ... On each line, alphabetize the items with the upper case items grouped before the lowercase items. Break lo ... # ... Model style ¶ Field names should be all lowercase, using underscores instead of camelCase. Do this: ...
https://man.plustar.jp/django/internals/contributing/writing-code/coding-style.h... - [similar]
contenttypes フレームワーク — Django 4.0.6 ドキュメント 5192
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d model_class() enable two extremely important use cases: Using these methods, you can write high-level ge ... which solution will be most effective for your use case. Serializing references to ContentType objects If ...
https://man.plustar.jp/django/ref/contrib/contenttypes.html - [similar]
Geographic Database Functions — Django 4.0.6 ドキュメント 5192
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ted with geodetic (angular) coordinates, as is the case with the default WGS84 (4326) SRID, you can set th ...
https://man.plustar.jp/django/ref/contrib/gis/functions.html - [similar]
Model Meta options — Django 4.0.6 ドキュメント 5192
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... column and table names behind the scenes. Use lowercase table names for MariaDB and MySQL It is strongly a ... dvised that you use lowercase table names when you override the table name via d ... ngo may shorten table names and turn them all-uppercase. To prevent such transformations, use a quoted nam ... alue for db_table : db_table = '"name_left_in_lowercase"' Such quoted names can also be used with Django's ...
https://man.plustar.jp/django/ref/models/options.html - [similar]
Django 2.2 リリースノート — Django 4.0.6 ドキュメント 5192
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ferences automatically. テスト ¶ The new SimpleTestCase.assertURLEqual() assertion checks for a given URL, ... constraints are now checked at the end of each TestCase test on SQLite 3.20+, just like on other backends ... baseIntrospection.identifier_converter() . In that case, the constraint names that DatabaseIntrospection.g ... t for GDAL 1.9 and 1.10 is dropped. TransactionTestCase serialized data loading ¶ Initial data migrations ...
https://man.plustar.jp/django/releases/2.2.html - [similar]
マネージャ — Django 4.0.6 ドキュメント 5192
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... sible directly from the Manager , this is only the case for the extra methods defined on a custom QuerySet ...
https://man.plustar.jp/django/topics/db/managers.html - [similar]
モデルからフォームを作成する — Django 4.0.6 ドキュメント 5192
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... field with a non-empty choices attribute. In this case, you must override the form field to use a differe ... ass the queryset argument in both the POST and GET cases in this example. Using the formset in the templat ... . This ensures that the model formset, in the POST case, will work correctly. (This example assumes a prim ...
https://man.plustar.jp/django/topics/forms/modelforms.html - [similar]
マイグレーション — Django 4.0.6 ドキュメント 5192
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n app will have one initial migration, but in some cases of complex model interdependencies it may have tw ... ns that do not run; either mis-optimized (in which case you can try again with --no-optimize , though you ... sue), or with a CircularDependencyError , in which case you can manually resolve it. To manually resolve a ...
https://man.plustar.jp/django/topics/migrations.html - [similar]
django.core.validators — Django 4.0.6 ドキュメント 5062
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... [/?#][^\s]*)?" # resource path r "\Z" , re . IGNORECASE , ) message = _ ( "Enter a valid URL." ) schemes = ... ( value ) except ValidationError as e : # Trivial case failed. Try for possible IDN domain if value : try ... 01-\011\013\014\016-\177])' r '*"\Z)' , re . IGNORECASE , ) domain_regex = _lazy_re_compile ( # max length ... 9])?\.)+)(?:[A-Z0-9-]{2,63}(?<!-))\Z" , re . IGNORECASE , ) literal_regex = _lazy_re_compile ( # literal f ...
https://man.plustar.jp/django/_modules/django/core/validators.html - [similar]
はじめての Django アプリ作成、その 4 — Django 4.0.6 ドキュメント 5062
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ビューも同様です。 These views represent a common case of basic web development: getting data from the da ...
https://man.plustar.jp/django/intro/tutorial04.html - [similar]
PREV 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT