summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
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-05Altered a failing url template tag test to work more reliably.Malcolm Tredinnick
2008-10-04Fixed #9293: Corrected expected test output for the admin_scripts tests, foll...Russell Keith-Magee
2008-10-02Promoted --verbosity to be a top level option for all management commands. Al...Russell Keith-Magee
2008-10-01Change version calculation in setup.py to go with the new VERSION tupleJames Bennett
2008-09-30Fixed #9255: Removed now-obsolete warning about the old semantics of __exact=...James Bennett
2008-09-30Update django.VERSION in trunk per previous discussionJames Bennett
2008-09-30Rewrote bits of the cycle tag documentation, which was confusing -- it implie...Adrian Holovaty
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-29Fixed #9234 -- Typo fix.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-28Restored documentation about pickling QuerySets (and how to only pickle theMalcolm 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-27Fied #9169 -- Fixed a typo in a docs example. Thanks, jeremyb.Malcolm Tredinnick
2008-09-22Fixed #8371: Added a note warning Windows users about the use of forward slas...Russell Keith-Magee
2008-09-22Fixed #8967: Added documentation for the 'through' option on a many-to-many f...Russell Keith-Magee
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-21Fixed #9149: Fixed reST error in syndication docsJames Bennett
2008-09-20Added a generic "button" class to the admin styles to allow applying the stan...Wilson Miner
2008-09-19Fixed heading levels in docs/internals/committersJacob Kaplan-Moss
2008-09-19Updated contributing documentation to contain the new release process and upd...Jacob Kaplan-Moss
2008-09-18Fixed #9129 -- Restored a force_unicode that was lost when unicode changes we...Karen Tracey
2008-09-18Fixed #9121: Corrected markup in the form preview docs. Thanks to Jarek Zgoda...Russell Keith-Magee