..
bin
Added shebang line to bin/profiling/gather_profile_stats.py. Refs #7268
2008-06-16 04:09:44 +00:00
conf
Closes #7562 , Updated Macedonian (mk) translation. Thanks Georgi Stanojevski.
2008-06-30 08:02:46 +00:00
contrib
Fixed #6089 -- Removed default ordering on the User class.
2008-06-30 12:52:46 +00:00
core
Fixed #7521 -- Added the ability to customize ROOT_URLCONF for the duration of a TestCase. Thanks to Mark Fargas (telenieko) for his work on this patch.
2008-06-30 12:34:29 +00:00
db
Fixed #6928 -- Added a little more robustness to transaction rollbacks for Python 2.5. Patch from guettli.
2008-06-30 11:56:52 +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 #7046 -- set the response status code correctly in ConditionalGetMiddleware.
2008-06-30 07:03:58 +00:00
newforms
Fixed #5957 -- Enforce the "required" attribute on BooleanField in newforms.
2008-06-30 10:44:56 +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 #7417 -- Fixed ReST error in do_if() docstring. Thanks, Richard Bell <rbell01824@earthlink.net>
2008-06-26 05:24:32 +00:00
templatetags
Fixed #6201 -- Improved the {% cache %} template tag to allow the timeout to be a template variable. Inspired by the patch by zz and edrik
2008-06-26 04:54:10 +00:00
test
Fixed #7521 -- Added the ability to customize ROOT_URLCONF for the duration of a TestCase. Thanks to Mark Fargas (telenieko) for his work on this patch.
2008-06-30 12:34:29 +00:00
utils
Fixed #6994 -- For fastcgi, set a more sensible default umask.
2008-06-30 11:22:41 +00:00
views
Fixed #7127 -- Fixed incorrect docstring for page_not_found() view. Thanks, kcarnold and Simon Greenhill
2008-06-16 03:41:03 +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