summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
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-10More be-nice-to-the-buildbot: be better about cleaning up files created by th...Jacob Kaplan-Moss
2008-10-10Fixed .distinct() not working with slicing in Oracle, due to the Ian Kelly
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-07Fixed #9233 -- Allow date and message-id headers to be passed in manually inMalcolm 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 some better error reporting and path handling when creating template pa...Malcolm Tredinnick
2008-10-06Fixed #8321 -- Change django.contrib.auth.models to use django.utils.hashcompatMalcolm Tredinnick
2008-10-06Fixed #5753 -- Allow createsuperuser to work in situations where thereMalcolm Tredinnick
2008-10-06Fixed #9305 -- Updated Georgian translation from David Avsajanishvili.Malcolm Tredinnick
2008-10-06Fixed #9212: Added code to check the xgettext version, and if it is lower tha...Karen Tracey
2008-10-05Fixed #8660 -- Small database query optimisation in User.get_profile.Malcolm Tredinnick
2008-10-05Fixed #9068 -- Fixed a couple of typos in InsertQuery.clone(). Thanks, rush.Malcolm Tredinnick
2008-10-05Fixed #9283 -- Deliberately silence one deprecation warning raised by python ...Malcolm Tredinnick
2008-10-05Fixed #9294 -- Removed a (harmless) double conversion to unicode in one formMalcolm Tredinnick
2008-10-05Fixed #9259 -- Fixed a validation error for Spanish identity card numbers.Malcolm Tredinnick
2008-10-05Fixed #8963 -- Use the require_POST decorator instead of doing things manuall...Malcolm Tredinnick
2008-10-05Fixed #9100 -- Added a missing CSS class to a submit button.Malcolm Tredinnick
2008-10-05Add internationalisation support to the comment templates. Fixed #8868, #8905Malcolm Tredinnick
2008-10-05Fixed #8803 -- Allow authenticated users without first_name/last_name values ...Malcolm Tredinnick
2008-10-05Fixed #8869 -- Fixed comments templates to be well-formed XHTML.Malcolm Tredinnick
2008-10-05Fixed #8879 -- Used ungettext instead of ngettext in the comments framework.Malcolm Tredinnick
2008-10-05Fixed #9141 -- Removed two templates from django.contrib.comments that were n...Malcolm Tredinnick
2008-10-02Promoted --verbosity to be a top level option for all management commands. Al...Russell Keith-Magee
2008-09-30Update django.VERSION in trunk per previous discussionJames Bennett
2008-09-30Fixed another case of reverse URL resolving that wasn't working.Malcolm Tredinnick
2008-09-30Fixed #9221 -- Small optimisation to caching middleware handling.Malcolm Tredinnick
2008-09-28Italian translation: one correction; thanks, Marco Beri.Nicola Larosa
2008-09-28Fixed Queryset.dates() in the presence of extra-select columns.Malcolm Tredinnick
2008-09-28Use correct m2m join table name in LatestCommentsFeedJames Bennett
2008-09-28Fixed #9203: Restore correct ordering for LatestCommentsFeedJames Bennett
2008-09-27Fixed #9038 -- Correctly handle URL patterns with the same name (or view name),Malcolm Tredinnick
2008-09-27Fixed #9171 -- Fixed a few places where we were assuming lists instead ofMalcolm Tredinnick
2008-09-22Add some docstrings to the base classes for management commands. Refs #9170.James Bennett
2008-09-22Fixed a missing variable initialisation deep in the Query bowels.Malcolm Tredinnick
2008-09-21Fixed #7582: Removed checks that prevented null=True ForeignKey fields from b...Karen Tracey
2008-09-21Fixed 8984: Only include a "Documentation" link on change password and change...Karen Tracey
2008-09-20Added a generic "button" class to the admin styles to allow applying the stan...Wilson Miner
2008-09-18Fixed #9129 -- Restored a force_unicode that was lost when unicode changes we...Karen Tracey
2008-09-18Fixed #9125 -- When displaying errors for a form with only hidden fields, mak...Malcolm Tredinnick