public
Description: A high-level Python Web framework that encourages rapid development and clean, pragmatic design.
Homepage: http://www.djangoproject.com/
Clone URL: git://github.com/brosner/django.git
django / django
name age message
..
file __init__.py Tue Sep 30 10:50:44 -0700 2008 Update django.VERSION in trunk per previous dis... [ubernostrum]
directory bin/ Sat Jul 05 23:39:44 -0700 2008 Fixed #5522 -- Moved make-messages, compile-mes... [mtredinnick]
directory conf/ Sun Oct 05 21:19:11 -0700 2008 Fixed #9305 -- Updated Georgian translation fro... [mtredinnick]
directory contrib/ Wed Oct 08 07:47:01 -0700 2008 Fixed #9053 -- Allowed for sorting of callable ... [kmtracey]
directory core/ Tue Oct 07 05:20:01 -0700 2008 Fixed #9233 -- Allow date and message-id header... [mtredinnick]
directory db/ Wed Oct 08 02:45:27 -0700 2008 A queryset that has had ordering removed (order... [mtredinnick]
directory dispatch/ Mon Aug 25 11:24:05 -0700 2008 Fixed #8285: signal handlers that aren't functi... [jacob]
directory forms/ Wed Oct 08 03:09:44 -0700 2008 Fixed #9319 -- Fixed a crash when using the sam... [mtredinnick]
directory http/ Fri Aug 29 09:49:19 -0700 2008 Fixed #8278: fixed `QueryDict.update(QueryDict)... [jacob]
directory middleware/ Tue Oct 07 01:22:50 -0700 2008 Fixed #9199 -- We were erroneously only prepend... [mtredinnick]
directory shortcuts/ Sun Dec 02 10:21:07 -0800 2007 Fixed #3511 -- Changed QuerySet.get() to return... [mtredinnick]
directory template/ Sun Oct 05 23:34:54 -0700 2008 Added some better error reporting and path hand... [mtredinnick]
directory templatetags/ Sun Aug 24 21:52:55 -0700 2008 Fixed #7460 -- Made the "cache" templ... [mtredinnick]
directory test/ Tue Oct 07 02:23:40 -0700 2008 Fixed #5888 -- Added methods to the test client... [mtredinnick]
directory utils/ Sun Oct 05 23:34:54 -0700 2008 Added some better error reporting and path hand... [mtredinnick]
directory views/ Tue Sep 09 22:56:34 -0700 2008 Moved the bulk of the shortcut() function in dj... [adrian]