1
0
mirror of https://github.com/django/django.git synced 2025-01-22 08:10:28 +00:00
Anders Kaseorg e535da6865 Fixed #19523 -- Improved performance of Django's bash completion
Previous version took about 150ms to source, even on a warm cache,
primarily because it forks+execs /usr/bin/basename 44 times.
This patch makes it faster by a factor of 5 (and I imagine that a little
more thought would reduce the time to effectively zero).
2013-01-22 13:50:10 +01:00
..

This directory contains extra stuff that can improve your Django experience.