summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2008-10-06Fixed #6979 -- Fixed the documentation cross-reference between the TIME_ZONEMalcolm Tredinnick
2008-10-06Fixed #8768 -- Clarified that ugettext_lazy() results are unicode proxies andMalcolm Tredinnick
2008-10-06Fixed #8975 -- Added a note to the documentation for reverse() that all viewsMalcolm Tredinnick
2008-10-06Fixed #9254 -- Added information to the porting guide about the removal ofMalcolm Tredinnick
2008-10-06Fixed #8688 -- Added a note about using a settings variable for the staticMalcolm Tredinnick
2008-10-06Fixed a couple of markup errors in the documentation.Malcolm Tredinnick
2008-10-06Fixed #9047 -- Marked up django.core.urlresolvers.reverse() properly in theMalcolm 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-05Add note to 1.0 porting guide about removal of dictionary access to HTTP requ...James Bennett
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-05Changed the "write your own settings" recommendation to mention that DjangoMalcolm Tredinnick
2008-10-05Fixed #9294 -- Removed a (harmless) double conversion to unicode in one formMalcolm Tredinnick
2008-10-05Fixed #8964 -- Added a note that MyISAM may not necessarily be the defaultMalcolm Tredinnick
2008-10-05Fixed a typo and clarified how django.core.mail.outbox works in the testing f...Malcolm Tredinnick
2008-10-05Added django.contrib.markup to the docs contents page. Thanks, Marc Fargas.Malcolm Tredinnick
2008-10-05Fixed #9257 -- Fixed a small mismatch in text in part 2 of the tutorial.Malcolm Tredinnick
2008-10-05Fixed #9291 -- Tweaked a piece of example code slightly to set a good exampleMalcolm Tredinnick
2008-10-05Fixed #9301 -- Correct a markup typo in the docs.Malcolm Tredinnick
2008-10-05Fixed #9300 -- Typo fix in docs.Malcolm 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