検索

phrase: max: clip:
target: order:
Results of 171 - 180 of about 345 for when (0.133 sec.)
How is Django Formed? — Django 4.0.6 ドキュメント 4204
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... create a new stable branch from main. For example, when releasing Django 3.1: $ git checkout -b stable/3.1 ... point to the new development version. For example, when creating stable/4.2.x , set django_next_version to ... django-docs-translations repository. For example, when releasing Django 2.2: $ git checkout -b stable/2.2 ... lank, thus marking it as unreleased . For example, when creating the Release object for 3.1a1 , also creat ...
https://man.plustar.jp/django/internals/howto-release-django.html - [similar]
The staticfiles app — Django 4.0.6 ドキュメント 4204
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... -style pattern. Use multiple times to ignore more. When specifying a path, always use forward slashes, eve ... a file called staticfiles.json . This happens once when you run the collectstatic management command. stor ... tstatic , this storage typically shouldn't be used when running tests as collectstatic isn't run as part o ... name , content = None ) ¶ The method that is used when creating the hashed name of a file. Needs to retur ...
https://man.plustar.jp/django/ref/contrib/staticfiles.html - [similar]
Built-in Views — Django 4.0.6 ドキュメント 4204
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... quest , exception , template_name = '404.html' ) ¶ When you raise Http404 from within a view, Django loads ... quest , exception , template_name = '400.html' ) ¶ When a SuspiciousOperation is raised in Django, it may ... system paths. bad_request views are also only used when DEBUG is False . 目次 Built-in Views Serving files ...
https://man.plustar.jp/django/ref/views.html - [similar]
Django 2.0 リリースノート — Django 4.0.6 ドキュメント 4204
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... mber of rows fetched by the Python database client when streaming results from the database. For databases ... ll selected tables. It may be helpful particularly when select_for_update() is used in conjunction with se ... characters, but psycopg2 2.7+ raises an exception when trying to save a null character to a char/text fie ... NoReverseMatch if the pattern_name doesn't exist. When USE_L10N is off, FloatField and DecimalField now r ...
https://man.plustar.jp/django/releases/2.0.html - [similar]
Django 2.2.3 リリースノート — Django 4.0.6 ドキュメント 4204
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... etection with reverse-proxy connecting via HTTPS ¶ When deployed behind a reverse-proxy connecting to Djan ... e auto-reloader crashes with AttributeError , e.g. when using ipdb ( #30588 ). 目次 Django 2.2.3 リリースノ ...
https://man.plustar.jp/django/releases/2.2.3.html - [similar]
Django 3.2.5 release notes — Django 4.0.6 ドキュメント 4204
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 3.2 that caused a migration crash on MySQL 8.0.13+ when altering BinaryField , JSONField , or TextField to ... 3.2 that caused a migration crash on MySQL 8.0.13+ when adding nullable BinaryField , JSONField , or TextF ...
https://man.plustar.jp/django/releases/3.2.5.html - [similar]
django.utils.functional — Django 4.0.6 ドキュメント 4168
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... method, they # look up the correct implementation when called. if hasattr ( cls , method_name ): continue ... roxy__ is returned that will evaluate the function when needed. """ if not resultclasses : raise TypeError ... e SimpleLazyObject. """ # Avoid infinite recursion when tracing __init__ (#19456). _wrapped = None def __i ... ike the wrapped object, the ruse # will break down when pickle gets our id(). Thus we end up with pickle # ...
https://man.plustar.jp/django/_modules/django/utils/functional.html - [similar]
Geographic Database Functions — Django 4.0.6 ドキュメント 4168
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ce object. On MySQL, a raw float value is returned when the coordinates are geodetic. On backends that sup ... he geometries (e.g. ST_DistanceSphere on PostGIS). When distances are calculated with geodetic (angular) c ... expressions and returns the distance between them. When used in an order_by() clause, it provides index-as ... as a Distance measure. On PostGIS and SpatiaLite, when the coordinates are geodetic (angular), you can sp ...
https://man.plustar.jp/django/ref/contrib/gis/functions.html - [similar]
django.urls functions for use in URLconfs — Django 4.0.6 ドキュメント 4168
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ed to escape the backslash with another backslash. When a match is made, captured groups from the regular ... re passed as strings, without any type conversion. When a route ends with $ the whole requested URL, match ... led in case of server errors. Server errors happen when you have runtime errors in view code. By default, ...
https://man.plustar.jp/django/ref/urls.html - [similar]
Django 1.11 リリースノート — Django 4.0.6 ドキュメント 4168
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... きるようになりました。 django.contrib.contenttypes ¶ When stale content types are detected in the remove_sta ... y to pass the size , shape , and offset parameters when creating GDALRaster objects. Added SpatiaLite supp ... ow fall back to MIME type application/octet-stream when binary content that can't be decoded as UTF-8 is s ... . Added support for unittest.TestCase.subTest() 's when using the test --parallel option. DiscoverRunner n ...
https://man.plustar.jp/django/releases/1.11.html - [similar]