検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 225 for also (0.081 sec.)
PostgreSQL specific model fields — Django 4.0.6 ドキュメント 5691
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... another field instance as the base_field . You may also specify a size . ArrayField can be nested to store ... d.contains lookup instead. 注釈 Key transforms can also be chained with: contains , icontains , endswith , ... translate to psycopg2 Range objects in Python, but also accept tuples as input if no bounds information is ... ) def __str__ ( self ): return self . name We will also use the following example objects: >>> import date ...
https://man.plustar.jp/django/ref/contrib/postgres/fields.html - [similar]
The "sites" framework — Django 4.0.6 ドキュメント 5691
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ing pass else : # Do something else. pass This has also the advantage of checking if the sites framework i ... ctories. That gives you more flexibility, but it's also more complex. It's a good idea to exploit the Site ... e.com with the domain example.com . This site will also be created after Django creates the test database. ... omatic objects = models.Manager() manager for you. Also note that certain parts of Django -- namely, the D ...
https://man.plustar.jp/django/ref/contrib/sites.html - [similar]
The syndication feed framework — Django 4.0.6 ドキュメント 5691
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . You can create as many feeds as you want. Django also comes with a lower-level feed-generating API. Use ... e. Feed. get_context_data ( ** kwargs ) ¶ There is also a way to pass additional information to title and ... e method itself. A complex example ¶ The framework also supports more complex feeds, via arguments. For ex ... uments. Failing that, it uses the class attribute. Also note that items() also follows the same algorithm ...
https://man.plustar.jp/django/ref/contrib/syndication.html - [similar]
Model Meta options — Django 4.0.6 ドキュメント 5691
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... = '"name_left_in_lowercase"' Such quoted names can also be used with Django's other supported database bac ... one. The default is <model_name>_set . This option also sets related_query_name . As the reverse name for ... intermediate table for the many-to-many join will also not be created. However, the intermediary table be ... t_answer_order ([ 3 , 1 , 2 ]) The related objects also get two methods, get_next_in_order() and get_previ ...
https://man.plustar.jp/django/ref/models/options.html - [similar]
マネージャ — Django 4.0.6 ドキュメント 5691
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lda' ) Book . dahl_objects . count () This example also pointed out another interesting technique: using m ... extra methods defined on a custom QuerySet if you also implement them on the Manager : class PersonQueryS ... nager . from_queryset ( CustomQuerySet )() You may also store the generated class into a variable: MyManag ... t would override the default and you would have to also explicitly include all the managers from the abstr ...
https://man.plustar.jp/django/topics/db/managers.html - [similar]
Advice for new contributors — Django 4.0.6 ドキュメント 5587
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d? Go ahead and suggest a documentation patch! See also the guide on Writing documentation . 注釈 The repo ... ly mean that the idea will still have support. You also need to pay attention to who hasn't spoken -- for ... tly certain, but not completely certain, you might also try asking on IRC to see if someone else can confi ...
https://man.plustar.jp/django/internals/contributing/new-contributors.html - [similar]
How is Django Formed? — Django 4.0.6 ドキュメント 5587
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t: django) and patches for each issue being fixed. Also, notify django-announce of the upcoming security r ... ompatible public-key encryption software. You will also need to have the Django release manager's public k ... the instructions in it. For bonus points, they can also unpack the downloaded release tarball and verify t ... so. If this is the alpha release of a new series, also create a Release object for the final release, ens ...
https://man.plustar.jp/django/internals/howto-release-django.html - [similar]
The sitemap framework — Django 4.0.6 ドキュメント 5587
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... class (e.g., BlogSitemap or NewsSitemap ). It may also map to an instance of a Sitemap class (e.g., BlogS ... et lumped together into one sitemap.xml , but it's also possible to use the framework to generate a sitema ... used to generate the items of the sitemap. It may also have a date_field entry that specifies a date fiel ... .sitemaps.views.sitemap' ) ¶ The sitemap framework also has the ability to create a sitemap index that ref ...
https://man.plustar.jp/django/ref/contrib/sitemaps.html - [similar]
File オブジェクト — Django 4.0.6 ドキュメント 5587
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... = None ) [ソース] ¶ Open or reopen the file (which also does File.seek(0) ). The mode argument allows the ... t unlike File it operates on string content (bytes also supported), rather than an actual file. For exampl ... ed with an object (as with Car.photo , below) will also have a couple of extra methods: File. save ( name ...
https://man.plustar.jp/django/ref/files/file.html - [similar]
Django 1.8.3 リリースノート — Django 4.0.6 ドキュメント 5587
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 3 fixes several security issues and bugs in 1.8.2. Also, django.utils.deprecation.RemovedInDjango20Warning ... those methods prohibit newlines as well. You might also want to validate that any existing data in your ap ... address() , validate_slug() , and URLValidator are also affected, however, as of Django 1.6 the GenericIPA ...
https://man.plustar.jp/django/releases/1.8.3.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT