| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-08-09 | [1.6.x] Fixed #20868 -- Added an email to django-announce as a security step. | Tim Graham | |
| Thanks garrison for the report. Backport of 5737c57d95 from master | |||
| 2013-07-10 | [1.6.x] Added some missing test requirements in the docs; refs #19196 | Tim Graham | |
| Backport of 77856dc875 from master | |||
| 2013-07-10 | [1.6.x] Fixed #19196 -- Added test/requirements | Tim Graham | |
| Backport of 4d92a0bd86 from master. | |||
| 2013-07-05 | [1.6.x] Fixed #20224 -- Update docs examples which mention __unicode__ | Claude Paroz | |
| Thanks Marc Tamlyn and Tim Graham for the review. Backport of 7442eb1a24 from master. | |||
| 2013-06-28 | [1.6.x] Added missing deprecation note for model permission methods. | Simon Charette | |
| refs #20642. Backport of e1dd24d2f from master. | |||
| 2013-06-26 | Fixed #14881 -- Modified password reset to work with a non-integer UserModel.pk. | Tim Graham | |
| uid is now base64 encoded in password reset URLs/views. A backwards compatible password_reset_confirm view/URL will allow password reset links generated before this change to continue to work. This view will be removed in Django 1.7. Thanks jonash for the initial patch and claudep for the review. | |||
| 2013-06-23 | Fixed #20524 - Described keywords in triaging contrib doc. | SusanTan | |
| 2013-06-17 | Added myself to the commiters list. | Baptiste Mispelon | |
| 2013-06-08 | Update submitting-patches.txt | russkel | |
| Few quick fixes to the terminology in order to match what is used on the Django Trac at the moment. | |||
| 2013-05-27 | Fixed #20503 - Moved doctest utilities in with the rest of the deprecated ↵ | Carl Meyer | |
| test code. The ``DocTestRunner`` and ``OutputChecker`` were formerly in ``django.test.testcases``, now they are in ``django.test.simple``. This avoids triggering the ``django.test._doctest`` deprecation message with any import from ``django.test``. Since these utility classes are undocumented internal API, they can be moved without a separate deprecation process. Also removed the deprecation warnings specific to these classes, as they are now covered by the module-level warning in ``django.test.simple``. Thanks Anssi for the report. Refs #17365. | |||
| 2013-05-24 | Updated my bio | Brian Rosner | |
| 2013-05-23 | Added back a link to docs/internals/committers.txt | Tim Graham | |
| 2013-05-23 | Update my employer. | Alex Gaynor | |
| 2013-05-23 | Fixing some FIXMEs in howto-release-django. Refs #20082 | Andrew Godwin | |
| 2013-05-23 | Fixed #20474 -- Proxied and deprecated django.db.backend | Claude Paroz | |
| 2013-05-22 | Clarified policy for stable branches. | Tim Graham | |
| Thanks Ramiro Morales for the initial patch and Preston Holmes for the review. | |||
| 2013-05-20 | Fixed #9321 -- Deprecated hard-coding of help text in model ManyToManyField ↵ | Ramiro Morales | |
| fields. This is backward incompatible for custom form field/widgets that rely on the hard-coded 'Hold down "Control", or "Command" on a Mac, to select more than one.' sentence. Application that use standard model form fields and widgets aren't affected but need to start handling these help texts by themselves before Django 1.8. For more details, see the related release notes and deprecation timeline sections added with this commit. | |||
| 2013-05-20 | Tweaked unit test 'quick start' explanation. | Tim Graham | |
| Thanks Jeremy Dunck. | |||
| 2013-05-19 | Clarified when triagers should close tickets as needsinfo. | Aymeric Augustin | |
| https://groups.google.com/d/msg/django-developers/dyldP9kFADc/rHTlRBVEP8MJ | |||
| 2013-05-18 | Fixed #15201: Marked CACHE_MIDDLEWARE_ANONYMOUS_ONLY as deprecated | Łukasz Langa | |
| 2013-05-18 | Reorganize committers list chronologically. | Aymeric Augustin | |
| This completes the removal of the distinction between core devs and specialists. Patch by Simon Meers. | |||
| 2013-05-17 | Finally add myself to the committers list | Donald Stufft | |
| 2013-05-17 | Fix up company link. | Marc Tamlyn | |
| 2013-05-17 | Added myself to committers. | Marc Tamlyn | |
| 2013-05-16 | Removed "specialists". | Jacob Kaplan-Moss | |
| The distinction's not really one we make any more, so updated the docs accordingly. | |||
| 2013-05-16 | Updated my bio. | Jacob Kaplan-Moss | |
| 2013-05-14 | Fixed #19934 - Use of Pillow is now preferred over PIL. | Daniel Lindsley | |
| This starts the deprecation period for PIL (support to end in 1.8). | |||
| 2013-05-10 | Fixed #17365, #17366, #18727 -- Switched to discovery test runner. | Carl Meyer | |
| Thanks to Preston Timmons for the bulk of the work on the patch, especially updating Django's own test suite to comply with the requirements of the new runner. Thanks also to Jannis Leidel and Mahdi Yusuf for earlier work on the patch and the discovery runner. Refs #11077, #17032, and #18670. | |||
| 2013-05-10 | Updated my bio. | Jannis Leidel | |
| 2013-05-03 | Added myself to the committers list. | Daniel Lindsley | |
| 2013-05-01 | Fixed #19252 -- Added support for wheel packages. | Florian Apolloner | |
| Signed-off-by: Jannis Leidel <jannis@leidel.info> | |||
| 2013-04-25 | Updated Transifex links to the Django project | Claude Paroz | |
| Translations for the Django framework are now hosted on the django-core Transifex project, and the django project is only dedicated to a team-only hub project. | |||
| 2013-04-20 | Fixed #20104 -- Changed VersionDirective in order to avoid ambiguity. | Juan Catalano | |
| As explained in ticket #20104, the use of versionchanged/versionadded was confusing. To solve this ambiguity these directives no longer accept a second argument but now they only receive the version number (1st arg) and then a content with the proper comment. | |||
| 2013-04-13 | Fixed #4592: Made CheckboxSelectMultiple more like RadioSelect | Baptiste Mispelon | |
| I refactored RadioSelect and CheckboxSelectMultiple to make them inherit from a base class, allowing them to share the behavior of being able to iterate over their subwidgets. Thanks to Matt McClanahan for the initial patch and to Claude Paroz for the review. | |||
| 2013-04-10 | Turned the triage attributes to actual sections so they can be more easily ↵ | Julien Phalip | |
| linked to in the documentation. | |||
| 2013-04-09 | Added some further guidance to "accepted" triage stage | Preston Holmes | |
| Now that DDN is gone, I felt it was worth some extra language about what "accepted" means, and qualify what it means to be "safe" to start writing a patch. | |||
| 2013-04-08 | Removed references to the DDN triage state. | Aymeric Augustin | |
| Rephrased "How can I help with triaging?" a bit to reflect the current practice. | |||
| 2013-04-04 | Removed instructions about download_url from release process notes. | Jacob Kaplan-Moss | |
| This is no longer something that has to happen now that 5c771da3 is in. | |||
| 2013-03-30 | Merge pull request #963 from richardcornish/master | Tim Graham | |
| Updated bios of committers | |||
| 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-27 | Updated bios of committers | Richard Cornish | |
| 2013-03-24 | Goodbye, Malcolm. | Aymeric Augustin | |
| 2013-03-22 | Added missing markup to docs. | Tim Graham | |
| 2013-03-14 | Deprecated django.views.defaults.shortcut. | Aymeric Augustin | |
| 2013-03-14 | Updated release instructions to account for website automation. | Aymeric Augustin | |
| 2013-03-13 | Proof-read and adjusted the transactions docs. | Aymeric Augustin | |
| 2013-03-11 | Deprecated django.contrib.comments. | Jacob Kaplan-Moss | |
| 2013-03-11 | Deprecated TransactionMiddleware and TRANSACTIONS_MANAGED. | Aymeric Augustin | |
| Replaced them with per-database options, for proper multi-db support. Also toned down the recommendation to tie transactions to HTTP requests. Thanks Jeremy for sharing his experience. | |||
| 2013-03-11 | Added some assertions to enforce the atomicity of atomic. | Aymeric Augustin | |
