Maybe this is a bug.


It doesnt make sense this line:

  
https://github.com/django/django/blob/master/django/template/context.py#L48


Its creating a ContextDict:

  ContextDict(self, *dicts, **kwargs)


ContextDict inherits directly from dict.  A dictionary only allows one 
argument. Not more than one argument.


I am not sure whether this "push" method is used in some other place of 
Django code.


Best regards,

Miguel.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/bd449194-bc76-4479-8b31-bbc644120228%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to