PJ Farrell
PJ Farrell
Reference: https://docs.djangoproject.com/en/1.8/releases/1.8/#minor-features https://docs.djangoproject.com/en/1.8/ref/contrib/admin/#django.contrib.admin.ModelAdmin.show_full_result_count Code: https://github.com/django/django/blob/6ff500127a21f5f2104dc77a09dfa73d5f7c94ce/django/contrib/admin/templates/admin/search_form.html It only requires adding in an `if` statement in the template and checking the Django version.
I have `MAILDEV_AUTO_RELAY` set to no value using the docker beta 3 and auto relay is not enabled even though I have rules set. How do I enable auto relay...
Right now this library is limited to a single IDP. I have need where users could authenticate from 2 different IDPs. Django SAML2 library has the ability to configure multiple...
WIP for #117
Wondering how best to handle this a situation where the claim data needs to be transformed into something useable. By default, Microsoft AD sends Object GUIDs (UUIDs) as base64 encoded...
@raiderrobert I was wondering if we could get a release of 0.3.0 with the new HTML2Text support pushed to PyPI?
The new `periodic_task_name` added in #261 was added to only the list display and list filter in the Django admin list view. The periodic task name is missing from the...
Tests pass Also: - fix runtests.py to ignore venv directory - make messages (update missing for BR and RU) Refs #76
When using large Querysets as the input to `MultipleModelField`, the service fails (usually to out of memory / timeouts). This occurs because the Queryset is [evaluated in `clean` as the...