.. |
bin
|
Fixed #4899 -- Fixed a problem on Windows when generating message catalogs (caused by [5722]). Thanks, Ramiro Morales.
|
2007-08-11 07:01:46 +00:00 |
conf
|
Fixed #5473 -- Updated Finnish translation. Thanks akaihola.
|
2007-09-15 04:54:17 +00:00 |
contrib
|
Fixed #5486 -- Worked around the lack of os.getpid() in Jython, whilst still using it for CPython. Patch from Leo Soto.
|
2007-09-15 09:51:41 +00:00 |
core
|
Fixed #5486 -- Worked around the lack of os.getpid() in Jython, whilst still using it for CPython. Patch from Leo Soto.
|
2007-09-15 09:51:41 +00:00 |
db
|
Fixed #4879 -- Added 'created' arg to post_save signal. This is True is a new object is created. Patch from George Vilches.
|
2007-09-15 09:14:51 +00:00 |
dispatch
|
Fixed #3439: vastly improved the performance of django.dispatch (and added tests!). Thanks to Brian Harring for the patch. Note that one of the new tests fails under sqlite currently; it's not clear if this is a sqlite problem or a problem with the tests, but it appears not to be a problem with the dispatcher itself.
|
2007-02-26 03:17:04 +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
|
Added more dict-like methods to HttpResponse as part of the response.headers -> response._headers move, and fixed a few direct uses of response.headers in Django itself. Thanks to PhiR for tracking down and slaying these bugs.
|
2007-09-14 22:33:56 +00:00 |
middleware
|
Added more dict-like methods to HttpResponse as part of the response.headers -> response._headers move, and fixed a few direct uses of response.headers in Django itself. Thanks to PhiR for tracking down and slaying these bugs.
|
2007-09-14 22:33:56 +00:00 |
newforms
|
Fixed #5387 -- Added is_multipart method to forms. Original patch from Petr Marhhoun. Tests and documentation from Murkt.
|
2007-09-15 10:12:05 +00:00 |
oldforms
|
Fixed #5015 -- Typo fix in oldforms. Thanks, teyc@cognoware.com.
|
2007-08-12 03:29:07 +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 #3036 -- Fixed some doctest strings that were failing. Thanks to pterk for the original patch.
|
2007-09-15 08:29:56 +00:00 |
templatetags
|
Merged Unicode branch into trunk (r4952:5608). This should be fully
|
2007-07-04 12:11:04 +00:00 |
test
|
Fixed #5445: added some compatibility code for the lack of __iter__ in Jython 2.2. Thanks, Leo Soto.
|
2007-09-14 19:55:24 +00:00 |
utils
|
Fixed #3036 -- Fixed some doctest strings that were failing. Thanks to pterk for the original patch.
|
2007-09-15 08:29:56 +00:00 |
views
|
Fixed #3651 -- Changed set_language_view() to require POST request is used, in accordance with the HTTP spec (it changes the user's state). Thanks, Fraser Nevett.
|
2007-09-14 07:33:45 +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 |