検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 208 for Database (0.038 sec.)
Django 3.1.2 release notes — Django 4.0.6 ドキュメント 5299
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ( #32007 ). Fixed a bug in Django 3.1 where a test database was not synced during creation when using the MIGR ... ATE test database setting ( #32012 ). Fixed a django.contrib.admin.E ... d , regression , not , ordering , Meta , queries , database , when クイック検索 Last update: 2022年6月01日 « p ...
https://man.plustar.jp/django/releases/3.1.2.html - [similar]
PostgreSQL specific model fields — Django 4.0.6 ドキュメント 5236
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... size = 8 , ) Transformation of values between the database and the model, validation of data and configuratio ... imum size as specified. This will be passed to the database, although PostgreSQL at present does not enforce t ... ata, but most other slices behave strangely at the database level and cannot be supported in a logical, consis ... respectively. max_length won't be enforced in the database since citext behaves similar to PostgreSQL's text ...
https://man.plustar.jp/django/ref/contrib/postgres/fields.html - [similar]
Django Deprecation Timeline — Django 4.0.6 ドキュメント 5151
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... itional argument. Support for SimpleTestCase.allow_database_queries and TransactionTestCase.multi_db will be r ... _login() will be removed. django.test.runner.setup_databases() will be removed. django.utils.translation.strin ... ng the {% include %} template tag will be removed. DatabaseIntrospection.get_indexes() will be removed. The au ... ect() will be removed. django.db.backends.base.BaseDatabaseOperations.check_aggregate_support() will be remove ...
https://man.plustar.jp/django/internals/deprecation.html - [similar]
Geographic Database Functions — Django 4.0.6 ドキュメント 5151
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ndex | Modules « previous | up | next » Geographic Database Functions ¶ The functions documented on this page ... allow users to access geographic database functions to be used in annotations, aggregations, ... the documentation of each function to see if your database backend supports the function you want to use. If ... eger SRID corresponds to may depend on the spatial database used. In other words, the SRID numbers used for Or ...
https://man.plustar.jp/django/ref/contrib/gis/functions.html - [similar]
Django の例外 — Django 4.0.6 ドキュメント 5151
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... からインポートできます。 Django wraps the standard database exceptions so that your Django code has a guarante ... ス] ¶ exception InterfaceError [ソース] ¶ exception DatabaseError [ソース] ¶ exception DataError [ソース] ¶ exc ... tSupportedError [ソース] ¶ The Django wrappers for database exceptions behave exactly the same as the underlyi ... ng database exceptions. See PEP 249 , the Python Database API ...
https://man.plustar.jp/django/ref/exceptions.html - [similar]
The flatpages app — Django 4.0.6 ドキュメント 5087
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... cation. It lets you store "flat" HTML content in a database and handles the management for you via Django's ad ... Privacy Policy" pages, that you want to store in a database but for which you don't want to develop a custom D ... rks ¶ manage.py migrate creates two tables in your database: django_flatpage and django_flatpage_sites . djang ... a 404 error, this middleware checks the flatpages database for the requested URL as a last resort. Specifical ...
https://man.plustar.jp/django/ref/contrib/flatpages.html - [similar]
Model index reference — Django 4.0.6 ドキュメント 5087
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... odel index reference ¶ Index classes ease creating database indexes. They can be added using the Meta.indexes ... nclude = None ) ¶ Creates an index (B-Tree) in the database. expressions ¶ Index. expressions ¶ New in Django ... ows creating functional indexes on expressions and database functions. 例: Index ( Lower ( 'title' ) . desc () ... -generate a name. For compatibility with different databases, index names cannot be longer than 30 characters ...
https://man.plustar.jp/django/ref/models/indexes.html - [similar]
Django 1.7.8 release notes — Django 4.0.6 ドキュメント 5087
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... .8 release notes ¶ May 1, 2015 Django 1.7.8 fixes: Database introspection with SQLite 3.8.9 (released April 8, ... 2015) ( #24637 ). A database table name quoting regression in 1.7.2 ( #24605 ). ... column properties during field alteration of MySQL databases ( #24595 ). 前のトピックへ Django 1.7.9 release n ... , previous , up , next , loss , 検索 , クイック , databases クイック検索 Last update: 2022年6月01日 « previou ...
https://man.plustar.jp/django/releases/1.7.8.html - [similar]
Django 1.8.1 リリースノート — Django 4.0.6 ドキュメント 5055
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Fixed squashmigrations command when using SeparateDatabaseAndState ( #24278 ). Stripped microseconds from dat ... instances with uuid primary keys ( #24611 ). Fixed database introspection with SQLite 3.8.9 (released April 8, ... .values('pk').order_by('foo')) ( #24615 ). Fixed a database table name quoting regression ( #24605 ). Prevente ... column properties during field alteration of MySQL databases ( #24595 ). Fixed JavaScript path of contrib.admi ...
https://man.plustar.jp/django/releases/1.8.1.html - [similar]
LayerMapping data import utility — Django 4.0.6 ドキュメント 5023
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... to extract all the features and place them in the database: >>> from django.contrib.gis.utils import LayerMap ... other words, geometries will be inserted into the database unmodified from their original state in the data s ... ansaction mode to be 'autocommit' . using Sets the database to use when importing spatial data. Default is 'de ... nted subsequent to each model save executed on the database. トラブルシューティング ¶ Running out of memory ¶ ...
https://man.plustar.jp/django/ref/contrib/gis/layermapping.html - [similar]