rfk / django forked from teepark/django

django project public repo

rfk (author)
Mon Apr 20 15:54:47 -0700 2009
commit  6b2c7df147cce990c3eb7d60d3268bf63ee34ead
tree    9a854c2c782f2a9594e97817414c08d2b745eb34
parent  b2b69a1f7486902885bf5c3bb5999e71fdfde8d2 parent  d7dc00c1325487d9c535b8613cfa157b0038f8fd
django / django
name age message
..
file __init__.py Mon Mar 23 17:24:32 -0700 2009 Bumped version for 1.1 beta. git-svn-id: http:... [jacob]
directory bin/ Fri Mar 13 22:18:02 -0700 2009 Fixed #10102 -- Set svn:executable on daily_cle... [russellm]
directory conf/ Loading commit data...
directory contrib/
directory core/
directory db/
directory dispatch/ Fri Apr 10 11:58:32 -0700 2009 Fixed #10753 -- Fixed regression in dispatcher ... [adrian]
directory forms/
directory http/ Sat Apr 11 20:50:47 -0700 2009 Fixed #10267 -- Correctly handle IRIs in HttpRe... [mtredinnick]
directory middleware/ Sat Apr 11 21:14:23 -0700 2009 Fixed #10630 -- Be even more conservative in GZ... [mtredinnick]
directory shortcuts/ Sat Mar 21 06:09:13 -0700 2009 Fixed #10194: added `django.shortcuts.redirect`... [jacob]
directory template/ Sat Apr 11 21:55:41 -0700 2009 Fixed #10675 -- Added unicode paragraph and lin... [mtredinnick]
directory templatetags/ Sat Apr 11 05:03:52 -0700 2009 Fixed #10369 -- Fixed auto-escaping inside "tra... [mtredinnick]
directory test/
directory utils/ Mon Apr 13 05:35:49 -0700 2009 Fixed #9522 -- Modified handling of values in b... [russellm]
directory views/ Mon Apr 13 06:23:03 -0700 2009 Fixed #10458 -- Corrected the `next_month` and ... [russellm]
directory wsgi/