1
0
mirror of https://github.com/django/django.git synced 2024-12-23 17:46:27 +00:00
django/django
2008-01-31 22:33:50 +00:00
..
bin Fixed #5978 -- Gave LOCALE_PATHS a default setting of an empty tuple and removed some code that was checking for its existance in settings before accessing it. 2007-11-19 05:59:58 +00:00
conf Fixed #6431 -- Fixed misspelling in projects template settings file, thanks Daniel Lindsley. 2008-01-28 05:40:57 +00:00
contrib Fixed add_domain call to use domain attribute of current_site so the function doesn't use the string representation of current_site. 2008-01-31 22:33:50 +00:00
core Fixed #6419 -- Fixed verbosity level checks in loaddata command that were raised to unobtainable levels in [6883]. 2008-01-28 03:53:50 +00:00
db Fixed #6302. FileField no longer requires a value if one already exists. Thanks Brian Rosner and Øyvind Saltvik. 2008-01-17 18:03:21 +00:00
dispatch
forms
http Fixed #5956 -- Added a better error description for non-ASCII HTTP headers. Patch from jvloothuis. 2007-12-17 08:05:51 +00:00
middleware Fixed #3228 -- Added new APPEND_SLASH handling behaviour in the common middleware. Makes customisation a bit easier. Thanks, Mihai Preda and Andy Gayton. 2007-12-02 23:25:55 +00:00
newforms Fixed #6302 for ImageFields. 2008-01-18 15:53:19 +00:00
oldforms
shortcuts Fixed #3511 -- Changed QuerySet.get() to return a MultipleObjectsReturned exception, rather than an assertion error. Thanks, Gary Wilson and cheeming. 2007-12-02 18:21:07 +00:00
template Fixed #6471 -- Fixed stringfilter decoration of force_escape filter. 2008-01-28 02:30:53 +00:00
templatetags
test Fixed typo in testcases module. 2008-01-28 02:15:00 +00:00
utils Minor style fixes. 2007-12-11 05:49:11 +00:00
views Corrected a typo in the debug page -- 'Share this traceback on a public Web site' 2007-12-23 22:53:30 +00:00
__init__.py