検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 97 for part (0.040 sec.)
django.utils.html — Django 4.0.6 ドキュメント 7244
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... used both by Django's SafeData class and by third-party libraries like markupsafe. """ if isinstance ( te ... egment ): segment = unquote ( segment ) # Tilde is part of RFC3986 Unreserved Characters # https://tools.i ... lid IPv6 URL (normally square brackets in hostname part). return unquote_quote ( url ) try : netloc = puny ... IDN -> ACE except UnicodeError : # invalid domain part return unquote_quote ( url ) if query : # Separate ...
https://man.plustar.jp/django/_modules/django/utils/html.html - [similar]
Django 0.95 リリースノート — Django 4.0.6 ドキュメント 7244
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ng system inside other applications. More and more parts of the framework have been internationalized, as ... nd templates, has now been translated, at least in part, into 31 languages. From Arabic to Chinese to Hung ... ant in some cases. However, they are, for the most part, reasonably routine and only need to be done once. ... mon questions appear with some regularity, and any particular problem may already have been answered. Fina ...
https://man.plustar.jp/django/releases/0.95.html - [similar]
Django 1.2 リリースノート — Django 4.0.6 ドキュメント 7244
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... plate languages. Class-based template loaders ¶ As part of the changes made to introduce Template caching ... l accepts function-based loaders (builtin or third party) so there is no immediate need to modify your TEM ... and extent3d() GeoQuerySet method were added as a part of this feature. The force_rhr() , reverse_geom() ... rmat, and u that allows output of the microseconds part of a datetime or time value. These are also availa ...
https://man.plustar.jp/django/releases/1.2.html - [similar]
contenttypes フレームワーク — Django 4.0.6 ドキュメント 7100
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e and for obtaining instances of ContentType for a particular model. Relations between your models and Con ... p_label ¶ The name of the application the model is part of. This is taken from the app_label attribute of ... the model, and includes only the last part of the application's Python import path; django.co ... values: app_label will be set to 'sites' (the last part of the Python path django.contrib.sites ). model w ...
https://man.plustar.jp/django/ref/contrib/contenttypes.html - [similar]
django.urls functions for use in URLconfs — Django 4.0.6 ドキュメント 7100
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... angle brackets (like <username> above) to capture part of the URL and send it as a keyword argument to th ... ay include a converter specification (like the int part of <int:section> ) which limits the characters mat ...
https://man.plustar.jp/django/ref/urls.html - [similar]
Django 1.4.19 release notes — Django 4.0.6 ドキュメント 7100
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ZipMiddleware now supports streaming responses. As part of the 1.4.18 security release, the django.views.s ...
https://man.plustar.jp/django/releases/1.4.19.html - [similar]
Django 1.7.2 release notes — Django 4.0.6 ドキュメント 7100
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... a migration crash when a field is renamed that is part of an index_together ( #23859 ). Fixed squashmigra ... crash in migrations when deleting a field that is part of a index/unique_together constraint ( #23794 ). ... ed index creation by the migration infrastructure, particularly when dealing with PostgreSQL specific {tex ... () on Python 3. Supported strings escaped by third-party libraries with the __html__ convention in the tem ...
https://man.plustar.jp/django/releases/1.7.2.html - [similar]
データベースのトランザクション — Django 4.0.6 ドキュメント 7100
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nsaction, even those started by Django or by third-party libraries. Thus, this is best used in situations ... n the success of the transaction, but they are not part of the transaction. For the intended use cases (ma ... within a transaction that enables you to roll back part of a transaction, rather than the full transaction ... corator is nested, it creates a savepoint to allow partial commit or rollback. You're strongly encouraged ...
https://man.plustar.jp/django/topics/db/transactions.html - [similar]
データベース — Django 4.0.6 ドキュメント 6956
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... so a number of database backends provided by third parties . Django attempts to support as many features a ... ssword file , you must specify them in the OPTIONS part of your database configuration in DATABASES : sett ... TABLE READ or SERIALIZABLE , set it in the OPTIONS part of your database configuration in DATABASES : impo ... ation. If you want case-sensitive comparisons on a particular column or table, change the column or table ...
https://man.plustar.jp/django/ref/databases.html - [similar]
Lookup API reference — Django 4.0.6 ドキュメント 6956
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... form a field A lookup expression consists of three parts: Fields part (e.g. Book.objects.filter(author__be ... st_friends__first_name... ); Transforms part (may be omitted) (e.g. __lower__first3chars__rever ...
https://man.plustar.jp/django/ref/models/lookups.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT