検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 137 for allow (0.028 sec.)
Generic date ビュー — Django 4.0.6 ドキュメント 12898
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... よって表示するトップレベルのインデックスページです。 allow_future を True にセットしない限り、 未来 の日付のオ ... 中で有効な月を表示する、年次のアーカイブページです。 allow_future を True にセットしない限り、 未来 の日付を伴 ... nting the first day of the next year, according to allow_empty and allow_future . previous_year : A date ob ... g the first day of the previous year, according to allow_empty and allow_future . ノート Uses a default tem ...
https://man.plustar.jp/django/ref/class-based-views/generic-date-based.html - [similar]
クラスベース汎用ビュー - フラットインデックス — Django 4.0.6 ドキュメント 12766
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... メソッド as_view() dispatch() head() http_method_not_allowed() setup() TemplateView ¶ class TemplateView ¶ 属 ... () get() get_context_data() head() http_method_not_allowed() render_to_response() setup() RedirectView ¶ cl ... ) delete() dispatch() get() head() http_method_not_allowed() options() post() put() setup() 詳細のビュー ¶ ... 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]
Date-based mixins — Django 4.0.6 ドキュメント 12646
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e an Http404 exception, depending on the values of allow_empty and allow_future . get_previous_year ( date ... e an Http404 exception, depending on the values of allow_empty and allow_future . MonthMixin ¶ class MonthM ... e an Http404 exception, depending on the values of allow_empty and allow_future . get_previous_month ( date ... e an Http404 exception, depending on the values of allow_empty and allow_future . DayMixin ¶ class DayMixin ...
https://man.plustar.jp/django/ref/class-based-views/mixins-date-based.html - [similar]
django.db.utils — Django 4.0.6 ドキュメント 9793
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... leanup # after async contexts, though, so we don't allow that if we can help it. thread_critical = True def ... db_for_write = _router_func ( "db_for_write" ) def allow_relation ( self , obj1 , obj2 , ** hints ): for ro ... uter in self . routers : try : method = router . allow_relation except AttributeError : # If the router d ... t have a method, skip to the next one. pass else : allow = method ( obj1 , obj2 , ** hints ) if allow is no ...
https://man.plustar.jp/django/_modules/django/db/utils.html - [similar]
Django 2.1 リリースノート — Django 4.0.6 ドキュメント 8666
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ションは migrate 実行時に自動的に作成されます。 This allows giving users read-only access to models in the ad ... re isn't a need to assign the "view" permission to allow users who have the "change" permission to edit obj ... ました。 The new ModelAdmin.delete_queryset() method allows customizing the deletion process of the "delete s ... attribute and ModelAdmin.get_sortable_by() method allow limiting the columns that can be sorted in the cha ...
https://man.plustar.jp/django/releases/2.1.html - [similar]
Django 1.7 release notes — Django 4.0.6 ドキュメント 7647
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... now has built-in support for schema migrations. It allows models to be updated, changed, and deleted by cre ... rguments. Check the documentation for details. The allow_syncdb method on database routers is now called al ... but still performs the same function. Routers with allow_syncdb methods will still work, but that method na ... s : Keyword arguments, as a dict These four values allow any field to be serialized into a file, as well as ...
https://man.plustar.jp/django/releases/1.7.html - [similar]
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 7336
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... uest/response cycle. The new check --deploy option allows you to check your production settings file for wa ... ssions, and Database Functions ¶ Query Expressions allow you to create, customize, and compose complex SQL ... ity to accept expressions. Conditional Expressions allow you to use if ... elif ... else logic within queri ... tCase data setup ¶ TestCase has been refactored to allow for data initialization at the class level using t ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
複数のデータベース — Django 4.0.6 ドキュメント 7336
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... cks only the default database, but it consults the allow_migrate() method of routers if any are installed. ... ed below . Returns None if there is no suggestion. allow_relation ( obj1 , obj2 , ** hints ) ¶ Return True ... if a relation between obj1 and obj2 should be allowed, False if the relation should be prevented, or N ... ny operations to determine if a relation should be allowed between two objects. If no router has an opinion ...
https://man.plustar.jp/django/topics/db/multi-db.html - [similar]
Django 1.10 リリースノート — Django 4.0.6 ドキュメント 7264
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ました。 The new InlineModelAdmin.classes attribute allows specifying classes on inline fieldsets. Inlines w ... backend argument to django.contrib.auth.login() to allow using it without credentials. The new LOGOUT_REDIR ... ter for the django.contrib.auth.views.login() view allows redirecting authenticated users visiting the logi ... n page. 新しい AllowAllUsersModelBackend および AllowAllUsersRemoteUser ...
https://man.plustar.jp/django/releases/1.10.html - [similar]
Django Deprecation Timeline — Django 4.0.6 ドキュメント 6952
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... an values as the right-hand side will no longer be allowed. The django.db.models.query_utils.InvalidQuery e ... st positional argument. Support for SimpleTestCase.allow_database_queries and TransactionTestCase.multi_db ... templatetags.static() will be removed. The shim to allow InlineModelAdmin.has_add_permission() to be define ... cts will be removed. The compatibility layer which allows absolute URLs to be considered equal to relative ...
https://man.plustar.jp/django/internals/deprecation.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT