django1/extras
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
..
README.TXT MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions. 2006-05-02 01:31:56 +00:00
csrf_migration_helper.py Made more extensive usage of context managers with open. 2012-05-05 14:06:36 +02:00
django_bash_completion Fixed #19523 -- Improved performance of Django's bash completion 2013-01-22 13:50:10 +01:00

README.TXT

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