[12:40:35] <ronny> jezdez: btw, sidenote, any oppinion on the django-configurations pr for the django-cadmin command?
[13:13:35] <kartikgupta0909> hello can somebody tell me how should i modify this command to make it work behind proxy "pip install -e svn+http://google-visualization-python.googlecode.com/svn/trunk@18#egg=gviz_api.py-1.7.1-py2.7-dev_r18"
[19:08:07] <hynek> so um, why does pip re-download every package every single time since it’s showing me the message that it will manage its cache itself? :-/
[19:10:12] <tomprince> hynek: Are you using multiple versions of python? The first versions of 6.0.x had a bug that broke the cache when switching versions.
[19:14:13] <jezdez> I think a sphinx docs may be useful to document the various features a bit in detail
[19:14:26] <jezdez> I’m stoked for the entrypoints btw
[19:14:49] <tomprince> hynek: Hmm .. is it actually generating network trafic? I guess it perhaps checks etags or whatever. (It obeys whatever cache headers the origin sends)
[19:14:55] <jezdez> in case I’d write my own extension, how do the iteration of entrypoints work btw, do 3rd party entrypoints come first?
[19:15:30] <_habnabit> ronny, it doesn't look like you fixed the issue i described earlier
[19:15:58] <ronny> _habnabit: did i miss something? we no longer recurse into parent dirs
[19:16:08] <_habnabit> ronny, you might not, but git/hg do
[19:16:29] <ronny> _habnabit: we dont even invoke git/hg if we dont have a controll file in the same dir