.. |
bin
|
Fixed #7030 -- Handle extraction of UTF-8 messages from Javascript files.
|
2008-04-26 13:25:30 +00:00 |
conf
|
Fixed #2548: added get/set_expiry methods to session objects. Thanks, Amit Upadhyay and SmileyChris.
|
2008-06-07 20:28:06 +00:00 |
contrib
|
Fixed #7394: fixed bug with syncdb and createsuperuser introduced in [7590]. Thanks, av0000@mail.ru
|
2008-06-08 18:18:01 +00:00 |
core
|
Fixed #4371 -- Improved error checking when loading fixtures. Code now catches explicitly named fixture formats that are not supported (e.g, YAML fixtures if you don't have PyYAML installed), and fixtures that are empty (which can happen due to XML tag errors). Thanks to John Shaffer for the suggestion, and Keith Bussell for his work on the fix.
|
2008-06-08 08:21:18 +00:00 |
db
|
Fixed #7369: fixed a corner-case involving select_related() following non-null FKs after null ones. Thanks, George Vilches
|
2008-06-08 18:13:46 +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 #6616 -- Added an is_ajax() method to HttpRequest that uses the de facto
|
2008-03-20 07:16:16 +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 #5917 -- More error robustness in date parsing in SelectDateWidget, plus
|
2008-03-20 07:44:46 +00:00 |
oldforms
|
Implemented auto-escaping of variable output in templates. Fully controllable by template authors and it's possible to write filters and templates that simulataneously work in both auto-escaped and non-auto-escaped environments if you need to. Fixed #2359
|
2007-11-14 12:58:53 +00:00 |
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 #7293 -- Corrected some doctests strings internal to the template module. Thanks, akaihola.
|
2008-06-06 13:58:42 +00:00 |
templatetags
|
Fixed #4539 -- Fixed a subtle context resolving bug in the i18n template tag.
|
2008-03-17 14:55:30 +00:00 |
test
|
Fixed #5836 -- Corrected the logic in the Test Client when an exception raised by a view is caught and re-raised. Thanks for the report, test case, and fix, Chris Wagner.
|
2008-06-07 06:25:59 +00:00 |
utils
|
Refs #7297 -- Corrected some doctest strings internal to the utils.text module. Thanks, akaihola.
|
2008-06-06 14:09:20 +00:00 |
views
|
Fixed #6864 -- Handle Javascript i18n when the plural form expression returns
|
2008-03-24 13:27:19 +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 |