Re: MOSS Award to Django

2015-12-12 Thread Mitar
the future once this feature gets widely deployed and started using in production. Mitar -- http://mitar.tnode.com/ https://twitter.com/mitar_m -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To un

Re: MOSS Award to Django

2015-12-12 Thread Mitar
server suppor: https://github.com/feross/simple-peer Some interesting links to read: * https://github.com/webrtcftw/goals/issues/1 * https://github.com/jbenet/random-ideas/issues/13 I opened a ticket as well: https://github.com/andrewgodwin/channels/issues/38 Mitar On Fri, Dec 11, 2015 at 10:18 AM

Re: Self-referenced template recursion handling

2013-12-29 Thread Mitar
. For example, not just "base.html" extending "base.html", but also "user.hml" extending "base.html" which extends "base.html" (example: https://github.com/mitar/overextends-test). In fact, it allows arbitrary nesting and combinations. It works by ke

Allow context processors access to current version of context

2010-07-04 Thread Mitar
, and also backwards compatible. Functions would only get additional argument if they are defined to get two arguments and whatever they would return would override that in the context. http://code.djangoproject.com/ticket/13841 Mitar -- You received this message because you are subscribed