summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2013-03-02[1.5.x] Fixed #19962 - Added a note about SESSION_EXPIRE_AT_BROWSER_CLOSE and...Tim Graham
2013-03-01[1.5.x] Fixed #19960 -- Fixed sentence in contrib.auth signals docsClaude Paroz
2013-02-28[1.5.x] Fixed #19937 - Typo in class-based views intro.Tim Graham
2013-02-27[1.5.x] [py3] str.decode does not exist; str.encode was intendedMarti Raudsepp
2013-02-27[1.5.x] Fixed #19926 -- Fixed a link to code example in queries docsClaude Paroz
2013-02-27[1.5.x] Fixed #16807 - Added a class-based views intro.Tim Graham
2013-02-27[py3] Always fed hashlib with bytes.Łukasz Langa
2013-02-26[1.5.x] Fixed #19922 - Typo in translation docs.Tim Graham
2013-02-26[1.5.x] Correct final element of version tuple.1.5James Bennett
2013-02-26[1.5.x] Update trove classifier for 1.5 final release.James Bennett
2013-02-26[1.5.x] Add release date to 1.5 release notes.James Bennett
2013-02-26[1.5.x] Bump version numbers for Django 1.5 release.James Bennett
2013-02-25[1.5.x] Fixed #19634 -- Added proper __hash__ methods.Aymeric Augustin
2013-02-25[1.5.x] Fixed #6195 -- Documented caching options for javascript_catalog.Aymeric Augustin
2013-02-25[1.5.x] Fixed #18144 -- Restored compatibility with SHA1 hashes with empty salt.Aymeric Augustin
2013-02-25[1.5.x] Updated translationsClaude Paroz
2013-02-25[1.5.x] Fixed #19903 -- Fixed unbalanced setUp/tearDown calls in LiveServerAd...Claude Paroz
2013-02-25[1.5.x] Minor edits to some recently-added admin docs.Carl Meyer
2013-02-25[1.5.x] Changed testing strategy used in 6b03179e.Aymeric Augustin
2013-02-24[1.5.x] Fixed #19688 -- Allow model subclassing with a custom metaclass using...Simon Charette
2013-02-24[1.5.x] Fixed #19394 --Added note about auth forms and custom user models.Ben Konrath