Riccardo Polignieri
Results
2
comments of
Riccardo Polignieri
How am I supposed to use it in a template? I just wish there were something like ``` @register.simple_tag def tinycontent_simple_file(*args): content_name = ':'.join(map(force_text, args)) obj = TinyContentFileUpload.objects.get(name=content_name) # or...
Wow, this one's an oddball... :-) My instinct would be to consider this as a non-issue. I mean, it's a very well-know gotcha moment when dealing with mutable types in...