Rad W

Results 13 issues of Rad W

In the case of this feed: ``` pnvdriving PNVideo playlist to bridge to YouTube DYNAMIC u0iPtP89 8cff50dc-e67e-480a-b81c-ebf2cab00288 .... ``` The `jwplayer:link` gets parsed into a single jwplayer_link key and only...

fixes the import actions issue.

#### One line description of the issue sql decode error (see stack trace) #### Python script python manage.py runserver Running latest django and djongo on python 3.7.0 Running older version...

Getting this in django 1.7.7: ``` ../site/lib/filer/admin/patched/admin_utils.py:51: RemovedInDjango18Warning: `Options.get_delete_permission` has been deprecated in favor of `django.contrib.auth.get_permission_codename`. opts.get_delete_permission()) ```

stale

``` $ nosetests -v -s --cover-html --cover-html-dir=htmlcov --cover-erase --with-coverage --cover-package=lib --logging-filter=root lib/security/* test_get_external_customer_id (tests.lib.security.partners.test_grs.TestGrsAuth) ... ok test_validate_expiration_false (tests.lib.security.partners.test_grs.TestGrsAuth) ... ok test_validate_expiration_true (tests.lib.security.partners.test_grs.TestGrsAuth) ... ok test_validate_required_fields_false (tests.lib.security.partners.test_grs.TestGrsAuth) ... ok test_validate_required_fields_true (tests.lib.security.partners.test_grs.TestGrsAuth)...

Is there a way to do this instead of using the default? Would be nice to be able to overwrite this in settings.py Also I want to use an existing...

Hey I was wondering if its okay by you to add a use case for translating urls for models using the slug field and get_absolute_url for an object. I know...

``` from wcag_zoo.molerat import molerat messages = molerat(html=some_text, ... ) assert len(messages['failed']) == 0 ``` this example does not work ``` >>> from wcag_zoo.molerat import molerat Traceback (most recent call...

Tested with jquery 1.9.1 , 1.9.2 and 1.10.3. Did not work properly with jquery 1.10.3

I had to patch nose for django 2.2 on python 3.11 - ``` # patch for nose (django-nose) for py3.11 import collections collections.Callable = collections.abc.Callable # End of patch ```...