Sander van Leeuwen
Results
2
issues of
Sander van Leeuwen
The document.reload call causes some issues. 1. Referrer information isn't interpreted correctly in Google Analytics. (organic traffic is measured as direct) 2. Google PageSpeed Insights raises a 'too many redirects'...
I'm using `django.core.management.call_command('dumpdata')` directly to export data dynamically. This should use the `base_objects`. It won't because it's only used when `django/core/management/commands/dumpdata.py` is in the stack, which is a bit hacky....
bug