検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 175 for into (0.063 sec.)
マイグレーション — Django 4.0.6 ドキュメント 6643
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... roblems may not be immediately obvious. If you run into this kind of failure, it's OK to edit the migratio ... tely need access to these you can opt to move them into a superclass. To remove old references, you can sq ... ons or, if there aren't many references, copy them into the migration files. モデルのフィールドを削除すると ... the historical versions of all your models loaded into it to match where in your history the migration si ...
https://man.plustar.jp/django/topics/migrations.html - [similar]
django.utils.functional — Django 4.0.6 ドキュメント 6520
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... that converts a method with a single self argument into a property cached on the instance. A cached proper ... that converts a method with a single cls argument into a property that can be accessed directly from the ... ( func , * resultclasses ): """ Turn any callable into a lazy evaluated callable. result classes or types ... ition ( predicate , values ): """ Split the values into two sets, based on the return value of the functio ...
https://man.plustar.jp/django/_modules/django/utils/functional.html - [similar]
Full text search — Django 4.0.6 ドキュメント 6520
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... in the database from the body_text field and a plainto_tsquery from the search term 'Cheese' , both using ... SearchQuery translates the terms the user provides into a search query object that the database compares t ... PostgreSQL provides a ranking function which takes into account how often the query terms appear in the do ... hat the proximity of matching query terms is taken into account. Provide an integer to the normalization p ...
https://man.plustar.jp/django/ref/contrib/postgres/search.html - [similar]
Django 1.3 release notes — Django 4.0.6 ドキュメント 6520
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the template that is used, or put additional data into the context. However, you can't (easily) modify th ... has been updated to take the request query string into account on GET requests. Finally, support for pyli ... stom SQL hooks as a way to inject hand-crafted SQL into the database synchronization process. One of the p ... ossible uses for this custom SQL is to insert data into your database. If your custom SQL contains INSERT ...
https://man.plustar.jp/django/releases/1.3.html - [similar]
Django 1.5.3 release notes — Django 4.0.6 ドキュメント 6520
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... se it to leak), the attacker could insert a string into their session which, when unpickled, executes arbi ... as JSON requires string keys, you will likely run into problems if you are using non-string keys in reque ...
https://man.plustar.jp/django/releases/1.5.3.html - [similar]
Django 1.5 release notes — Django 4.0.6 ドキュメント 6520
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... h allows for less queries and less objects fetched into memory. See QuerySet.delete() for details. An inst ... ion warnings are enabled and warnings are captured into the logging system. Logged warnings are routed thr ... TemplateView no longer passes a params dictionary into the context, instead passing the variables from th ... e URLconf directly into the context. Non-form data in HTTP requests ¶ requ ...
https://man.plustar.jp/django/releases/1.5.html - [similar]
Django 1.6 release notes — Django 4.0.6 ドキュメント 6520
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... verRunner ) uses the test discovery features built into unittest2 (the version of unittest in the Python 2 ... int and django.db.models.ManyToManyField.db_constraint options. The jQuery library embedded in the admin h ... ogout. SuspiciousOperation has been differentiated into a number of subclasses, and each will log to a mat ... se it to leak), the attacker could insert a string into their session which, when unpickled, executes arbi ...
https://man.plustar.jp/django/releases/1.6.html - [similar]
Django オブジェクトのシリアル化 — Django 4.0.6 ドキュメント 6520
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ovides a mechanism for "translating" Django models into other formats. Usually these other formats will be ... If you just want to get some data from your tables into a serialized form, you could use the dumpdata mana ... e processed line by line, rather than being loaded into memory all at once. YAML ¶ YAML serialization look ... tural_key() method to resolve ["Douglas", "Adams"] into the primary key of an actual Person object. 注釈 W ...
https://man.plustar.jp/django/topics/serialization.html - [similar]
GeoDjango Database API — Django 4.0.6 ドキュメント 6386
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the field, then it will be implicitly transformed into the SRID of the model's field, using the spatial d ... QL statement executed (requires DEBUG=True) INSERT INTO "geoapp_zipcode" ("code", "poly") VALUES (78212, S ... the raster field will implicitly convert the input into a GDALRaster using lazy-evaluation. The raster fie ... The PostGIS Raster (PGRaster) lookups are divided into the three categories described in the raster looku ...
https://man.plustar.jp/django/ref/contrib/gis/db-api.html - [similar]
Lookup API reference — Django 4.0.6 ドキュメント 6386
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . Registration API ¶ Django uses RegisterLookupMixin to give a class the interface to register lookups on ... sable in query expressions to translate themselves into SQL expressions. Direct field references, aggregat ... nent example is __year that transforms a DateField into a IntegerField . The notation to use a Transform i ... t can be a plain value, or something that compiles into SQL, typically an F() object or a QuerySet . looku ...
https://man.plustar.jp/django/ref/models/lookups.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT