| Age | Commit message (Expand) | Author |
| 2007-09-14 | Fixed #5460 -- unique_together now accepts a single tuple for convenience. Th... | Adrian Holovaty |
| 2007-09-14 | Fixed #2970: made HttpResponse headers case-insensitive. Thanks to SmileyChri... | Jacob Kaplan-Moss |
| 2007-09-14 | Fixed #5445: added some compatibility code for the lack of __iter__ in Jython... | Jacob Kaplan-Moss |
| 2007-09-14 | Fixed 3136: Set .clockbox admin widget to auto width to allow for longer head... | Wilson Miner |
| 2007-09-14 | Fixed #4542: added a generic localflavor DateField. Thanks, Nick Lane. | Jacob Kaplan-Moss |
| 2007-09-14 | Fixed #5394 -- REDIRECT_FIELD_NAME is now configurable. Thanks, Petr Marhoun,... | Adrian Holovaty |
| 2007-09-14 | Fixed #5342 -- Added max_length parameter to EmailField. Thanks, donspaulding... | Adrian Holovaty |
| 2007-09-14 | Fixed #5376 -- Added --addrport option to the 'testserver' command. Thanks, t... | Adrian Holovaty |
| 2007-09-14 | Added missing files from [6202] - sorry. | Jacob Kaplan-Moss |
| 2007-09-14 | Fixed #3988: added a localflavor for our friends to the north (i.e. Canada). ... | Jacob Kaplan-Moss |
| 2007-09-14 | Fixed #4061: added docs on how to limit access to databrowse. Thanks, Nick Ef... | Jacob Kaplan-Moss |
| 2007-09-14 | Fixed #5448: you can now use unicode characters in primary keys. Thanks, pigl... | Jacob Kaplan-Moss |
| 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 |