summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2008-10-06[1.0.X] Fixed #9212: Added code to check the xgettext version, and if it is l...Karen Tracey
2008-10-05[1.0.X]: Add note to 1.0 porting guide about removal of dictionary access to ...James Bennett
2008-10-05[1.0.X] Fixed #9068 -- Fixed a couple of typos in InsertQuery.clone(). Thanks...Malcolm Tredinnick
2008-10-05[1.0.X] Fixed #9283 -- Deliberately silence one deprecation warning raised by...Malcolm Tredinnick
2008-10-05[1.0.X] Changed the "write your own settings" recommendation to mention that ...Malcolm Tredinnick
2008-10-05[1.0.X] Fixed #8964 -- Added a note that MyISAM may not necessarily be the de...Malcolm Tredinnick
2008-10-05[1.0.X] Fixed a typo and clarified how django.core.mail.outbox works in the t...Malcolm Tredinnick
2008-10-05[1.0.X] Added django.contrib.markup to the docs contents page. Thanks, Marc F...Malcolm Tredinnick
2008-10-05[1.0.X] Fixed #9257 -- Fixed a small mismatch in text in part 2 of the tutorial.Malcolm Tredinnick
2008-10-05[1.0.X] Fixed #9291 -- Tweaked a piece of example code slightly to set a goodMalcolm Tredinnick
2008-10-05[1.0.X] Fixed #9301 -- Correct a markup typo in the docs.Malcolm Tredinnick
2008-10-05[1.0.X] Fixed #9300 -- Typo fix in docs.Malcolm Tredinnick
2008-10-05[1.0.X] Fixed #9259 -- Fixed a validation error for Spanish identity card num...Malcolm Tredinnick
2008-10-05[1.0.X] Fixed #8963 -- Use the require_POST decorator instead of doing things...Malcolm Tredinnick
2008-10-05[1.0.X] Fixed #9100 -- Added a missing CSS class to a submit button.Malcolm Tredinnick
2008-10-05[1.0.X] Add internationalisation support to the comment templates. Fixed #886...Malcolm Tredinnick
2008-10-05[1.0.x] Fixed #8803 -- Allow authenticated users without first_name/last_name...Malcolm Tredinnick
2008-10-05[1.0.X] Fixed #8869 -- Fixed comments templates to be well-formed XHTML.Malcolm Tredinnick
2008-10-05[1.0.X] Fixed #8879 -- Used ungettext instead of ngettext in the comments fra...Malcolm Tredinnick
2008-10-05[1.0.x] Fixed #9141 -- Removed two templates from django.contrib.comments tha...Malcolm Tredinnick
2008-10-05[1.0.X] Altered a failing url template tag test to work more reliably.Malcolm Tredinnick
2008-10-01Fixed #9260: [1.0.X] Correct version calculation code so setup.py works on 1....Karen Tracey
2008-10-01[1.0.X] Apply fix from [9107]James Bennett
2008-09-30[1.0.X] Apply doc fix from [9105]; refs #9255.James Bennett
2008-09-30[1.0.X] Port Adrian's doc fix from [9101] and publicly shame him for forgetti...James Bennett
2008-09-30Update django.VERSION in 1.0.x branch per previous discussionJames Bennett
2008-09-30[1.0.X] Fixed another case of reverse URL resolving that wasn't working.Malcolm Tredinnick
2008-09-29Created 1.0.X release branch.Jacob Kaplan-Moss