| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-12-31 | [1.6.x] Fixed #21701 -- Improved testing doc titles and added testing/tools.txt. | Tim Graham | |
| Thanks cjerdonek for the suggestion. Backport of 9953e98e6a from master | |||
| 2013-12-19 | [1.6.x] Fixed #21213 -- Added docs for Django's mailing lists. | Unai Zalakain | |
| Added docs/internals/mailing-lists.txt documenting the use of django's mailing lists. All references across docs changed to point to this page. The referencing makes use of substitution because there's no way to make a :ref: link in a non-inline fashion in Sphinx. It also makes use of rst_epilog Sphinx conf for making this substitutions across all the docs. Backport of 3895d8899d from master | |||
| 2013-12-08 | [1.6.x] Updated a bunch of hyperlinks in documentation | Claude Paroz | |
| Backport of 626bdf648 from master. | |||
| 2013-12-02 | [1.6.x] Fixed #21538 -- Added numpy to test/requirements/base.txt | Alasdair Nicol | |
| Thanks Tim Graham for the report Backport of c75dd664cf from master | |||
| 2013-11-22 | [1.6.x] Fixed sentence structure in ↵ | Cody Scott | |
| docs/internals/contributing/triaging-tickets.txt Backport of 4a54b69e88 from master | |||
| 2013-09-25 | [1.6.X] Fixed wording in unit tests documentation. | Baptiste Mispelon | |
| Backport of 42b9feb2e79546e1d4362c3a4f0043f3c569ace3 from master. | |||
| 2013-09-13 | [1.6.x] Documentation -- added instructions on working with pull requests | Kevin Christopher Henry | |
| Since non-core contributors are asked to review patches, instructions on working with pull requests were added to the Working with Git and GitHub page (based on the existing instructions in the core committers page). Backport of 990ce9aab9 from master | |||
| 2013-09-06 | [1.6.x] Fixed instructions for running a subset of tests. | Tim Graham | |
| Backport of cd4068f359 from master | |||
| 2013-09-05 | [1.6.x] Fixed #21035 -- Changed docs to treat the acronym SQL phonetically. | Eric Boersma | |
| The documentation and comments now all use 'an' to refer to the word SQL and not 'a'. Backport of 4d13cc56de from master | |||
| 2013-09-05 | [1.6.x] Fixed #21047 -- Added CLA mesage on the new contributor advice doc | micahhausler | |
| Backport of 93dd31cadf from master | |||
| 2013-08-27 | [1.6.x] Updated instructions for running contrib tests. | Matt Robenolt | |
| Backport of 08e7a64369 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-23 | Fixed #20524 - Described keywords in triaging contrib doc. | SusanTan | |
| 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-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-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-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-02-26 | Updated docs to reflect new tests layout. | Florian Apolloner | |
| Thanks to Ramiro Morales for the initial patch. | |||
| 2013-02-25 | Fixed #19854 -- Turn Django's own Selenium tests off by default. | Carl Meyer | |
| 2013-02-23 | Added test runner option to skip Selenium tests (#19854). | Zbigniew Siciarz | |
| 2013-02-02 | Fixed #19333 -- Moved compress.py outside of the admin static folder. Thanks ↵ | Julien Phalip | |
| to camilonova, Russell Keith-Magee, Aymeric Augustin and Ramiro Morales for the feedback. | |||
| 2013-01-29 | Fixed typos in docs and comments | Tim Graham | |
| 2013-01-24 | Fixed #19639 - Updated contributing to reflect model choices best practices. | Tim Graham | |
| Thanks charettes. | |||
| 2013-01-02 | Fixed #19516 - Fixed remaining broken links. | Tim Graham | |
| Added -n to sphinx builds to catch issues going forward. | |||
| 2012-12-29 | Removed django.contrib.markup. | Aymeric Augustin | |
| 2012-12-22 | Fixed #15516 -- Updated the ticket life cycle diagram. | Aymeric Augustin | |
| 2012-12-21 | Fixed #19497 -- Refactored testing docs. | Ramiro Morales | |
| Thanks Tim Graham for the review and suggestions. | |||
| 2012-12-08 | Fixed #19389 -- Docs on the location of contrib apps tests. | Aymeric Augustin | |
| 2012-11-17 | Fixed #16779 - Added a contributing tutorial | Tim Graham | |
| Thank-you Taavi Taijala for the draft patch! | |||
| 2012-11-04 | Added a note and link to CLA from contributing docs | Preston Holmes | |
| 2012-10-25 | Fixed #19180 - Clarified policy regarding older versions of the docs. | Tim Graham | |
| 2012-10-15 | Merge pull request #436 from ddbeck/patch-1 | Adrian Holovaty | |
| Removed heteronormativity from coding style doc | |||
| 2012-10-14 | Replaced mentions of Subversion by Git in docs | Claude Paroz | |
| 2012-10-11 | Fixed #16817 - Added a guide of code coverage to contributing docs. | Tim Graham | |
| Thanks Pedro Lima for the draft patch. | |||
| 2012-10-10 | Remove heteronormativity from coding style doc | Daniel D. Beck | |
| 2012-10-01 | Fixed #19045 -- removed 'fixed on a branch' from triage docs | Preston Holmes | |
| 2012-09-27 | Added a note regarding interaction between GitHub and Trac Plugin | Preston Holmes | |
| 2012-08-12 | Removed missplaced label in the docs. | Florian Apolloner | |
| 2012-08-07 | Put all the security-related notes in the same notice box. | James Bennett | |
| 2012-08-07 | Add new security-policy documentation. | James Bennett | |
| This formally describes our policies on reporting, notification and disclosure of security issues, and provides a detailed explanation of our full security-response process, for reference purposes. | |||
| 2012-06-28 | Updated obsolete links in the documentation | Claude Paroz | |
| 2012-06-16 | Fixed the path to the admin's compress.py script in the doc. | Julien Phalip | |
| 2012-06-08 | Fixed an error in a git command. | Aymeric Augustin | |
| 2012-06-08 | Clarified the purpose of the pull requsets docs | Aymeric Augustin | |
| One is for the community, the other for the core team. Thanks Reinout van Rees for the report. | |||
