| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-03-29 | Fixed #15379 - Added "how to cite Django" to FAQ. | Tim Graham | |
| Thanks Russ and Susan Tan. | |||
| 2013-03-29 | Merge pull request #977 from nims11/ticket_20150 | Tim Graham | |
| Fixed #20150 -- Fixed an error in manager doc example | |||
| 2013-03-29 | Fixed setup.py overlaid-install warning. | Carl Meyer | |
| Before this change, if you had a global Django installation in /usr/local/, you might get a spurious warning when installing Django within a virtualenv. Thanks epicserve for the report and debugging help. | |||
| 2013-03-30 | Fixed #20150 -- Fixed an error in manager doc example | Nimesh Ghelani | |
| 2013-03-29 | Fixed #20160 -- Erronous reference to `module_name` in admin doc. | Baptiste Mispelon | |
| Ref #19689. | |||
| 2013-03-29 | Fixed #20159 -- Mispelled attribute in multi-db documentation example. | Simon Charette | |
| Thanks to sane4ka.sh at gmail for the report! | |||
| 2013-03-29 | Fixed #14540 -- Added Porto-Rico specific formats | Claude Paroz | |
| Thanks rosarior for the report and the file proposal. | |||
| 2013-03-29 | Merge pull request #975 from bmispelon/ticket-20158 | Claude Paroz | |
| Fix #20158: invalid code in queryset_pickle test models. | |||
| 2013-03-29 | Fix #20158: invalid code in queryset_pickle test models. | Baptiste Mispelon | |
| 2013-03-29 | Improved FormView docs in class-based views index. | Tim Graham | |
| Thanks Stefan Berder. | |||
| 2013-03-29 | Merge pull request #956 from maikhoepfel/master | Tim Graham | |
| Removed ambiguity regarding LANGUAGES setting | |||
| 2013-03-28 | Fixed #20146 -- Updated removed_tags example | ferhat elmas | |
| 2013-03-28 | Minor updates to 'How is Django Formed.' | Carl Meyer | |
| 2013-03-28 | Updated the release document after actually doing a release (!). | Jacob Kaplan-Moss | |
| 2013-03-28 | Added 1.5.1 release notes. | Jacob Kaplan-Moss | |
| 2013-03-28 | Fixed #19954 -- Fixed MySQL _last_executed decoding | Claude Paroz | |
| Queries can contain binary data undecodable with utf-8. In this case, using the 'replace' errors mode when decoding seems like an acceptable representation of the query. Thanks Marcel Ryser for the report. | |||
| 2013-03-28 | Merge pull request #972 from fusionbox/spelling | Alex Gaynor | |
| Fixed spelling errors | |||
| 2013-03-28 | Fixed spelling errors | Gavin Wahl | |
| 2013-03-28 | Merge pull request #971 from fusionbox/consistant_typo | Jacob Kaplan-Moss | |
| Fixed spelling of "consistent" in admin/options.py | |||
| 2013-03-28 | Fixed spelling of "consistent" in admin/options.py | Rocky Meza | |
| 2013-03-28 | Updated translation templates | Claude Paroz | |
| 2013-03-28 | Added Burmese language | Claude Paroz | |
| Thanks to Yhal Htet Aung for the translation work. | |||
| 2013-03-28 | Added Ossetic language | Claude Paroz | |
| Thanks to Xwybylty Soslan for the translation work. | |||
| 2013-03-28 | Replaced escaped by real characters in LANG_INFO structure | Claude Paroz | |
| 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 | Correctly restore warning capture after logging tests. | Jacob Kaplan-Moss | |
| This is a fix to the wrong behavior that 15c3906eeb introduced. | |||
| 2013-03-27 | Fixed #20016: worked around Jython not having a buffer. | Andreas | |
| 2013-03-27 | Merge pull request #968 from jacobian/fix-warning-log-regression | Jacob Kaplan-Moss | |
| Fixed logging-related test failure introduced by e79b857. | |||
| 2013-03-27 | Fixed logging-related test failure introduced by e79b857. | Jacob Kaplan-Moss | |
| 2013-03-27 | Merge pull request #967 from jacobian/ticket/20078-admin-user-password-filtering | Jacob Kaplan-Moss | |
| Fixed #20078: don't allow filtering on password in the user admin. | |||
| 2013-03-27 | Fixed #20078: don't allow filtering on password in the user admin. | Jacob Kaplan-Moss | |
| 2013-03-27 | Merge remote-tracking branch 'ptone/18985-fix' | Jacob Kaplan-Moss | |
| 2013-03-27 | Updated bios of committers | Richard Cornish | |
| 2013-03-26 | Added regression test for custom SQL containing percents | Claude Paroz | |
| Refs #3485. | |||
| 2013-03-26 | Fix a missing " character in the password documentation | Donald Stufft | |
| 2013-03-26 | Merge pull request #958 from dstufft/prehash-bcrypt | Donald Stufft | |
| Fixed #20138 -- Added BCryptSHA256PasswordHasher | |||
| 2013-03-26 | Add Donald Stufft to the AUTHORS file | Donald Stufft | |
| 2013-03-26 | Fixed #20138 -- Added BCryptSHA256PasswordHasher | Donald Stufft | |
| BCryptSHA256PasswordHasher pre-hashes the users password using SHA256 to prevent the 72 byte truncation inherient in the BCrypt algorithm. | |||
| 2013-03-26 | Fixed #20091 -- Oracle null promotion for empty strings | Anssi Kääriäinen | |
| 2013-03-25 | Fixed #20121 -- Removed LogEntry.get_admin_url's hard-coded path. | Adam Wentz | |
| Updated LogEntry.get_admin_url to use 'reverse' instead of a hard-coded path. | |||
| 2013-03-25 | Fixed docs reST warning. | Ramiro Morales | |
| 2013-03-25 | Removed forced typecasting of help_text/label Field arguments | Claude Paroz | |
| In any case, setting those variables to non-ascii utf-8 bytestrings is now considered a programming error. | |||
| 2013-03-25 | Docs: Remove ambiguity. | Maik Hoepfel | |
| The docs to the LANGUAGES setting were using both the term language code and language name for the same thing. | |||
| 2013-03-25 | Moved removeChildren to core.js | Andrew Jesaitis | |
| The function removeChildren is a general utility that other functions might want to use. Fixes #4120. Thanks arvin for the initial patch. | |||
| 2013-03-25 | Moved cancelEventPropagation into core.js | Andrew Jesaitis | |
| The cancelEventPropagation function is a general utility function that can be reused by other widgets. Refs #4120. | |||
| 2013-03-25 | Removed quickElement from calendar.js | Andrew Jesaitis | |
| The function quickElement in calendar.js is a duplicate of the quickElement function in core.js. Refs #4120. | |||
| 2013-03-24 | 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. | |||
| 2013-03-24 | Merge pull request #946 from matiasb/minor-flatpage-translation-fix | Simon Charette | |
| Fixed #20117 -- Added missing translation override to fix flatpages test. | |||
| 2013-03-24 | Fixed Oracle specific failures in multicolumn joins | Anssi Kääriäinen | |
| Refs #19385 | |||
| 2013-03-24 | Merge pull request #885 from loic/ticket19541 | Jannis Leidel | |
| Fixed #19541 -- Fixed BaseHandler to enable reversing URLs in response middlewares... | |||
