summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-09-15Fixed #5387 -- Added is_multipart method to forms. Original patch from Petr M...Malcolm Tredinnick
2007-09-15Fixed #5489 -- Updated docs to reflect the changes in [6177]. Thanks, msaelices.Malcolm Tredinnick
2007-09-15Fixed #5477 -- Added links from the markup filters to the more extensive docu...Malcolm Tredinnick
2007-09-15Fixed #5486 -- Worked around the lack of os.getpid() in Jython, whilst still ...Malcolm Tredinnick
2007-09-15Fixed #4879 -- Added 'created' arg to post_save signal. This is True is a new...Malcolm Tredinnick
2007-09-15Fixed #3036 -- Fixed some doctest strings that were failing. Thanks to pterk ...Russell Keith-Magee
2007-09-15Fixed a small bug in strings_only handling for force_unicode().Malcolm Tredinnick
2007-09-15Fixed some Python 2.3 unicode conversion problems. Uncovered by the tests, bu...Malcolm Tredinnick
2007-09-15Added svn:ignore prop to new directories.Matt Boersma
2007-09-15Fixed #4714 -- Modified serializers to handle None primary keys correctly. Th...Russell Keith-Magee
2007-09-15Fixed #3088 -- Filter parameters are now translated in blocktrans. Thanks, pe...Adrian Holovaty
2007-09-15Fixed #1888 -- Fixed small interface inaccuracy when using filter_interface=m...Adrian Holovaty
2007-09-15Fixed #5024 -- Fixed potential error in docs/databases.txt related to MySQL '...Adrian Holovaty
2007-09-15Fixed #4692 -- Documented required database privileges. Thanks, ubernostrumAdrian Holovaty
2007-09-15Fixed #5473 -- Updated Finnish translation. Thanks akaihola.Malcolm Tredinnick
2007-09-15Fixed #5482 -- Fixed ReST error in docs/generic_views.txt. Thanks, ubernostru...Adrian Holovaty
2007-09-15Fixed #5483 -- Removed django.shortcuts.load_and_render, which was replaced a...Adrian Holovaty
2007-09-15Fixed #5456 -- Added a new Irish translation. Thanks, Michael Thornhill.Malcolm Tredinnick
2007-09-15Fixed #5264 -- Specified Flup version in docs/fastcgi.txt. Thanks, akaihola a...Adrian Holovaty
2007-09-15Fixed #5452 -- Updated Spanish translation. Thanks, Marc Garcia.Malcolm Tredinnick
2007-09-15Fixed #5451 -- Updated Catalan translation from garcia_marc.Malcolm Tredinnick
2007-09-15Fixed #4415 -- Added formfield method to PositiveIntegerField, so that those ...Russell Keith-Magee
2007-09-15Correcting inadvertent typo from [6224]James Bennett
2007-09-15Added explicit order_by filters to some model_forms tests that were failing i...Ian Kelly
2007-09-15Made the fixtures_regress test case be aware of Oracle's empty string Ian Kelly
2007-09-14Made Oracle backend cast CharField values of None to u'' instead of ''Ian Kelly
2007-09-14Fixed #5432 -- Added docs/form_preview.txt. Thanks, ryankannoAdrian Holovaty
2007-09-14Fixed test case that failed on Oracle because it assumed an ordering for Matt Boersma
2007-09-14Fixed a missing import in mysql backend. Thanks for pointing it out, mattmcc.Jacob Kaplan-Moss
2007-09-14Fixed the test in [6218] which was invalid for psycopg2 and friends -- execut...Jacob Kaplan-Moss
2007-09-14Negligible formatting change to [6211]Adrian Holovaty
2007-09-14Fixed #3091 -- django.contrib.comments views now accept extra_context and con...Adrian Holovaty
2007-09-14Added more dict-like methods to HttpResponse as part of the response.headers ...Jacob Kaplan-Moss
2007-09-14Fixed #5474 -- Improved docs/shortcuts.txt. Thanks, minarets and EyePulpAdrian Holovaty
2007-09-14Fixed number #4076: django.utils.feedgenerator now corectly handles times wit...Jacob Kaplan-Moss
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