Allow context processors access to current version of context

2010-07-04 Thread Mitar
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 to the

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: MOSS Award to Django

2015-12-12 Thread Mitar
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 unsubscribe from this group and stop

Re: Self-referenced template recursion handling

2013-12-29 Thread Mitar
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 keeping a