検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 171 for we (0.018 sec.)
検索 — Django 4.0.6 ドキュメント 6857
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... doesn't include any support for them at this time. We'll use some examples from PostgreSQL to demonstrat ... s way, please open a ticket. In the above example, we determined that a case insensitive lookup would be ... thor: Hélène Joy>] This shows another issue, where we are matching against a different spelling of the n ... ame. In this case we have an asymmetry though - a search for Helen will ...
https://man.plustar.jp/django/topics/db/search.html - [similar]
django.utils.http — Django 4.0.6 ドキュメント 6508
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... art of string and capture group (?:W/)? # optional weak indicator " # opening quote [^"]* # any sequence ... TTP RFC7231 section 7.1.1.1. The three formats allowed by the RFC are accepted, even if only the first o ... makes it mandatory to support RFC850 dates too. So we roll # our own RFC-compliant parsing. for regex in ... t_century month = MONTHS . index ( m [ "mon" ] . lower ()) + 1 day = int ( m [ "day" ]) hour = int ( m [ ...
https://man.plustar.jp/django/_modules/django/utils/http.html - [similar]
Coding style — Django 4.0.6 ドキュメント 6396
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... these issues before code review it allows the reviewer to focus on the change itself, and it can also he ... project repository includes an .editorconfig file. We recommend using a text editor with EditorConfig su ... e contains some excluded files (deprecated modules we don't care about cleaning up and some third-party ... code that Django vendors) as well as some excluded errors that we don't consider a ...
https://man.plustar.jp/django/internals/contributing/writing-code/coding-style.h... - [similar]
How to create custom model fields — Django 4.0.6 ドキュメント 6283
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e)""" def __init__ ( self , north , east , south , west ): # Input parameters are lists of cards ('Ah', ... rth self . east = east self . south = south self . west = west # ... (other possibly useful methods omit ... . north ) new_hand = Hand ( north , east , south , west ) example . hand = new_hand example . save () 他 ... e standard field options (see the list below), but we ensure it has a fixed length, since it only needs ...
https://man.plustar.jp/django/howto/custom-model-fields.html - [similar]
Djangoにおけるパスワード管理 — Django 4.0.6 ドキュメント 6283
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... library. The Password Hashing Competition panel, however, recommends immediate use of Argon2 rather than ... of iterations to slow down brute-force attacks. However, because PBKDF2 and bcrypt do not require a lot ... making attacks against hashed passwords harder. However, as computing power increases, the number of it ... erations needs to be increased. We've chosen a reasonable default (and will increase ...
https://man.plustar.jp/django/topics/auth/passwords.html - [similar]
django.db.transaction — Django 4.0.6 ドキュメント 6159
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e if not connection . get_autocommit (): # Pretend we're already in an atomic block to bypass the code # ... n_exit = False if connection . in_atomic_block : # We're already in a transaction; create a savepoint, u ... nless we # were told not to or we're already waiting for a ... se will perform a rollback by itself. # Wait until we exit the outermost block. pass elif exc_type is No ...
https://man.plustar.jp/django/_modules/django/db/transaction.html - [similar]
LICENSE.txt 6103
Font Awesome Free License ------------------------- Font Awesome Free is free, open source, and ... ts, or really almost whatever you want. Full Font Awesome Free license: https://fontawesome.com/license. ... creativecommons.org/licenses/by/4.0/) In the Font Awesome Free download, the CC BY 4.0 license applies t ... License (https://scripts.sil.org/OFL) In the Font Awesome Free download, the SIL OLF license applies to ... all icons packaged as web and desktop font files. # Code: MIT License (http ...
https://man.plustar.jp/django/_static/fontawesome/LICENSE.txt - [similar]
クエリを作成する — Django 4.0.6 ドキュメント 6103
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... さい。 Throughout this guide (and in the reference), we'll refer to the following models, which comprise a ... try and Blog are already saved to the database (so we can retrieve them below): >>> from blog.models imp ... レーションを横断するルックアップ ¶ Django offers a powerful and intuitive way to "follow" relationships in ... o a "reverse" relationship in a lookup using the lowercase name of the model. 次の例は、 少なくとも1つの ...
https://man.plustar.jp/django/topics/db/queries.html - [similar]
LayerMapping data import utility — Django 4.0.6 ドキュメント 6047
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rsonal needs to eliminate the code repetition that went into pulling geometries and fields out of a vect ... GDAL-supported data source, like a shapefile (here we're using a simple polygon shapefile, test_poly.shp ... er . fields ) # Exploring the fields in the layer, we only want the 'str' field. ['float', 'int', 'str'] ... wich",0], UNIT["Degree",0.017453292519943295]] Now we define our corresponding Django model (make sure t ...
https://man.plustar.jp/django/ref/contrib/gis/layermapping.html - [similar]
How to create database migrations — Django 4.0.6 ドキュメント 5923
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... following steps should be taken. In this example, we'll add a non-nullable UUIDField with a default val ... app by running makemigrations myapp --empty twice. We've renamed the migration files to give them meanin ... eld and defer creating the unique constraint until we've populated unique values on all the rows. In the ... ... run_before = [ ( 'third_party_app' , '0001_do_awesome' ), ] Prefer using dependencies over run_befor ...
https://man.plustar.jp/django/howto/writing-migrations.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT