1
0
mirror of https://github.com/django/django.git synced 2025-01-11 02:46:13 +00:00
django/django
2008-03-08 03:55:47 +00:00
..
bin
conf Fixed #6703 -- Updated German (de) translation from Michael Radziej. 2008-03-07 13:14:59 +00:00
contrib Fixed #5922 -- Turned ModelBackend authentication backend into a new-style class, thanks Honza_Kral. 2008-03-08 03:09:29 +00:00
core Fixed #6223 -- When determining if terminal supports color, don't call isatty if it doesn't exist, thanks mamadou. 2008-03-08 03:12:27 +00:00
db Re-enable substring lookups for IP address fields in Postgres using HOST() Thanks for the suggestion, Thomas Adamcik. Fixes #708. 2008-02-26 23:12:47 +00:00
dispatch
forms
http A few styling fixes. 2008-03-08 03:46:33 +00:00
middleware Fixed #6480 -- Added application/pdf the list of content types we don't compress when sending to Internet Explorer. Thanks, Bastien Kleineidam. 2008-02-04 01:40:53 +00:00
newforms Fixed #5811 -- Added an explicit conversion to unicode that was otherwise causing problems in some cases. Thanks, Mike Maravillo. 2008-02-29 19:05:52 +00:00
oldforms
shortcuts
template Fixed #5701 -- Fixed decorators to take the name, attributes, and docstring of the function they decorate by adding a modified version of the functools.wraps function from Python 2.5. wraps has been altered to work with Django's curry function and with Python 2.3, which doesn't allow assignment of a function's __name__ attribute. This fixes severaly annoyances, such as the online documentation for template filters served by the admin app. This change is backwards incompatible if, for some reason, you were relying on the name of a Django decorator instead of the function it decorates. 2008-02-25 06:02:35 +00:00
templatetags
test Fixed #6481 -- Fixed a bunch of import problems (and some whitespace cleanups). 2008-02-19 00:08:08 +00:00
utils Removed unused import, corrected a typo, and made some styling fixes. 2008-03-08 03:55:47 +00:00
views Fixed #5603 -- Allow customization of the language cookie name. Thanks, moe. 2008-02-29 18:38:44 +00:00
__init__.py