| Age | Commit message (Expand) | Author |
| 2007-09-15 | Added a get_host() method to HttpRequest. There is still an http.get_host() v... | Malcolm Tredinnick |
| 2007-09-15 | Fixed #5430 -- Improved docs for running Django's own unit tests in docs/cont... | Adrian Holovaty |
| 2007-09-15 | Fixed #5495 -- Made some organization / spelling / grammar changes to docs/i1... | Adrian Holovaty |
| 2007-09-15 | Fixed #5267 -- Documented that order_by('?') queries can be slow | Adrian Holovaty |
| 2007-09-15 | Fixed #5109 -- Pass the request object to any exception signal handler. Thank... | Malcolm Tredinnick |
| 2007-09-15 | Fixed #5242 -- Fixed table processing for some databases with case insensitiv... | Malcolm Tredinnick |
| 2007-09-15 | Variable renaming. I didn't feel comfortable with the tricky re-aliasing in t... | Malcolm Tredinnick |
| 2007-09-15 | Fixed #5243 -- Allow loading of templatetags from subdirectories (via dotted ... | Malcolm Tredinnick |
| 2007-09-15 | Edited docs/newforms.txt changes from [6273] | Adrian Holovaty |
| 2007-09-15 | Fixed #5177 -- Changed content type creation to also remove the types for any... | Malcolm Tredinnick |
| 2007-09-15 | Fixed #5492 -- Removed some bad markup. Thanks, msaelices. | Malcolm Tredinnick |
| 2007-09-15 | Fixed #5471 -- Fixed cleaning of boolean field data when it's used as a hidde... | Malcolm Tredinnick |
| 2007-09-15 | Added svn:ignore *.pyc attributes on a couple of new directories. | Malcolm Tredinnick |
| 2007-09-15 | Fixed #5462 -- Added Peruvian localflavor. Thanks, xbito. | Malcolm Tredinnick |
| 2007-09-15 | Fixed #5355 -- Fixed data cleaning for DecimalField. | Malcolm Tredinnick |
| 2007-09-15 | Fixed #5443 -- Handle lack of os.access() and os.chmod() in Jython. Thanks, L... | Malcolm Tredinnick |
| 2007-09-15 | Fixed #5357 -- Added documentation on the 'page' argument to generic object_l... | Russell Keith-Magee |
| 2007-09-15 | Made a small optimization to __deepcopy__ in [6276]. | Malcolm Tredinnick |
| 2007-09-15 | Fixed #5468 -- Fixed the handling of the context argument in direct_to_templa... | Russell Keith-Magee |
| 2007-09-15 | Fixed #5444 -- Changed manipulator class construction to use type(), rather t... | Malcolm Tredinnick |
| 2007-09-15 | Fixed #5487 -- Added deepcopying ability to lazy() objects, along with a test... | Malcolm Tredinnick |
| 2007-09-15 | Fixed #5470 -- Fixed the 'Z' time format marker in templates to handle timezo... | Malcolm Tredinnick |
| 2007-09-15 | Added Vsevolod Solovyov (a.k.a. Murkt) to AUTHORS. | Malcolm Tredinnick |
| 2007-09-15 | Fixed #5387 -- Added is_multipart method to forms. Original patch from Petr M... | Malcolm Tredinnick |
| 2007-09-15 | Fixed #5489 -- Updated docs to reflect the changes in [6177]. Thanks, msaelices. | Malcolm Tredinnick |
| 2007-09-15 | Fixed #5477 -- Added links from the markup filters to the more extensive docu... | Malcolm Tredinnick |
| 2007-09-15 | Fixed #5486 -- Worked around the lack of os.getpid() in Jython, whilst still ... | Malcolm Tredinnick |
| 2007-09-15 | Fixed #4879 -- Added 'created' arg to post_save signal. This is True is a new... | Malcolm Tredinnick |
| 2007-09-15 | Fixed #3036 -- Fixed some doctest strings that were failing. Thanks to pterk ... | Russell Keith-Magee |
| 2007-09-15 | Fixed a small bug in strings_only handling for force_unicode(). | Malcolm Tredinnick |
| 2007-09-15 | Fixed some Python 2.3 unicode conversion problems. Uncovered by the tests, bu... | Malcolm Tredinnick |
| 2007-09-15 | Added svn:ignore prop to new directories. | Matt Boersma |
| 2007-09-15 | Fixed #4714 -- Modified serializers to handle None primary keys correctly. Th... | Russell Keith-Magee |
| 2007-09-15 | Fixed #3088 -- Filter parameters are now translated in blocktrans. Thanks, pe... | Adrian Holovaty |
| 2007-09-15 | Fixed #1888 -- Fixed small interface inaccuracy when using filter_interface=m... | Adrian Holovaty |
| 2007-09-15 | Fixed #5024 -- Fixed potential error in docs/databases.txt related to MySQL '... | Adrian Holovaty |
| 2007-09-15 | Fixed #4692 -- Documented required database privileges. Thanks, ubernostrum | Adrian Holovaty |
| 2007-09-15 | Fixed #5473 -- Updated Finnish translation. Thanks akaihola. | Malcolm Tredinnick |
| 2007-09-15 | Fixed #5482 -- Fixed ReST error in docs/generic_views.txt. Thanks, ubernostru... | Adrian Holovaty |
| 2007-09-15 | Fixed #5483 -- Removed django.shortcuts.load_and_render, which was replaced a... | Adrian Holovaty |
| 2007-09-15 | Fixed #5456 -- Added a new Irish translation. Thanks, Michael Thornhill. | Malcolm Tredinnick |
| 2007-09-15 | Fixed #5264 -- Specified Flup version in docs/fastcgi.txt. Thanks, akaihola a... | Adrian Holovaty |
| 2007-09-15 | Fixed #5452 -- Updated Spanish translation. Thanks, Marc Garcia. | Malcolm Tredinnick |
| 2007-09-15 | Fixed #5451 -- Updated Catalan translation from garcia_marc. | Malcolm Tredinnick |
| 2007-09-15 | Fixed #4415 -- Added formfield method to PositiveIntegerField, so that those ... | Russell Keith-Magee |
| 2007-09-15 | Correcting inadvertent typo from [6224] | James Bennett |
| 2007-09-15 | Added explicit order_by filters to some model_forms tests that were failing i... | Ian Kelly |
| 2007-09-15 | Made the fixtures_regress test case be aware of Oracle's empty string | Ian Kelly |
| 2007-09-14 | Made Oracle backend cast CharField values of None to u'' instead of '' | Ian Kelly |
| 2007-09-14 | Fixed #5432 -- Added docs/form_preview.txt. Thanks, ryankanno | Adrian Holovaty |