検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 97 for part (0.030 sec.)
Djangoソースコードレポジトリ — Django 4.0.6 ドキュメント 15012
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... re merged back into Django's main branch to become part of an official release, but others do not; in eith ... e the tip of branches whose code eventually became part of Django itself: boulder-oracle-sprint : Added su ... o Django's object-relational mapper. This has been part of Django since the 1.0 release. gis : Added suppo ... o Django's object-relational mapper. This has been part of Django since the 1.0 release, as the bundled ap ...
https://man.plustar.jp/django/internals/git.html - [similar]
django.core.validators — Django 4.0.6 ドキュメント 14147
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... IDN -> ACE except UnicodeError : # invalid domain part raise e url = urlunsplit (( scheme , netloc , path ... lse : raise else : # Now verify IPv6 in the netloc part host_match = re . search ( r "^\[(.+)\](?::\d{1,5} ... = self . code , params = { "value" : value }) user_part , domain_part = value . rsplit ( "@" , 1 ) if not ... self . user_regex . match ( user_part ): raise ValidationError ( self . message , code = ...
https://man.plustar.jp/django/_modules/django/core/validators.html - [similar]
Django 1.4 release notes — Django 4.0.6 ドキュメント 8108
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... is_ajax() is used for this.) Like its HTML counterpart, it contains a collection of different pieces of i ... to pass initial values to the model forms that are part of both model formsets and inline model formsets a ... th any range of browsers. Removed admin icons ¶ As part of an effort to improve the performance and usabil ... the signed data to expire naturally. The affected parts are detailed below, with 1) the consequences of i ...
https://man.plustar.jp/django/releases/1.4.html - [similar]
Triaging tickets — Django 4.0.6 ドキュメント 7676
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s with deadlines. We rely on the community to keep participating, keep tickets as accurate as possible, an ... g associated unit tests. Again, this is a required part of a valid patch. Patch needs improvement ¶ This f ... tickets. If there are a lot of bug reports about a particular part of Django, it may indicate we should co ... nsider refactoring that part of the code. If a trend is emerging, you should ra ...
https://man.plustar.jp/django/internals/contributing/triaging-tickets.html - [similar]
Model Meta options — Django 4.0.6 ドキュメント 7676
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... es when you override the table name via db_table , particularly if you are using the MySQL backend. See th ... bclass your model. To work around name collisions, part of the name should contain '%(app_label)s' and '%( ... e the appropriate database tables in migrate or as part of migrations and remove them as part of a flush m ... to you to ensure the correct tables are created as part of the test setup. If you're interested in changin ...
https://man.plustar.jp/django/ref/models/options.html - [similar]
django.utils.encoding — Django 4.0.6 ドキュメント 7532
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... then everything above 128, because bytes ≥ 128 are part of multibyte # Unicode characters. _hexdig = "0123 ... hex code to # decode. The rest of the block is the part after '%AB', not containing # any '%'. Add that to ... ( b "%" ) if len ( bits ) == 1 : iri = uri else : parts = [ bits [ 0 ]] append = parts . append hextobyte ... pend ( b "%" ) append ( item ) iri = b "" . join ( parts ) return repercent_broken_unicode ( iri ) . decod ...
https://man.plustar.jp/django/_modules/django/utils/encoding.html - [similar]
はじめての Django アプリ作成、その 3 — Django 4.0.6 ドキュメント 7532
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t object > , question_id = 34 ) The question_id=34 part comes from <int:question_id> . Using angle bracket ... s "captures" part of the URL and sends it as a keyword argument to t ... he view function. The question_id part of the string defines the name that will be used t ... o identify the matched pattern, and the int part is a converter that determines what patterns shoul ...
https://man.plustar.jp/django/intro/tutorial03.html - [similar]
Django 1.3 release notes — Django 4.0.6 ドキュメント 7532
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ou can now easily configure and control logging as part of your Django project. A number of logging handle ... uploaded files, and serve them both at MEDIA_URL . Part of the purpose of introducing the staticfiles app ... tted password would be sent back to the browser as part of the form. Developers who wished to add a bit of ... nary. This was inconsistent with behavior in other parts of the framework. Starting with 1.3 if you pass i ...
https://man.plustar.jp/django/releases/1.3.html - [similar]
アグリゲーション — Django 4.0.6 ドキュメント 7532
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... involves both annotate() and filter() clauses, pay particular attention to the order in which the clauses ... tes you provide can reference any alias defined as part of an annotate() clause in the query. For example, ... by() ¶ Fields that are mentioned in the order_by() part of a queryset are used when selecting the output d ... result rows appear to be separate. This shows up, particularly, when counting things. By way of example, ...
https://man.plustar.jp/django/topics/db/aggregation.html - [similar]
国際化とローカル化 — Django 4.0.6 ドキュメント 7388
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ます。 It uses these hooks to localize web apps for particular users according to their preferences. 翻訳は ... : it , de_AT , es , pt_BR , sr_Latn . The language part is always in lowercase. The country part is in tit ...
https://man.plustar.jp/django/topics/i18n/index.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT