summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-09-14Fixed #3381 - manage.py shell now respects PYTHONSTARTUP/.pythonrc.py.Jacob Kaplan-Moss
2007-09-14Fixed an Oracle sqlflush / sequence reset column name bug exposed by the new ...Ian Kelly
2007-09-14Fixed #5161 -- Changed MySQL backend only to report warning once. Thanks, dur...Adrian Holovaty
2007-09-14Fixed #5478 -- Fixed bug in lorem template tag. Thanks, racterAdrian Holovaty
2007-09-14Fixed breakage introduced in the recent render_to_response() changeAdrian Holovaty
2007-09-14Fixed #5308 -- Redirect from pages that need login and have Unicode URL no lo...Adrian Holovaty
2007-09-14Backwards-incompatible change: renamed HttpResponse.headers to HttpResponse._...Jacob Kaplan-Moss
2007-09-14Fixed #4245 -- Added documentation about permission error on OS X. Thanks, ja...Adrian Holovaty
2007-09-14Fixed #4658 -- Improved documentation of linebreaks and linebreaksbr. Thanks,...Adrian Holovaty
2007-09-14Fixed #4071 -- Fixed bug in cache_page decorator, which was setting the wrong...Adrian Holovaty
2007-09-14Fixed the breakage in [6164] in a different, better way: HttpResponse now imp...Jacob Kaplan-Moss
2007-09-14Added test cases for [6218].Ian Kelly
2007-09-14Case-insensitive HttpResponse headers ([6212]) broke absolute URL redirects (...Jacob Kaplan-Moss
2007-09-14Fixed #4896: fixed #4765: Patch for cursor.executemany using oracle and Ian Kelly
2007-09-14Fixed #1504 -- render_to_response() now takes a mimetype parameterAdrian Holovaty
2007-09-14Added stub of docs/shortcuts.txtAdrian Holovaty
2007-09-14Fixed #4448: the calendar widget now refreshes if the date field is changed. ...Jacob Kaplan-Moss
2007-09-14Fixed #5460 -- unique_together now accepts a single tuple for convenience. Th...Adrian Holovaty
2007-09-14Fixed #2970: made HttpResponse headers case-insensitive. Thanks to SmileyChri...Jacob Kaplan-Moss
2007-09-14Fixed #5445: added some compatibility code for the lack of __iter__ in Jython...Jacob Kaplan-Moss
2007-09-14Fixed 3136: Set .clockbox admin widget to auto width to allow for longer head...Wilson Miner
2007-09-14Fixed #4542: added a generic localflavor DateField. Thanks, Nick Lane.Jacob Kaplan-Moss
2007-09-14Fixed #5394 -- REDIRECT_FIELD_NAME is now configurable. Thanks, Petr Marhoun,...Adrian Holovaty
2007-09-14Fixed #5342 -- Added max_length parameter to EmailField. Thanks, donspaulding...Adrian Holovaty
2007-09-14Fixed #5376 -- Added --addrport option to the 'testserver' command. Thanks, t...Adrian Holovaty
2007-09-14Added missing files from [6202] - sorry.Jacob Kaplan-Moss
2007-09-14Fixed #3988: added a localflavor for our friends to the north (i.e. Canada). ...Jacob Kaplan-Moss
2007-09-14Fixed #4061: added docs on how to limit access to databrowse. Thanks, Nick Ef...Jacob Kaplan-Moss
2007-09-14Fixed #5448: you can now use unicode characters in primary keys. Thanks, pigl...Jacob Kaplan-Moss
2007-09-14Fixed #5286 -- Fixed non-HTML output bug in adminindex command. Thanks, dan.f...Adrian Holovaty
2007-09-14Fixed #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-14Fixed #5464 -- Fixed typo in docs/newforms.txt. Thanks, ramiroAdrian Holovaty
2007-09-14Fixed #5218: Made Oracle create autoinc triggers using the correct name Ian Kelly
2007-09-14Fixed #5442 -- Added Jython workaround in django.test._doctest. Thanks, leo.s...Adrian Holovaty
2007-09-14Fixed #3146: DateFields no longer barf when confronted by strings. Thanks, De...Jacob Kaplan-Moss
2007-09-14Added django/db/backends/creation.py, with BaseCreation. Refs #5461Adrian Holovaty
2007-09-14Fixed #5455 -- Fixed some backticks, quotes and typos in the settings documen...Russell Keith-Magee
2007-09-14Edited docs/install.txt changes from [6178]Adrian Holovaty
2007-09-14Added 'New in Django development version' note to docs/request_response.txt c...Adrian Holovaty
2007-09-14Fixed #1760 -- Unwound a subselect in an update for order_with_respect_to han...Malcolm Tredinnick
2007-09-14Fixed #5453 -- Fixed TEST_DATABASE_NAME handling to match documentation. Than...Malcolm Tredinnick
2007-09-14Fixed a syntax error in the Plural-Forms header. This prevents Django from cr...Malcolm Tredinnick
2007-09-14Fixed #5340 -- Fixed a broken link. Thanks, Justin Lilly.Malcolm Tredinnick
2007-09-14Fixed a bunch of Python 2.3 issues. Two tests still fail, but this fixes the ...Malcolm Tredinnick
2007-09-14Fixed #5280 -- Minor typo in modpython docs. Thanks for the attention to deta...Russell Keith-Magee
2007-09-14Added Matt Riggott to AUTHORS.Malcolm Tredinnick
2007-09-14Fixed #3766 -- Added in-memory caching for the sites framework. Will speed up...Malcolm Tredinnick
2007-09-14Fixed #4544 -- Updated docs for allowed field types in an admin list_filter. ...Russell Keith-Magee
2007-09-14Fixed #3902 -- Added some excellent notes about installing Django on Windows....Malcolm Tredinnick