検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 218 for but (0.098 sec.)
How to deploy static files — Django 4.0.6 ドキュメント 5098
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ften runs a different type of web server -- faster but less full-featured. Some common choices are: Nginx ... ます。 There's any number of ways you might do this, but if the provider has an API, you can use a custom f ...
https://man.plustar.jp/django/howto/static-files/deployment.html - [similar]
PostgreSQL specific form fields and widgets — Django 4.0.6 ドキュメント 5098
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... or the array. This is not used to render any HTML, but it is used to process the submitted data and valid ... esult. If the underlying field has required=True , but remove_trailing_nulls is True , then null values a ...
https://man.plustar.jp/django/ref/contrib/postgres/forms.html - [similar]
マイグレーション操作 — Django 4.0.6 ドキュメント 5098
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... hon manage.py makemigrations --empty yourappname , but be aware that manually adding schema-altering oper ... s and verbose_name . Does not affect the database, but persists these changes for RunPython instances to ... pe, null , unique , db_column and other field attributes. The preserve_default argument indicates whether ... un on the database. On most database backends (all but PostgreSQL), Django will split the SQL into indivi ...
https://man.plustar.jp/django/ref/migration-operations.html - [similar]
django.urls utility functions — Django 4.0.6 ドキュメント 5098
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e variety of regular expression patterns for URLs, but not every possible one. The main restriction at th ... ainst incoming URLs and sending them off to views, but you cannot reverse such patterns. The current_app ... sary are: providing a reversed URL as the url attribute of a generic class-based view. providing a revers ...
https://man.plustar.jp/django/ref/urlresolvers.html - [similar]
Built-in Views — Django 4.0.6 ドキュメント 5098
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... has no built-in handling for user-uploaded files, but you can have Django serve your MEDIA_ROOT by appen ... s otherwise very similar to the server_error view, but returns with the status code 400 indicating that t ...
https://man.plustar.jp/django/ref/views.html - [similar]
Django 1.1 リリースノート — Django 4.0.6 ドキュメント 5098
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rnal _total_form_count or _initial_form_count attributes of BaseFormSet. Those attributes are now public ... t. Test client improvements ¶ A couple of small -- but highly useful -- improvements have been made to th ... ch does both) remains for backwards-compatibility, but using the split classes is now recommended in orde ... requests to the admin.site.root view still works, but URLs in the admin will not be "reversible" when co ...
https://man.plustar.jp/django/releases/1.1.html - [similar]
Django 1.6.3 release notes — Django 4.0.6 ドキュメント 5098
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... hen querying a table which contains string values, but using a query which filters based on an integer va ... default iso-8859-1 encoding ( #21996 ). Fixed AttributeError when using bulk_create() with ForeignObject ... nce ( #21643 ). Prevented custom widget class attribute of IntegerField subclasses from being overwritten ... method ( #22245 ). Improved strip_tags() accuracy (but it still cannot guarantee an HTML-safe result, as ...
https://man.plustar.jp/django/releases/1.6.3.html - [similar]
Django 2.2 リリースノート — Django 4.0.6 ドキュメント 5098
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... w) ¶ The new View.setup hook initializes view attributes before calling dispatch() . It allows mixins to ... set up instance attributes for reuse in child classes. 国際化 (internationa ... lass. Adding allow_distinct = True as a class attribute on Aggregate subclasses allows a distinct keyword ... by tests . URL ¶ The new ResolverMatch.route attribute stores the route of the matching URL pattern. バリ ...
https://man.plustar.jp/django/releases/2.2.html - [similar]
Advanced testing topics — Django 4.0.6 ドキュメント 5098
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... upport middleware. Session and authentication attributes must be supplied by the test itself if required ... esult, writes to default will appear on replica -- but because they are actually the same database, not b ... ansactionTestCase. available_apps ¶ 警告 This attribute is a private API. It may be changed or removed wi ... own test suite, which contains hundreds of models but no relations between models in different applicati ...
https://man.plustar.jp/django/topics/testing/advanced.html - [similar]
How is Django Formed? — Django 4.0.6 ドキュメント 4993
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... feel free to streamline or otherwise make changes, but update this document accordingly! オーバービュー ¶ ... a security release, pre-notify the security distribution list one week before the actual release. Proofr ... rity release, access to the pre-notification distribution list. If this is your first release, you'll nee ... te translation's manager rather than the releaser, but here are the steps. Provided you have an account o ...
https://man.plustar.jp/django/internals/howto-release-django.html - [similar]