..
bin
Fixed #3955 -- Handled the case when there is no LOCALE_PATHS setting from [6349]. Thanks, Wang Chun and semenov.
2007-10-03 03:19:14 +00:00
conf
Fixed #5799 -- Apparently it's not enough to have all the right letters in a
2007-10-27 04:26:44 +00:00
contrib
Fixed #3502 -- Added TTL support for RSS (not Atom) feeds. Patch from
2007-10-20 14:54:38 +00:00
core
Fixed #3496 -- Handle the case of missing (and hence '0') Content-Length header
2007-10-21 23:52:08 +00:00
db
Added a BaseDatabaseOperations.last_executed_query() hook, which allows a database backend to specify how to get the last-executed query on a given cursor. Implemented it for the psycopg2 backend. This means that for psycopg2, the SQL statements in django.db.connection.queries will now reflect the exact SQL as sent to the server, instead of a naive and misleading string-interpolated version
2007-10-23 19:00:31 +00:00
dispatch
Fixed #5664 -- Added a Jython workaround for some assumptions in the signal
2007-10-21 18:26:24 +00:00
forms
Changed django.forms to remove duplicate code and import from django.oldforms instead
2006-12-22 01:44:34 +00:00
http
Fixed #5562 -- Changed settings of Expires heading when expiring a cookie to
2007-10-20 07:01:12 +00:00
middleware
Fixed #5762 -- Quoted the portions that make up the URL when appending
2007-10-20 08:31:05 +00:00
newforms
Fixed #5794 -- Be more robust when rendering a DateTimeInput widget. Thanks,
2007-10-22 13:13:12 +00:00
oldforms
Fixed a Python 2.3 Unicode + oldforms problem. Refs #5287 .
2007-10-04 01:54:58 +00:00
shortcuts
Fixed #5483 -- Removed django.shortcuts.load_and_render, which was replaced a long time ago
2007-09-15 04:52:48 +00:00
template
Fixed #4123 -- Changed the firstof template tag to correctly handle a literal
2007-10-20 15:01:31 +00:00
templatetags
Removed a bunch of DOS line endings. Somehow I didn't convert this correctly in
2007-10-23 13:12:04 +00:00
test
Modified the test harness to respect the LANGUAGE_CODE setting. Also changed
2007-10-21 17:26:32 +00:00
utils
i18n security fix. Details will be posted shortly to the Django mailing lists and the official weblog.
2007-10-26 19:52:42 +00:00
views
Fixed #5712 -- Added more robustness to source code display in the debug view. Our behaviour is a bit more PEP 263 compliant now, too. Thanks, Thomas Güttler.
2007-10-21 18:15:01 +00:00
__init__.py
Fixed #5215 -- Added Subversion revision number to Django version string. Thanks for the patch, Deryck Hodge
2007-08-21 03:08:02 +00:00