Hello Djangoists,
Using a decorator I was trying to add a method to WSGIRequest request, just like is_ajax(). Since I could not find a proper way I just updated request.META with the info needed.
Should I look into adding method at runtime in Python ?