Xavier Ordoquy
Xavier Ordoquy
I get that traceback either with Django 1.8.x or 1.9b1. ``` python manage.py check Traceback (most recent call last): File "manage.py", line 10, in execute_from_command_line(sys.argv) File "/Users/xordoquy/.local/share/virtualenvs/42c534396cfa370/lib/python2.7/site-packages/django/core/management/__init__.py", line 350, in...
Hi Simone, First of all thanks a lot for the project. It has helped me a lot dealing with legacy databases. I was curious about plans to support Django 1.6...
This is a reminder to improve the Jinja2 support in DRF in regard with the template tags after reading https://twitter.com/aymericaugustin/status/725964478693687296. Current situation is we have a couple of template tags...