summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-10-31[1.0.X] Fixed #8882 -- When a foreign key is among the unique_together fields...Brian Rosner
2008-10-30[1.0.X] Italian translation updatedNicola Larosa
2008-10-28[0.5.X] Fixed #9462 -- Set the instance in an inline formset correctly so tha...Brian Rosner
2008-10-28[1.0.X] Fixed #8966 -- Changed is_safe for length_is filter to False, since i...Karen Tracey
2008-10-28[1.0.X] Fixed #9039 take 2 -- Modified the new tests added in [9240] so they ...Karen Tracey
2008-10-28[1.0.X] blocked commit related to new feature from svnmerge.py consideration.Karen Tracey
2008-10-28Fixed `MySQLGeoField` to create spatial indexes again.Justin Bronn
2008-10-26Fixed #9448 -- `Layer` objects now carry a reference to their parent `DataSou...Justin Bronn
2008-10-26Fixed #9391 -- `AdminSite` and `ModelAdmin` now exposed in `django.contrib.gi...Justin Bronn
2008-10-26[1.0.X] Remove obsolete reference to "development version" in autoescaping docs.James Bennett
2008-10-24[1.0.X] Fixed #7179 -- Changed breadcrumbs on the add page so that a link to ...Karen Tracey
2008-10-24[1.0.X] Fixed #9411 -- Changed the test from r9081 to be more robust across d...Karen Tracey
2008-10-24[1.0.X] block [9248] (feature) and [9263] (updated translation) from svnmerge...Karen Tracey
2008-10-24[1.0.X] Fixed #9307 -- Added the ability to pickle the Query class used by theMalcolm Tredinnick
2008-10-24[1.0.X] Fixed #9434 -- Added a note to the mod_python docs regarding requiringMalcolm Tredinnick
2008-10-24[1.0.X] Fixed #9432 -- Revived documentation of ~Q usage.Malcolm Tredinnick
2008-10-24[1.0.X] Fixed #9430 -- Fixed documentation references to the HttpResponseMalcolm Tredinnick
2008-10-24[1.0.X] Fixed #9339 -- Small update to the Simplified Chinese translation fro...Malcolm Tredinnick
2008-10-24[1.0.X] Fixed #9424 -- Typo fix.Malcolm Tredinnick
2008-10-24[1.0.X] Fixed #9420 -- Fixed an exception type in the documentation ofMalcolm Tredinnick
2008-10-24[1.0.X] Fixed #9390 -- Restored some documentation about select_related() thatMalcolm Tredinnick
2008-10-24[1.0.X] Fixed #9384 -- Fixed a couple of typos. Thanks, Thomas Güttler and r...Malcolm Tredinnick
2008-10-24[1.0.X] Backed out r9250. I committed this to the branch by mistake; there's noMalcolm Tredinnick
2008-10-24[1.0.X] Fixed #9406 -- Ensure that each database column is only representedMalcolm Tredinnick
2008-10-24[1.0.X] Fixed #9383 -- Don't open a network connection for sending email ifMalcolm Tredinnick
2008-10-24[1.0.X] Fixed #9410 -- I did not spell Portuguese correctly 18 months ago.Malcolm Tredinnick
2008-10-22[1.0.X] Fixed #9252 -- Moved the try/except protecting against incorrect look...Karen Tracey
2008-10-21[1.0.X] Display non_field_errors of inline forms in the admin. This was a pre...Brian Rosner
2008-10-21[1.0.X] Fixed #3096 -- Make admin list_filters respect limit_choices_to.Karen Tracey
2008-10-21[1.0.X] Fixed #9039 -- Don't perform unique checks on NULL values, since NULL...Karen Tracey
2008-10-21Fixed #9361 -- thanks to Guillaume for the bug report and patch.Justin Bronn
2008-10-18[1.0.X] Fixed #9136: Do slicing in Oracle with rownum instead of Ian Kelly
2008-10-17[1.0.X] Fixed #8110 -- Allow for AdminLogNode's render to be called more than...Karen Tracey
2008-10-13[1.0.X] Fixed Oracle introspection mapping of DATE columns, and added an Ian Kelly
2008-10-11[1.0.X] Updated svnmerge.py metadata.Karen Tracey
2008-10-11[1.0.X] Fixed .distinct() not working with slicing in Oracle, due to theMalcolm Tredinnick
2008-10-10[1.0.X] Yet more file storage testing cleanup for the sake of buildbots; this...Jacob Kaplan-Moss
2008-10-10[1.0.X] More be-nice-to-the-buildbot: be better about cleaning up files creat...Jacob Kaplan-Moss
2008-10-10[1.0.X] Be nice to buildbots: switched `modeltests/files` to use a proper iso...Jacob Kaplan-Moss
2008-10-09[1.0.X] Corrected a typo in the 1.0 porting guide.Brian Rosner
2008-10-09[1.0.X] Fixed #9239 -- Somebody read my form validation docs from r9180 andMalcolm Tredinnick
2008-10-09[1.0.X] Fixed #9325 -- Typo fix in the forms documentation.Malcolm Tredinnick
2008-10-09[1.0.X]Fixed #9328 -- Added Scot Hacker to AUTHORS and moved a couple of otherMalcolm Tredinnick
2008-10-08[1.0.X] Fixed #9053 -- Allowed for sorting of callable and ModelAdmin methods...Karen Tracey
2008-10-08[1.0.X] Blocked new feature r9188 from consideration by svnmerge.py.Karen Tracey
2008-10-08[1.0.X] Fixed #9319 -- Fixed a crash when using the same model field in multipleMalcolm Tredinnick
2008-10-08[1.0.X] A queryset that has had ordering removed (order_by()) can have orderingMalcolm Tredinnick
2008-10-08[1.0.X] Fixed #6748 -- When printing the repr() of querysets, don't load orMalcolm Tredinnick
2008-10-08[1.0.X] Applying a limit to a queryset that already had an upper limit of 0Malcolm Tredinnick
2008-10-08[1.0.X] The tests added in r9185 were altering the test environment in badMalcolm Tredinnick