datatracker/patch
2018-01-17 19:27:52 +00:00
..
fix-django-unicode-comparison-bug.patch Modified the django patch check action from [14474] (for django issue #28772) to work with arbitrary locations of the virtual Python environment, rather than assuming a particular location of the virtual environment directory. 2018-01-04 13:18:57 +00:00
fix-unidecode-argument-warning.patch Modified the patch actions run under the 'check' management command to patch an issue with a unidecode lib warning. 2018-01-17 19:27:52 +00:00
README Added some debug functionality which makes it possible to see from where (python source file and line) an SQL query comes when looking at the sql query summary available at the bottom of pages in debug mode, on INTERNAL_IPS. 2017-04-10 17:27:11 +00:00
trace-django-queryset-origin.patch Updated patch, debug.html and ietf.css for improved sql debug info. 2017-04-12 18:24:51 +00:00

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.