thenewguy
thenewguy
We need to protect file deletion with transaction.on_commit so that we do not delete the old file on disk and then find out we can't save - this leaves us...
Fix issue #39
Model cluster does not support primary keys that are not of simple types. If you have a primary key that uses something like this [CashField from django's tests](https://github.com/django/django/blob/master/tests/from_db_value/models.py) that doesn't...
on windows automatically elevate to admin privileges if needed and attempt to use git's bundled ssh if ssh not found this makes the `vagrant up` and `vagrant ssh` commands work...
bind webpack dev server to 0.0.0.0 and set the script url based on the request url
Use a symlink for /vagrant/node_moldules that points out of the shared folder on windows to work around the path length restrictions on windows
WizardView is currently missing a validation step for interdependent form data. Forms are only validated individually. I see two ways to make this happen in a backwards compatible manner: 1)...
I am struggling with the following situation. We want to use native HLS playback on Safari. We provide DASH + HLS sources. We set `overrideNative: !videojs.browser.IS_SAFARI`. We list DASH first...
Fixes issue #114