summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-10-26Fixed #9391 -- `AdminSite` and `ModelAdmin` now exposed in `django.contrib.gi...Justin Bronn
2008-10-26Minor typo correction from [9279].James Bennett
2008-10-26Remove obsolete reference to "development version" in autoescaping docs.James Bennett
2008-10-25Fixed `ogrinspect` management commannd -- no longer try to pass the global `v...Justin Bronn
2008-10-24Fixed #7179 -- Changed breadcrumbs on the add page so that a link to the chan...Karen Tracey
2008-10-24Fixed #9307 -- Added the ability to pickle the Query class used by the OracleMalcolm Tredinnick
2008-10-24Fixed #9434 -- Added a note to the mod_python docs regarding requiringMalcolm Tredinnick
2008-10-24Fixed #9432 -- Revived documentation of ~Q usage.Malcolm Tredinnick
2008-10-24Fixed #9430 -- Fixed documentation references to the HttpResponse classes forMalcolm Tredinnick
2008-10-24Fixed #9339 -- Small update to the Simplified Chinese translation from lidaob...Malcolm Tredinnick
2008-10-24Fixed #9372 -- Updated Slovakian translation from Marian Andre.Malcolm Tredinnick
2008-10-24Fixed #9424 -- Typo fix.Malcolm Tredinnick
2008-10-24Fixed #9420 -- Fixed an exception type in the documentation of Queryset.get().Malcolm Tredinnick
2008-10-24Fixed #9390 -- Restored some documentation about select_related() that wasMalcolm Tredinnick
2008-10-24Fixed #9384 -- Fixed a couple of typos. Thanks, Thomas Güttler and romke.Malcolm Tredinnick
2008-10-24Fixed #9411 -- Changed the test from r9081 to be more robust across different...Malcolm Tredinnick
2008-10-24Fixed #9406 -- Ensure that each database column is only represented once in theMalcolm Tredinnick
2008-10-24Fixed #9383 -- Don't open a network connection for sending email if there'sMalcolm Tredinnick
2008-10-24Fixed #9410 -- I did not spell Portuguese correctly 18 months ago. Fixed now.Malcolm Tredinnick
2008-10-22Fixed #9252 -- Moved the try/except protecting against incorrect lookup param...Karen Tracey
2008-10-21Display non_field_errors of inline forms in the admin. This was a presentatio...Brian Rosner
2008-10-21Fixed #3096 -- Make admin list_filters respect limit_choices_to.Karen Tracey
2008-10-21Fixed #9039 -- Don't perform unique checks on NULL values, since NULL != NULL...Karen Tracey
2008-10-21Fixed #9361 -- thanks to Guillaume for the bug report and patch.Justin Bronn
2008-10-18Fixed #9136: Do slicing in Oracle with rownum instead of row_number() for a s...Ian Kelly
2008-10-17Fixed #8110 -- Allow for AdminLogNode's render to be called more than once.Karen Tracey
2008-10-13Fixed Oracle introspection mapping of DATE columns, and added an entry for Or...Ian Kelly
2008-10-10Yet more file storage testing cleanup for the sake of buildbots; this should ...Jacob Kaplan-Moss
2008-10-10More be-nice-to-the-buildbot: be better about cleaning up files created by th...Jacob Kaplan-Moss
2008-10-10Be nice to buildbots: switched `modeltests/files` to use a proper isolated di...Jacob Kaplan-Moss
2008-10-10Fixed .distinct() not working with slicing in Oracle, due to the Ian Kelly
2008-10-09Corrected a typo in the 1.0 porting guide.Brian Rosner
2008-10-09Fixed #9239 -- Somebody read my form validation docs from r9177 and found aMalcolm Tredinnick
2008-10-09Fixed #9325 -- Typo fix in the forms documentation.Malcolm Tredinnick
2008-10-09Fixed #9328 -- Added Scot Hacker to AUTHORS and moved a couple of other namesMalcolm Tredinnick
2008-10-08Fixed #9053 -- Allowed for sorting of callable and ModelAdmin methods specifi...Karen Tracey
2008-10-08Fixed #9319 -- Fixed a crash when using the same model field in multipleMalcolm Tredinnick
2008-10-08A queryset that has had ordering removed (order_by()) can have ordering addedMalcolm Tredinnick
2008-10-08Fixed #6748 -- When printing the repr() of querysets, don't load or displayMalcolm Tredinnick
2008-10-08Applying a limit to a queryset that already had an upper limit of 0 wasn'tMalcolm Tredinnick
2008-10-08The tests added in r9184 were altering the test environment in bad ways. FixedMalcolm Tredinnick
2008-10-07Fixed #9233 -- Allow date and message-id headers to be passed in manually inMalcolm Tredinnick
2008-10-07Fixed #9215 -- Added a view/template example of using pagination.Malcolm Tredinnick
2008-10-07Added a link to the "documentation" documentation in the contributing docs.Malcolm Tredinnick
2008-10-07Added a note about where custom manager specifications go in a model (for theMalcolm Tredinnick
2008-10-07Fixed #9224 -- Prevent a crash when certain query strings are sent usingMalcolm Tredinnick
2008-10-07Fixed #5888 -- Added methods to the test client to support HEAD, PUT, DELETEMalcolm Tredinnick
2008-10-07Fixed #9199 -- We were erroneously only prepending "www" to the domain if weMalcolm Tredinnick
2008-10-06Added a lot more explanation about form field validation, including expandedMalcolm Tredinnick
2008-10-06Fixed #7011 -- Clarified what User.is_active really means in the documentation.Malcolm Tredinnick