| Age | Commit message (Expand) | Author |
| 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 |
| 2007-09-14 | Fixed test case that failed on Oracle because it assumed an ordering for | Matt Boersma |
| 2007-09-14 | Fixed a missing import in mysql backend. Thanks for pointing it out, mattmcc. | Jacob Kaplan-Moss |
| 2007-09-14 | Fixed the test in [6218] which was invalid for psycopg2 and friends -- execut... | Jacob Kaplan-Moss |
| 2007-09-14 | Negligible formatting change to [6211] | Adrian Holovaty |
| 2007-09-14 | Fixed #3091 -- django.contrib.comments views now accept extra_context and con... | Adrian Holovaty |
| 2007-09-14 | Added more dict-like methods to HttpResponse as part of the response.headers ... | Jacob Kaplan-Moss |
| 2007-09-14 | Fixed #5474 -- Improved docs/shortcuts.txt. Thanks, minarets and EyePulp | Adrian Holovaty |
| 2007-09-14 | Fixed number #4076: django.utils.feedgenerator now corectly handles times wit... | Jacob Kaplan-Moss |
| 2007-09-14 | Fixed #3381 - manage.py shell now respects PYTHONSTARTUP/.pythonrc.py. | Jacob Kaplan-Moss |
| 2007-09-14 | Fixed an Oracle sqlflush / sequence reset column name bug exposed by the new ... | Ian Kelly |
| 2007-09-14 | Fixed #5161 -- Changed MySQL backend only to report warning once. Thanks, dur... | Adrian Holovaty |
| 2007-09-14 | Fixed #5478 -- Fixed bug in lorem template tag. Thanks, racter | Adrian Holovaty |
| 2007-09-14 | Fixed breakage introduced in the recent render_to_response() change | Adrian Holovaty |
| 2007-09-14 | Fixed #5308 -- Redirect from pages that need login and have Unicode URL no lo... | Adrian Holovaty |
| 2007-09-14 | Backwards-incompatible change: renamed HttpResponse.headers to HttpResponse._... | Jacob Kaplan-Moss |
| 2007-09-14 | Fixed #4245 -- Added documentation about permission error on OS X. Thanks, ja... | Adrian Holovaty |
| 2007-09-14 | Fixed #4658 -- Improved documentation of linebreaks and linebreaksbr. Thanks,... | Adrian Holovaty |
| 2007-09-14 | Fixed #4071 -- Fixed bug in cache_page decorator, which was setting the wrong... | Adrian Holovaty |
| 2007-09-14 | Fixed the breakage in [6164] in a different, better way: HttpResponse now imp... | Jacob Kaplan-Moss |
| 2007-09-14 | Added test cases for [6218]. | Ian Kelly |
| 2007-09-14 | Case-insensitive HttpResponse headers ([6212]) broke absolute URL redirects (... | Jacob Kaplan-Moss |
| 2007-09-14 | Fixed #4896: fixed #4765: Patch for cursor.executemany using oracle and | Ian Kelly |
| 2007-09-14 | Fixed #1504 -- render_to_response() now takes a mimetype parameter | Adrian Holovaty |
| 2007-09-14 | Added stub of docs/shortcuts.txt | Adrian Holovaty |
| 2007-09-14 | Fixed #4448: the calendar widget now refreshes if the date field is changed. ... | Jacob Kaplan-Moss |
| 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 |