Re: Spaces between argument separator and argument in template filter generate error

2018-06-06 Thread oliver
Sorry my mistake. It means white spaces character not spaces 2018년 6월 6일 수요일 오후 6시 3분 48초 UTC+9, Florian Apolloner 님의 말: > > > > On Tuesday, June 5, 2018 at 4:30:03 AM UTC+2, oli...@kidsnote.com wrote: >> >> allowing spaces can be done by simply adding \s* after (arg_sep)s >> > > \s is __not__ th

Re: Humanize naturaltime alternative phrasing

2018-06-06 Thread Adam Johnson
Claude, that's a good idea - it increases the future options and also doesn't require a lot of translation work up in Django core up front. On Sun, 3 Jun 2018 at 09:39, Claude Paroz wrote: > I think I'd rather do some refactoring so that creating its own filter > with custom strings is easier. >

Re: A Django Async Roadmap

2018-06-06 Thread Jordan Eremieff
The proposal looks great, thanks for putting it together and pushing async in Django forward. I'm not sure the best approach to take here, but I've just started experimenting on a fork: https://github.com/erm/django/tree/async-experiment-2. I am unsure how much of the more complex items I may

Re: A Django Async Roadmap

2018-06-06 Thread Tom Christie
I wonder if a sensible first tack onto this might be: Supporting an ASGI/asyncio request-response cycle in 2.2 might be a perfectly achievable goal with or without funding. Users wouldn't be able to use the ORM, or much of the default middleware, but for some gateway-type services I can still

Re: Spaces between argument separator and argument in template filter generate error

2018-06-06 Thread Florian Apolloner
On Tuesday, June 5, 2018 at 4:30:03 AM UTC+2, oli...@kidsnote.com wrote: > > allowing spaces can be done by simply adding \s* after (arg_sep)s > \s is __not__ the regex for spaces -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions t