* chore: update add-django-cprofile-filter.patch * fix: only use "draft" state when making aliases * refactor: eliminate repeated get_state_slug() On dev, reduces time for a draft-aliases api call by by 10-15% * refactor: only annotate inactive drafts * refactor: de-lint * refactor: speed up get_draft_authors_emails Another 20% or so improvement in response time * fix: guard against null person |
||
---|---|---|
.. | ||
add-django-cprofile-filter.patch | ||
change-oidc-provider-field-sizes-228.patch | ||
django-cookie-delete-with-all-settings.patch | ||
fix-django-unicode-comparison-bug.patch | ||
fix-jwkest-jwt-logging.patch | ||
fix-oidc-access-token-post.patch | ||
fix-patch-no-chdir.patch | ||
README | ||
tastypie-django22-fielderror-response.patch | ||
trace-django-queryset-origin.patch |
This directory is for patches to the datatracker environment, not for patches to the datatracker itself (those are ephemeral, in the sense that they should not stay around as patches, they should be committed to the repository if they are of long-term value). As an example, trace-django-queryset-origin.patch is a patch to django 1.10 which adds some meta-information to the query entries provided for debug purpose by django.template.context_processors.debug as sql_queries.