検索

phrase: max: clip:
target: order:
Results of 141 - 150 of about 187 for such (0.097 sec.)
Working with Git and GitHub — Django 4.0.6 ドキュメント 4727
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... example. Other people shouldn't base their work on such a branch, because their clone would become corrupt ...
https://man.plustar.jp/django/internals/contributing/writing-code/working-with-g... - [similar]
Django Deprecation Timeline — Django 4.0.6 ドキュメント 4727
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ware datetimes to naive values in UTC anymore when such values are passed as parameters to SQL queries exe ... edit page) or a pre-formatted url. String formats, such as the previous default '../%s/' , will not be acc ...
https://man.plustar.jp/django/internals/deprecation.html - [similar]
Date-based mixins — Django 4.0.6 ドキュメント 4727
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ookup . Enforces any restrictions on the queryset, such as allow_empty and allow_future . get_date_list_pe ...
https://man.plustar.jp/django/ref/class-based-views/mixins-date-based.html - [similar]
The flatpages app — Django 4.0.6 ドキュメント 4727
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d content. Use it for one-off, special-case pages, such as "About" or "Privacy Policy" pages, that you wan ...
https://man.plustar.jp/django/ref/contrib/flatpages.html - [similar]
The syndication feed framework — Django 4.0.6 ドキュメント 4727
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... eat 1424. These can be matched with a URLconf line such as: path ( 'beats/<int:beat_id>/rss/' , BeatFeed ( ... ed (Atom 1.0.) Enclosures ¶ To specify enclosures, such as those used in creating podcast feeds, use the i ...
https://man.plustar.jp/django/ref/contrib/syndication.html - [similar]
Django の例外 — Django 4.0.6 ドキュメント 4727
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... considered suspicious from a security perspective, such as tampering with a session cookie. Subclasses of ...
https://man.plustar.jp/django/ref/exceptions.html - [similar]
ウィジェット — Django 4.0.6 ドキュメント 4727
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... if the field isn't declared directly on the form (such as model form fields), you can use the Form.fields ... g to each widget. If an invalid date was selected, such as the non-existent 30th February, the DateField p ...
https://man.plustar.jp/django/ref/forms/widgets.html - [similar]
Lookup API reference — Django 4.0.6 ドキュメント 4727
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... o produce a boolean comparison between lhs and rhs such as lhs in rhs or lhs > rhs . The primary notation ...
https://man.plustar.jp/django/ref/models/lookups.html - [similar]
Paginator — Django 4.0.6 ドキュメント 4727
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... k to using len(object_list) . This allows objects, such as QuerySet , to use a more efficient count() meth ...
https://man.plustar.jp/django/ref/paginator.html - [similar]
The Django Template Language — Django 4.0.6 ドキュメント 4727
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... se the template language for any text-based format such as emails, JavaScript and CSV. 変数 ¶ Variables lo ... se and helps to add items to shared content areas, such as section-wide navigation. 継承を使用する際のコツ ...
https://man.plustar.jp/django/ref/templates/language.html - [similar]