| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-03-28 | Bump version numbers for 1.5.1.1.5.1 | Jacob Kaplan-Moss | |
| 2013-03-28 | [1.5.x] Added 1.5.1 release notes. | Jacob Kaplan-Moss | |
| Backport of ae5247cb from master. | |||
| 2013-03-28 | Updated translations from Transifex | Claude Paroz | |
| Polish, Telugu, Georgian, Azerbaijani, Norwegian Bokmål, Basque, Dutch, Thai, Spanish (Argentina), Afrikaans. | |||
| 2013-03-27 | [1.5.x] Correctly restore warning capture after logging tests. | Jacob Kaplan-Moss | |
| This is a fix to the wrong behavior that 15c3906eeb introduced. Backport of 4befef9 from trunk. | |||
| 2013-03-27 | [1.5.x] Fixed logging-related test failure introduced by e79b857. | Jacob Kaplan-Moss | |
| Backport of 654d8e9. | |||
| 2013-03-27 | [1.5.x] Fixed #20078: don't allow filtering on password in the user admin. | Jacob Kaplan-Moss | |
| Backport of 9e462f810194800af30ea19a6fb8ac5697d839b4 from master. | |||
| 2013-03-27 | [1.5.x] Fixed #18985 -- ensure module level deprecations are displayed | Preston Holmes | |
| Also don't compete with -W CLI option. Thanks to Aymeric Augustin for the catch, and Claude Paroz for the patch. Backport of e79b857a07905340556f781a7d63016236b21c61 from master. | |||
| 2013-03-26 | Merge pull request #961 from dstufft/document-bcrypt-truncation-1.5.x | Donald Stufft | |
| Document password truncation with BCryptPasswordHasher | |||
| 2013-03-26 | Document password truncation with BCryptPasswordHasher | Donald Stufft | |
| 2013-03-26 | [1.5.x] Fixed #20091 -- Oracle null promotion for empty strings | Anssi Kääriäinen | |
| Backpatch of e17fa9e877e84e93b699c2bd13ea48dbbb86e451 | |||
| 2013-03-24 | [1.5.X] Fixed signature of HttpResponse.set_signed_cookie in docs. | Yohan Boniface | |
| Backport of c5b2414a52 from master | |||
| 2013-03-23 | [1.5.x] Fixed #20119 -- Fixed typo in auth docs | Claude Paroz | |
| Thanks vinyll for the report. Backport of f670cce9f53 from master. | |||
| 2013-03-23 | [1.5.x] Fixed #20048, #20060 -- Modified tests for contrib apps sensitive to ↵ | Russell Keith-Magee | |
| custom User models. Thanks to matiasb for the report of #20060 and the draft patch for #20048. (cherry picked from commit 930af661abdb4eb7322f1ab06f21df9ed04af43d) | |||
| 2013-03-22 | [1.5.x] Added missing markup to docs. | Tim Graham | |
| Backport of 93cffc3b37 from master. | |||
| 2013-03-22 | [1.5.x] Fixed docs template name typo | Tom V | |
| Backport of a907fa088e from master | |||
| 2013-03-22 | [1.5.x] Fixed #20108 -- Fixed filepath_to_uri decoding error | Claude Paroz | |
| This was a regression due to unicode_literals usage. Thanks Ivan Virabyan for the report and the initial patch. Backport of 164528acc8 from master. | |||
| 2013-03-22 | [1.5.x] Fixed #20094 - Be more careful when checking for Iterator | Marc Tamlyn | |
| Python 2.6 has some different behaviour when checking isinstance(foo, collections.Iterator). Backport of 829dc3c5 from master. | |||
| 2013-03-22 | [1.5.x] Fixed #17935 - Clarified intro of topics/files.txt. | Tim Graham | |
| Thanks guettli for the suggestion. Backport of f7795e968d from master | |||
| 2013-03-20 | [1.5.x] Fixed #20096 -- Added link to the Greek localflavor app | Claude Paroz | |
| Backport of a9ee0e297 from master. | |||
| 2013-03-20 | [1.5.x] Revert "Fixed #19895 -- Made second iteration over invalid queryset ↵ | Claude Paroz | |
| raise an exception too" This reverts commit d1e87eb3baf75b1b6a0ada46a9b77f7e347cdb60. This commit was the cause of a memory leak. See ticket for more details. Thanks Anssi Kääriäinen for identifying the source of the bug. | |||
| 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 | |
| Backport of f3a6d74 from master. | |||
| 2013-03-17 | [1.5.x] Stopped using non-standard __globals__ and __code__ attributes. | Aymeric Augustin | |
| Some alternative implementations don't have them. Closes #19944. Backport of 9d4a5b00f1977d8cddf8e241fa4bb8a9e819f188 from master. | |||
| 2013-03-17 | [1.5.x] Updated bundled version of six. | Aymeric Augustin | |
| Backport of e11ccc76d325b6bbbf101f510a91299f507f0745. | |||
| 2013-03-17 | [1.5.x] Updated our six module to follow upstream changes. | Florian Apolloner | |
| This includes fixes for the java/jython detection and a new license header. Thanks to Thomas Bartelmess for the report. Backport of c5ce0e8a687ecf7fbc38fa85c5311a6320a246c6 from master. | |||
| 2013-03-13 | [1.5.x] Fixed #20036 -- Improved GEOS version string parsing | Claude Paroz | |
| Thanks chikiro.spam at gmail.com for the report. Backport of 747f7d254 from master. | |||
| 2013-03-12 | [1.5.x] Fixed #19965 - Added a warning that the tutorial is written for ↵ | Tim Graham | |
| Python 2. Thanks itsallvoodoo for the patch. Backport of e1bafdbffa from master. | |||
| 2013-03-10 | [1.5.x] Fixed #20008 -- Removed trailing slash in Wikipedia link | Claude Paroz | |
| Thanks senden9 at gmail.com for the report. Backport of 63c52dcbcd from master. | |||
| 2013-03-02 | [1.5.x] Fixed #19933 -- Catched ValueError in get_system_username | Claude Paroz | |
| Thanks lanre.hbs at gmail.com for the report. | |||
| 2013-03-02 | [1.5.x] Fixed #19962 - Added a note about SESSION_EXPIRE_AT_BROWSER_CLOSE ↵ | Tim Graham | |
| and browsers that persist sessions. Thanks David Sanders. Backport of fe5d9fe5fe from master | |||
| 2013-03-01 | [1.5.x] Fixed #19960 -- Fixed sentence in contrib.auth signals docs | Claude Paroz | |
| Thanks edd at slipszenko.net for the report. Backport of 6d3b0c33dc from master. | |||
| 2013-02-28 | [1.5.x] Fixed #19937 - Typo in class-based views intro. | Tim Graham | |
| Backport of d009ffe436 from master | |||
| 2013-02-27 | [1.5.x] [py3] str.decode does not exist; str.encode was intended | Marti Raudsepp | |
| Backport of fba6df19b5 from master | |||
| 2013-02-27 | [1.5.x] Fixed #19926 -- Fixed a link to code example in queries docs | Claude Paroz | |
| Thanks Randy Salvo for the report. Backport of b0ba21db07 from master. | |||
| 2013-02-27 | [1.5.x] Fixed #16807 - Added a class-based views intro. | Tim Graham | |
| Thanks Preston Holmes for the text. Backport of 2108941677 from master | |||
| 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 | |
| Thanks amoebob for the report. Backport of 9ce1b6191b from master | |||
| 2013-02-26 | [1.5.x] Correct final element of version tuple.1.5 | James 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 | |
| Classes overriding __eq__ need a __hash__ such that equal objects have the same hash. Thanks akaariai for the report and regebro for the patch. Backport of e76147a from master. | |||
| 2013-02-25 | [1.5.x] Fixed #6195 -- Documented caching options for javascript_catalog. | Aymeric Augustin | |
| Backport of 0836670 from master | |||
| 2013-02-25 | [1.5.x] Fixed #18144 -- Restored compatibility with SHA1 hashes with empty salt. | Aymeric Augustin | |
| Thanks dahool for the report and initial version of the patch. Backport of 633d8de from master. | |||
| 2013-02-25 | [1.5.x] Updated translations | Claude Paroz | |
| 2013-02-25 | [1.5.x] Fixed #19903 -- Fixed unbalanced setUp/tearDown calls in ↵ | Claude Paroz | |
| LiveServerAddress test Backport of 6d52bcbb7c from master. | |||
| 2013-02-25 | [1.5.x] Minor edits to some recently-added admin docs. | Carl Meyer | |
| Backport of 8f839aaa180f from master. | |||
| 2013-02-25 | [1.5.x] Changed testing strategy used in 6b03179e. | Aymeric Augustin | |
| Avoid polluting the app cache as it causes unrelated test failures. Refs #19688. Backport of 7b49da1 from master. | |||
| 2013-02-24 | [1.5.x] Fixed #19688 -- Allow model subclassing with a custom metaclass ↵ | Simon Charette | |
| using six.with_metaclass Backport of 6b03179e126d4df01623dccc162c1579f349e41e from master. Although we're post RC 2, I'm backporting this because it's arguably a major bug in a new feauture that will prevent several well-known third-party apps from being ported to Python 3. | |||
| 2013-02-24 | [1.5.x] Fixed #19394 --Added note about auth forms and custom user models. | Ben Konrath | |
