summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-04-11[1.5.x] Fixed #20243 - Clarified when RelatedManager.remove() exists.Tim Graham
2013-04-11[1.5.x] Removed incorrect phrase from DecimalField docsAndrew Badr
2013-04-11[1.5.x] Fixed #20237 -- Reenabled assertContains with binary parameterClaude Paroz
2013-04-10[1.5.x] Fixed #20204 - Consistent usage of url() in URL dispatcher documentationTim Graham
2013-04-05[1.5.x] Fixed #20207 -- Handle ManyToManyField with a unicode name correctly.Simon Charette
2013-04-01[1.5.x] Fixed #20169 -- Ensured that the WSGI request's path is correctly bas...Julien Phalip
2013-03-31[1.5.x] Fixed #8649 - Documented a caveat about dynamically adjusting formsets.Tim Graham
2013-03-31[1.5.x] Fixed #9913 - Clarified User.is_authenticated docs.Tim Graham
2013-03-31[1.5.x] Fixed #20168 - Generalized a PostgreSQL specific database query in th...Tim Graham
2013-03-30[1.5.X] Fixed #19492 - Added a link to the uWSGI/Django tutorial.Tim Graham
2013-03-30[1.5.X] Fixed #18277 - Clarified startproject documentation.Tim Graham
2013-03-30[1.5.X] Updated bios of committersRichard Cornish
2013-03-30[1.5.x] Fixed #19897 - Updated static files howto.Tim Graham
2013-03-30[1.5.X] Fixed #19582 - Added a static files tutorial.Tim Graham
2013-03-29[1.5.x] Fixed #15379 - Added "how to cite Django" to FAQ.Tim Graham
2013-03-29[1.5.x] Fixed #20150 -- Fixed an error in manager doc exampleNimesh Ghelani
2013-03-29[1.5.x] Removed ambiguity regarding LANGUAGES settingMaik Hoepfel
2013-03-29[1.5.x] Fixed spelling errorsGavin Wahl
2013-03-29[1.5.x] Improved FormView docs in class-based views index.Tim Graham
2013-03-28[1.5.x] Fixed #20146 -- Updated removed_tags exampleferhat elmas
2013-03-28Bumped version number post-release.Jacob Kaplan-Moss
2013-03-28Bump version numbers for 1.5.1.1.5.1Jacob Kaplan-Moss
2013-03-28[1.5.x] Added 1.5.1 release notes.Jacob Kaplan-Moss
2013-03-28Updated translations from TransifexClaude Paroz
2013-03-27[1.5.x] Correctly restore warning capture after logging tests.Jacob Kaplan-Moss
2013-03-27[1.5.x] Fixed logging-related test failure introduced by e79b857.Jacob Kaplan-Moss
2013-03-27[1.5.x] Fixed #20078: don't allow filtering on password in the user admin.Jacob Kaplan-Moss
2013-03-27[1.5.x] Fixed #18985 -- ensure module level deprecations are displayedPreston Holmes
2013-03-26Merge pull request #961 from dstufft/document-bcrypt-truncation-1.5.xDonald Stufft
2013-03-26Document password truncation with BCryptPasswordHasherDonald Stufft
2013-03-26[1.5.x] Fixed #20091 -- Oracle null promotion for empty stringsAnssi Kääriäinen
2013-03-24[1.5.X] Fixed signature of HttpResponse.set_signed_cookie in docs.Yohan Boniface
2013-03-23[1.5.x] Fixed #20119 -- Fixed typo in auth docsClaude Paroz
2013-03-23[1.5.x] Fixed #20048, #20060 -- Modified tests for contrib apps sensitive to ...Russell Keith-Magee
2013-03-22[1.5.x] Added missing markup to docs.Tim Graham
2013-03-22[1.5.x] Fixed docs template name typoTom V
2013-03-22[1.5.x] Fixed #20108 -- Fixed filepath_to_uri decoding errorClaude Paroz
2013-03-22[1.5.x] Fixed #20094 - Be more careful when checking for IteratorMarc Tamlyn
2013-03-22[1.5.x] Fixed #17935 - Clarified intro of topics/files.txt.Tim Graham
2013-03-20[1.5.x] Fixed #20096 -- Added link to the Greek localflavor appClaude Paroz
2013-03-20[1.5.x] Revert "Fixed #19895 -- Made second iteration over invalid queryset r...Claude Paroz
2013-03-18[1.5.x] Fixed #20051 -- Specified where to define `TEMPLATE_DIRS`.Matthew Wood
2013-03-17[1.5.x] Minor docs fix for e11ccc76.Aymeric Augustin
2013-03-17[1.5.x] Stopped using non-standard __globals__ and __code__ attributes.Aymeric Augustin
2013-03-17[1.5.x] Updated bundled version of six.Aymeric Augustin
2013-03-17[1.5.x] Updated our six module to follow upstream changes.Florian Apolloner
2013-03-13[1.5.x] Fixed #20036 -- Improved GEOS version string parsingClaude Paroz
2013-03-12[1.5.x] Fixed #19965 - Added a warning that the tutorial is written for Pytho...Tim Graham
2013-03-10[1.5.x] Fixed #20008 -- Removed trailing slash in Wikipedia linkClaude Paroz
2013-03-02[1.5.x] Fixed #19933 -- Catched ValueError in get_system_usernameClaude Paroz