検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 40 for had (0.066 sec.)
Django 1.6 release notes — Django 4.0.6 ドキュメント 7442
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ossible to enumerate. Many on the core Django team had their first patches reviewed by him; his mentorshi ... ute , and second lookups on DateTimeField . If you had model fields called hour , minute , or second , th ...
https://man.plustar.jp/django/releases/1.6.html - [similar]
How to create custom template tags and filters — Django 4.0.6 ドキュメント 7130
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... obj }, autoescape = context . autoescape )) If we had neglected to pass in the current context.autoescap ... : raise template . TemplateSyntaxError ( " %r tag had invalid arguments" % tag_name ) format_string , va ...
https://man.plustar.jp/django/howto/custom-template-tags.html - [similar]
How to manage static files (e.g. images, JavaScript, CSS) — Django 4.0.6 ドキュ... 7130
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tatic file it finds whose name matches, and if you had a static file with the same name in a different ap ...
https://man.plustar.jp/django/howto/static-files/index.html - [similar]
How to create database migrations — Django 4.0.6 ドキュメント 7130
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... his example, we'll add a non-nullable UUIDField with a default value. Modify the respective field accordi ... fter SeparateDatabaseAndState . For example, if we had a Book model with a ManyToManyField linking to Aut ...
https://man.plustar.jp/django/howto/writing-migrations.html - [similar]
QuerySet API リファレンス — Django 4.0.6 ドキュメント 7130
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... first, then the penultimate item and so on. If we had a Python sequence and looked at seq[-5:] , we woul ... ) You cannot call update() on a QuerySet that has had a slice taken or can otherwise no longer be filter ... y. You cannot call delete() on a QuerySet that has had a slice taken or can otherwise no longer be filter ...
https://man.plustar.jp/django/ref/models/querysets.html - [similar]
Django 1.7 release notes — Django 4.0.6 ドキュメント 7130
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... figurations and models as soon as it starts, through a deterministic and straightforward process. This sh ... custom methods could be chained; but the solution had a number of drawbacks: The custom QuerySet and its ... s and all methods that were desired on the Manager had to be proxied to the QuerySet . The whole process ... forbids autoincrement primary keys with value 0. Shadowing model fields defined in a parent model has be ...
https://man.plustar.jp/django/releases/1.7.html - [similar]
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 7130
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... iciousOperation , the response will be rendered with a detailed error page. The query_string argument of ... replacement for the render() function. However, it had a slight incompatibility, in that for TemplateResp ... ta from the passed in context dictionary could be shadowed by context data returned from context processo ... k. Seconds have been removed from any locales that had them in TIME_FORMAT , DATETIME_FORMAT , or SHORT_D ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
Django 2.2 リリースノート — Django 4.0.6 ドキュメント 7130
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... sions, users with permissions for a proxy model with a different app_label than its concrete model couldn ... is was observed with several third-party apps that had models in tests without migrations. You must add m ...
https://man.plustar.jp/django/releases/2.2.html - [similar]
マネージャ — Django 4.0.6 ドキュメント 7130
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... r example, if the Question model from the tutorial had a deleted field and a base manager that filters ou ...
https://man.plustar.jp/django/topics/db/managers.html - [similar]
フォームを使う — Django 4.0.6 ドキュメント 7130
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... exibility is a bit more work. Until now we haven't had to worry about how to display form errors, because ... at's taken care of for us. In this example we have had to make sure we take care of any errors for each f ...
https://man.plustar.jp/django/topics/forms/index.html - [similar]
PREV 1 2 3 4 NEXT