検索

phrase: max: clip:
target: order:
Results of 151 - 160 of about 170 for there (0.117 sec.)
django.contrib.auth — Django 4.0.6 ドキュメント 4782
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... flag but the default backend ( ModelBackend ) and the RemoteUserBackend do. You can use AllowAllUsersModel ... email is automatically converted to lowercase, and the returned User object will have is_active set to True ... ve state. If include_superusers is True (default), the result will include superusers. If backend is passed ... ll use the backend in AUTHENTICATION_BACKENDS , if there is only one, or raise an exception. AnonymousUser ...
https://man.plustar.jp/django/ref/contrib/auth.html - [similar]
GEOS API — Django 4.0.6 ドキュメント 4782
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... , srid = 32140 )) SRID=32140;POINT (0 0) Finally, there is the fromfile() factory method which returns a G ... ometry. valid_reason ¶ Returns a string describing the reason why a geometry is invalid. GEOSGeometry. srid ... GeoJSON representation of the geometry. Note that the result is not a complete GeoJSON structure but only ... may cross. By specifying preserve_topology=True , the result will have the same dimension and number of co ...
https://man.plustar.jp/django/ref/contrib/gis/geos.html - [similar]
GeoDjango Tutorial — Django 4.0.6 ドキュメント 4782
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... if you're brand new to Django, please read through the regular tutorial to familiarize yourself with Django ... odels using the LayerMapping data import utility . There are many different ways to import data into a spat ...
https://man.plustar.jp/django/ref/contrib/gis/tutorial.html - [similar]
メッセージフレームワーク — Django 4.0.6 ドキュメント 4782
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... クストに対して有効にしてください。 Even if you know there is only one message, you should still iterate over ... the storage instance is iterated (and cleared when the response is processed). To avoid the messages being ...
https://man.plustar.jp/django/ref/contrib/messages.html - [similar]
マイグレーション操作 — Django 4.0.6 ドキュメント 4782
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t has a default value that can be used to populate the recreated column. If the field is not nullable and d ... いればパーセント文字を二重に記述する必要が有ります。 The reverse_sql queries are executed when the migration ... であり、第二引数は SchemaEditor のインスタンスです。 The reverse_code argument is called when unapplying migr ... ome of PostgreSQL's more exciting features). Since there's no model state changes, all it does is run one c ...
https://man.plustar.jp/django/ref/migration-operations.html - [similar]
Signals — Django 4.0.6 ドキュメント 4782
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... (the class itself) args [] (an empty list because there were no positional arguments passed to __init__() ... _add" Sent before one or more objects are added to the relation. "post_add" Sent after one or more objects ... are added to the relation. "pre_remove" Sent before one or more objec ... ts are removed from the relation. "post_remove" Sent after one or more objec ...
https://man.plustar.jp/django/ref/signals.html - [similar]
Django 4.0 release notes — Django 4.0.6 ドキュメント 4782
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... et_default_redirect_url() method allow customizing the redirect after login. django.contrib.gis ¶ Added sup ... ever_cache when accessed directly, rather than via the recommended AdminSite.urls property, or AdminSite.ge ... mplate.base to django.utils.translation.template . The real_apps argument of the undocumented django.db.mig ... g , and StringAgg aggregates will return None when there are no rows instead of [] , [] , and '' respective ...
https://man.plustar.jp/django/releases/4.0.html - [similar]
モデル — Django 4.0.6 ドキュメント 4782
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... l , on_delete = models . CASCADE , verbose_name = "the related poll" , ) sites = models . ManyToManyField ( ... tly specify the foreign keys Django should use for the relationship using ManyToManyField.through_fields . ... ferent) sides of the many-to-many relationship. If there are more than two foreign keys though, you must al ... e (model1, model2) pair, allowing multiple values, the remove() call will remove all intermediate model ins ...
https://man.plustar.jp/django/topics/db/models.html - [similar]
素の SQL 文の実行 — Django 4.0.6 ドキュメント 4782
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e both retrieved on demand when they were printed. There is only one field that you can't leave out - the p ...
https://man.plustar.jp/django/topics/db/sql.html - [similar]
ミドルウェア (Middleware) — Django 4.0.6 ドキュメント 4782
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... sponse and response middleware will be applied and the resulting response returned to the browser. Otherwis ... Again, middleware are run in reverse order during the response phase, which includes process_exception . I ... nd async_capable = True , then Django will pass it the request without converting it. In this case, you can ... apply these flags to middleware factory functions. The returned callable must match the sync or async natur ...
https://man.plustar.jp/django/topics/http/middleware.html - [similar]