検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 320 for not (0.045 sec.)
GEOS API — Django 4.0.6 ドキュメント 6486
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... be used outside of a Django project/application. In other words, no need to have DJANGO_SETTINGS_MODULE ... rdinates": [ 5.000000, 23.000000 ] }' ) # GeoJSON Another option is to use the constructor for the specif ... e Pythonic ¶ GEOSGeometry objects are 'Pythonic', in other words components may be accessed, modified, an ... OSGeometry equality operator uses equals_exact() , not equals() , i.e. it requires the compared geometrie ...
https://man.plustar.jp/django/ref/contrib/gis/geos.html - [similar]
django.core.exceptions — Django 4.0.6 ドキュメント 6439
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... import make_hashable [ドキュメント] class FieldDoesNotExist ( Exception ): """The requested model field d ... oes not exist""" pass [ドキュメント] class AppRegistryNotR ... eady ( Exception ): """The django.apps registry is not populated yet""" pass [ドキュメント] class ObjectD ... oesNotExist ( Exception ): """The requested object does n ...
https://man.plustar.jp/django/_modules/django/core/exceptions.html - [similar]
データベース — Django 4.0.6 ドキュメント 6439
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... res as possible on all database backends. However, not all database backends are alike, and we've had to ... ures that might be relevant to Django usage. It is not intended as a replacement for server-specific docu ... mentation or reference manuals. General notes ¶ Persistent connections ¶ Persistent connection ... that is valid in Django. See the database specific notes below for information on how to set up your data ...
https://man.plustar.jp/django/ref/databases.html - [similar]
Django 1.6 release notes — Django 4.0.6 ドキュメント 6402
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... odules « previous | up | next » Django 1.6 release notes ¶ 注釈 Dedicated to Malcolm Tredinnick On March ... ember 6, 2013 Django 1.6 へようこそ! These release notes cover the new features , as well as some backwar ... upported Python version will be 2.7. Python 3.4 is not supported, but support will be added in Django 1.7 ... ds-incompatible; see the backwards-incompatibility notes . Time zone aware aggregation ¶ The support for ...
https://man.plustar.jp/django/releases/1.6.html - [similar]
テストツール — Django 4.0.6 ドキュメント 6402
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... くつか大切な注意点があります。 The test client does not require the web server to be running. In fact, it ... tps://www.example.com/login/' ) The test client is not capable of retrieving web pages that are not power ... t_exception argument allows controlling whether or not exceptions raised during the request should also b ... counts that are valid on your production site will not work under test conditions. You'll need to create ...
https://man.plustar.jp/django/topics/testing/tools.html - [similar]
Django 1.5 release notes — Django 4.0.6 ドキュメント 6356
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... odules « previous | up | next » Django 1.5 release notes ¶ February 26, 2013 Django 1.5 へようこそ! These ... release notes cover the new features , as well as some backwar ... will support Python 3 without reservations. Other notable new features in Django 1.5 include: Support fo ... that list carefully. One deprecated feature worth noting is the shift to "new-style" url tag. Prior to D ...
https://man.plustar.jp/django/releases/1.5.html - [similar]
Writing documentation — Django 4.0.6 ドキュメント 6319
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... hings work - what matters is what the reader does, not what you explain. It can be helpful to refer back ... raightforward", and so on. People's experience may not match your expectations, and they may become frust ... rated when they do not find a step as "straightforward" or "simple" as it ... Pee" and therefore should be preceded by "an" and not "a". MySQL , PostgreSQL , SQLite SQL -- when refer ...
https://man.plustar.jp/django/internals/contributing/writing-documentation.html - [similar]
クラスベース汎用ビュー - フラットインデックス — Django 4.0.6 ドキュメント 6273
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s メソッド as_view() dispatch() head() http_method_not_allowed() setup() TemplateView ¶ class TemplateVie ... atch() get() get_context_data() head() http_method_not_allowed() render_to_response() setup() RedirectVie ... iew() delete() dispatch() get() head() http_method_not_allowed() options() post() put() setup() 詳細のビュ ... get_context_data() get_object() head() http_method_not_allowed() render_to_response() setup() リストのビュ ...
https://man.plustar.jp/django/ref/class-based-views/flattened-index.html - [similar]
Signals — Django 4.0.6 ドキュメント 6273
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... arent class' methods for these signals to be sent. Note also that Django stores signal handlers as weak r ... resented (i.e. when loading a fixture). One should not query/modify other records in the database as the ... database might not be in a consistent state yet. using The database a ... resented (i.e. when loading a fixture). One should not query/modify other records in the database as the ...
https://man.plustar.jp/django/ref/signals.html - [similar]
django.db.transaction — Django 4.0.6 ドキュメント 6236
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... back the most recent savepoint (if one exists). Do nothing if savepoints are not supported. """ get_conne ... mmit the most recent savepoint (if one exists). Do nothing if savepoints are not supported. """ get_conne ... "needs rollback" when an exception is raised while not enforcing the enclosed block to be in a transactio ... he current transaction is rolled back, `func` will not be called. """ get_connection ( using ) . on_commi ...
https://man.plustar.jp/django/_modules/django/db/transaction.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT