datatracker/6.130.2.dev0/patch
Robert Sparks cf949872f1 New branch for 6.130.2.dev0
- Legacy-Id: 17832
2020-05-19 13:52:46 +00:00
..
add-django-cprofile-filter.patch New branch for 6.130.2.dev0 2020-05-19 13:52:46 +00:00
fix-django-unicode-comparison-bug.patch New branch for 6.130.2.dev0 2020-05-19 13:52:46 +00:00
fix-patch-no-chdir.patch New branch for 6.130.2.dev0 2020-05-19 13:52:46 +00:00
fix-request-profiler-streaming-length.patch New branch for 6.130.2.dev0 2020-05-19 13:52:46 +00:00
fix-unidecode-argument-warning.patch New branch for 6.130.2.dev0 2020-05-19 13:52:46 +00:00
README New branch for 6.130.2.dev0 2020-05-19 13:52:46 +00:00
trace-django-queryset-origin.patch New branch for 6.130.2.dev0 2020-05-19 13:52:46 +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.