Results of 1 - 8 of about 8 for ago (0.041 sec.)
- Conditional Expressions — Django 4.0.6 ドキュメント 12236
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
with us, we could do so using lookups: >>> a_month_ago = date . today () - timedelta ( days = 30 ) >>> a_ ...
year_ago = date . today () - timedelta ( days = 365 ) >>> # ...
nt = Case ( ... When ( registered_on__lte = a_year_ago , then = Value ( '10%' )), ... When ( registered_o ...
n__lte = a_month_ago , then = Value ( '5%' )), ... default = Value ( '0 ...
-
https://man.plustar.jp/django/ref/models/conditional-expressions.html
- [similar]
- django.contrib.humanize — Django 4.0.6 ドキュメント 12037
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
ow になります。 17 Feb 2007 16:29:31 は 29 seconds ago になります。 17 Feb 2007 16:29:00 は a minute ago ...
になります。 17 Feb 2007 16:25:35 は 4 minutes ago になります。 17 Feb 2007 15:30:29 は 59 minutes ag ...
o になります。 17 Feb 2007 15:30:01 は 59 minutes ago になります。 17 Feb 2007 15:30:00 は an hour ago に ...
なります。 17 Feb 2007 13:31:29 は 2 hours ago になります。 16 Feb 2007 13:31:29 は 1 day, 2 hour ...
-
https://man.plustar.jp/django/ref/contrib/humanize.html
- [similar]
- クエリー式 — Django 4.0.6 ドキュメント 8260
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
>>> from django.utils import timezone >>> one_day_ago = timezone . now () - timedelta ( days = 1 ) >>> p ...
t . objects . filter ( published_at__gte = one_day_ago ) >>> Comment . objects . filter ( post__in = Subq ...
>>> from django.utils import timezone >>> one_day_ago = timezone . now () - timedelta ( days = 1 ) >>> r ...
= OuterRef ( 'pk' ), ... created_at__gte = one_day_ago , ... ) >>> Post . objects . annotate ( recent_com ...
-
https://man.plustar.jp/django/ref/models/expressions.html
- [similar]
- 暗号署名 — Django 4.0.6 ドキュメント 8260
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
ecks if value was signed less than max_age seconds ago, otherwise raises SignatureExpired . The max_age p ...
if signed_obj was signed less than max_age seconds ago, otherwise raises SignatureExpired . The max_age p ...
-
https://man.plustar.jp/django/topics/signing.html
- [similar]
- Advice for new contributors — Django 4.0.6 ドキュメント 7988
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
when they were said. Support for an idea two years ago doesn't necessarily mean that the idea will still ...
h doesn't have docs and tests, there had better be a good reason. Arguments like "I couldn't find any exi ...
-
https://man.plustar.jp/django/internals/contributing/new-contributors.html
- [similar]
- django.core.signing — Django 4.0.6 ドキュメント 7916
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
d check it wasn't signed more than max_age seconds ago. """ result = super () . unsign ( value ) value , ...
-
https://man.plustar.jp/django/_modules/django/core/signing.html
- [similar]
- How is Django Formed? — Django 4.0.6 ドキュメント 7790
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
annotations in the documentation from two releases ago. For example, in Django 1.9, notes for 1.7 will be ...
-
https://man.plustar.jp/django/internals/howto-release-django.html
- [similar]
- Django 1.4 release notes — Django 4.0.6 ドキュメント 7717
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
ich is no longer supported. Released over 10 years ago, IE6 imposes many limitations on modern web develo ...
-
https://man.plustar.jp/django/releases/1.4.html
- [similar]
PREV
1
NEXT