Results of 1 - 7 of about 7 for SimpleLazyObject (0.014 sec.)
- django.utils.functional — Django 4.0.6 ドキュメント 12468
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
e instantiation. If you don't need to do that, use SimpleLazyObject. """ # Avoid infinite recursion when tracing __ini ...
ll be the wrapped object. """ return wrapped class SimpleLazyObject ( LazyObject ): """ A lazy object initialized from ...
to be wrapped. If copies are made of the resulting SimpleLazyObject, which can happen in various circumstances within ...
empty : # If uninitialized, copy the wrapper. Use SimpleLazyObject, not # self.__class__, because the latter is proxi ...
-
https://man.plustar.jp/django/_modules/django/utils/functional.html
- [similar]
- Django 3.0.6 リリースノート — Django 4.0.6 ドキュメント 11141
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
eryset containing a single related field against a SimpleLazyObject ( #31420 ). 目次 Django 3.0.6 リリースノート Bugfi ...
ixes , ドキュメント , Subquery , 検索 , クイック , SimpleLazyObject クイック検索 Last update: 2022年6月01日 « previous ...
-
https://man.plustar.jp/django/releases/3.0.6.html
- [similar]
- Django 1.8.9 リリースノート — Django 4.0.6 ドキュメント 8506
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
a regression in Django 1.8.5 that broke copying a SimpleLazyObject with copy.copy() ( #26122 ). Fixed the contrib.gis ...
-
https://man.plustar.jp/django/releases/1.8.9.html
- [similar]
- Django 1.8.5 リリースノート — Django 4.0.6 ドキュメント 8324
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
e set to '+' ( #24505 , #25486 ). Fixed pickling a SimpleLazyObject wrapping a model ( #25389 ). 目次 Django 1.8.5 リリ ...
-
https://man.plustar.jp/django/releases/1.8.5.html
- [similar]
- django.utils.text — Django 4.0.6 ドキュメント 8142
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
sFileOperation from django.utils.functional import SimpleLazyObject , keep_lazy_text , lazy from django.utils.regex_he ...
eturn "" . join ( _generator ()) class Truncator ( SimpleLazyObject ): """ An object used to truncate text, either by ...
-
https://man.plustar.jp/django/_modules/django/utils/text.html
- [similar]
- Django 1.9.2 リリースノート — Django 4.0.6 ドキュメント 7942
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
a regression in Django 1.8.5 that broke copying a SimpleLazyObject with copy.copy() ( #26122 ). Always included geome ...
-
https://man.plustar.jp/django/releases/1.9.2.html
- [similar]
- Django 1.6 release notes — Django 4.0.6 ドキュメント 7015
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
the context, just like other template constructs. SimpleLazyObject s will now present more helpful representations in ...
-
https://man.plustar.jp/django/releases/1.6.html
- [similar]
PREV
1
NEXT