summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2008-10-07[1.0.X] Fixed #9233 -- Allow date and message-id headers to be passed inMalcolm Tredinnick
2008-10-07[1.0.X] Fixed #9215 -- Added a view/template example of using pagination.Malcolm Tredinnick
2008-10-07[1.0.X] Added a link to the "documentation" documentation in the contributing...Malcolm Tredinnick
2008-10-07[1.0.X] Added a note about where custom manager specifications go in a modelMalcolm Tredinnick
2008-10-07[1.0.X] Fixed #9224 -- Prevent a crash when certain query strings are sent usingMalcolm Tredinnick
2008-10-07Reverted r9186 -- Committed to the wrong branch (it's a feature addition).Malcolm Tredinnick
2008-10-07Fixed #5888 -- Added methods to the test client to support HEAD, PUT, DELETEMalcolm Tredinnick
2008-10-07[1.0.X] Fixed #9199 -- We were erroneously only prepending "www" to the domainMalcolm Tredinnick
2008-10-06[1.0.X] Update svnmerge.py metadata to reflect changesets that have been merg...Karen Tracey
2008-10-06[1.0.X] Set svnmerge.py metadata to block non-bugfix changesets from trunk.Karen Tracey
2008-10-06[1.0.X] Initialize svnmerge.py metadata for 1.0.X branch.Karen Tracey
2008-10-06[1.0.X] Added a lot more explanation about form field validation, includingMalcolm Tredinnick
2008-10-06[1.0.X] Fixed #7011 -- Clarified what User.is_active really means in the docu...Malcolm Tredinnick
2008-10-06[1.0.X] Fixed #6979 -- Fixed the documentation cross-reference between theMalcolm Tredinnick
2008-10-06[1.0.X] Fixed #8768 -- Clarified that ugettext_lazy() results are unicodeMalcolm Tredinnick
2008-10-06[1.0.X] Fixed #8184 -- Added a note to the documentation for reverse() that allMalcolm Tredinnick
2008-10-06[1.0.X] Fixed #9254 -- Added information to the porting guide about the removalMalcolm Tredinnick
2008-10-06[1.0.X] Fixed #8688 -- Added a note about using a settings variable for theMalcolm Tredinnick
2008-10-06[1.0.X] Fixed a couple of markup errors in the documentation.Malcolm Tredinnick
2008-10-06[1.0.X] Fixed #9047 -- Marked up django.core.urlresolvers.reverse() properly inMalcolm Tredinnick
2008-10-06[1.0.X] Added some better error reporting and path handling when creating tem...Malcolm Tredinnick
2008-10-06[1.0.X] Fixed #5753 -- Allow createsuperuser to work in situations where thereMalcolm Tredinnick