| Age | Commit message (Expand) | Author |
| 2007-09-14 | Fixed #5286 -- Fixed non-HTML output bug in adminindex command. Thanks, dan.f... | Adrian Holovaty |
| 2007-09-14 | Fixed #5226. Now we check the Oracle version and give an explicit | Matt Boersma |
| 2007-09-14 | Fixes #2086: Added null.css file to avoid spurious 404s due to the "high pas... | Wilson Miner |
| 2007-09-14 | Fixed #5464 -- Fixed typo in docs/newforms.txt. Thanks, ramiro | Adrian Holovaty |
| 2007-09-14 | Fixed #5218: Made Oracle create autoinc triggers using the correct name | Ian Kelly |
| 2007-09-14 | Fixed #5442 -- Added Jython workaround in django.test._doctest. Thanks, leo.s... | Adrian Holovaty |
| 2007-09-14 | Fixed #3146: DateFields no longer barf when confronted by strings. Thanks, De... | Jacob Kaplan-Moss |
| 2007-09-14 | Added django/db/backends/creation.py, with BaseCreation. Refs #5461 | Adrian Holovaty |
| 2007-09-14 | Fixed #5455 -- Fixed some backticks, quotes and typos in the settings documen... | Russell Keith-Magee |
| 2007-09-14 | Edited docs/install.txt changes from [6178] | Adrian Holovaty |
| 2007-09-14 | Added 'New in Django development version' note to docs/request_response.txt c... | Adrian Holovaty |
| 2007-09-14 | Fixed #1760 -- Unwound a subselect in an update for order_with_respect_to han... | Malcolm Tredinnick |
| 2007-09-14 | Fixed #5453 -- Fixed TEST_DATABASE_NAME handling to match documentation. Than... | Malcolm Tredinnick |
| 2007-09-14 | Fixed a syntax error in the Plural-Forms header. This prevents Django from cr... | Malcolm Tredinnick |
| 2007-09-14 | Fixed #5340 -- Fixed a broken link. Thanks, Justin Lilly. | Malcolm Tredinnick |
| 2007-09-14 | Fixed a bunch of Python 2.3 issues. Two tests still fail, but this fixes the ... | Malcolm Tredinnick |
| 2007-09-14 | Fixed #5280 -- Minor typo in modpython docs. Thanks for the attention to deta... | Russell Keith-Magee |
| 2007-09-14 | Added Matt Riggott to AUTHORS. | Malcolm Tredinnick |
| 2007-09-14 | Fixed #3766 -- Added in-memory caching for the sites framework. Will speed up... | Malcolm Tredinnick |
| 2007-09-14 | Fixed #4544 -- Updated docs for allowed field types in an admin list_filter. ... | Russell Keith-Magee |
| 2007-09-14 | Fixed #3902 -- Added some excellent notes about installing Django on Windows.... | Malcolm Tredinnick |
| 2007-09-14 | Fixed #3651 -- Changed set_language_view() to require POST request is used, i... | Malcolm Tredinnick |
| 2007-09-14 | Fixed #4964 -- Added Brazilian state field to localflavors. Thanks, William A... | Malcolm Tredinnick |
| 2007-09-14 | Fixed #3848 -- Added more comprehensive checks to ImageField validation, chec... | Russell Keith-Magee |
| 2007-09-14 | Fixed #4951 -- Improved host retrieval in sites.models.RequestSite. Thanks, C... | Malcolm Tredinnick |
| 2007-09-14 | Fiex #5331 -- Modified newforms URLField to prepend http:// if no protocol is... | Russell Keith-Magee |
| 2007-09-14 | Fixed #5067 -- Fixed a problem with javascript popup widgets appearing in the... | Russell Keith-Magee |
| 2007-09-14 | Backed out [6165]. It breaks things for people using psycopg2 because it requ... | Malcolm Tredinnick |
| 2007-09-14 | Removed really obsolete file. I've been informed by reliable sources that thi... | Malcolm Tredinnick |
| 2007-09-14 | Fixed tests to match new HTTP redirect behaviour. We always redirect to absol... | Malcolm Tredinnick |
| 2007-09-14 | Added svn ignores for a couple localflavor directories. | Gary Wilson Jr |
| 2007-09-14 | Fixed a typo from [6164]. | Malcolm Tredinnick |
| 2007-09-14 | Fixed #4986 -- Improved get_host() host detection. Thanks, SmileyChris. | Malcolm Tredinnick |
| 2007-09-14 | Refs #4299 -- Removed some code duplication in the postgresql introspection m... | Gary Wilson Jr |
| 2007-09-14 | Fixed #987 -- Convert relative URI portions into absolute URIs in HTTP Locati... | Malcolm Tredinnick |
| 2007-09-14 | Fixed #5341 -- Clarified docs/db-api.txt docs about params in extra(). Thanks... | Adrian Holovaty |
| 2007-09-14 | Added documentation notes for new feature added in [6149]. | Russell Keith-Magee |
| 2007-09-14 | Added 'New in Django development version' note to docs/generic_views.txt chan... | Adrian Holovaty |
| 2007-09-14 | Edited docs/request_response.txt change from [6155] | Adrian Holovaty |
| 2007-09-14 | Edited docs/templates_python.txt change from [6143] | Adrian Holovaty |
| 2007-09-14 | Fixed #3895 -- Added ability to customize the context variable in the archive... | Russell Keith-Magee |
| 2007-09-14 | Fixed #3489 -- Added proper deepcopying to form fields so that widget instanc... | Malcolm Tredinnick |
| 2007-09-14 | Fixed #4726 -- Added a note about the exception raised by QuerySet.__getitem__. | Malcolm Tredinnick |
| 2007-09-14 | Fixed #5123 -- Fixed ImageField to pass along keyword arguments in its formfi... | Gary Wilson Jr |
| 2007-09-14 | Fixed #208 -- Modernized the syntax of the cycle tag to allow for spaces and ... | Russell Keith-Magee |
| 2007-09-14 | Fixed #3421 -- Added IP and localhost validation to newforms URLField. Thanks... | Russell Keith-Magee |
| 2007-09-14 | Moved `flatatt` function tests to the util test module. | Gary Wilson Jr |
| 2007-09-14 | Refs #5370 -- Added tests for ValidationError messages. | Gary Wilson Jr |
| 2007-09-14 | Fixed #4919 -- Added 'last' marker on paginators. Thanks to patrick@vonautoma... | Russell Keith-Magee |
| 2007-09-14 | Fixed #3922 -- Added a warning that fields passed to form_for_model callback ... | Malcolm Tredinnick |