summaryrefslogtreecommitdiff
path: root/docs/internals/contributing
AgeCommit message (Collapse)Author
2013-06-08Update submitting-patches.txtrusskel
Few quick fixes to the terminology in order to match what is used on the Django Trac at the moment.
2013-05-20Tweaked unit test 'quick start' explanation.Tim Graham
Thanks Jeremy Dunck.
2013-05-19Clarified when triagers should close tickets as needsinfo.Aymeric Augustin
https://groups.google.com/d/msg/django-developers/dyldP9kFADc/rHTlRBVEP8MJ
2013-04-25Updated Transifex links to the Django projectClaude 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-20Fixed #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-10Turned the triage attributes to actual sections so they can be more easily ↵Julien Phalip
linked to in the documentation.
2013-04-09Added some further guidance to "accepted" triage stagePreston 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-08Removed references to the DDN triage state.Aymeric Augustin
Rephrased "How can I help with triaging?" a bit to reflect the current practice.
2013-02-26Updated docs to reflect new tests layout.Florian Apolloner
Thanks to Ramiro Morales for the initial patch.
2013-02-25Fixed #19854 -- Turn Django's own Selenium tests off by default.Carl Meyer
2013-02-23Added test runner option to skip Selenium tests (#19854).Zbigniew Siciarz
2013-02-02Fixed #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-29Fixed typos in docs and commentsTim Graham
2013-01-24Fixed #19639 - Updated contributing to reflect model choices best practices.Tim Graham
Thanks charettes.
2013-01-02Fixed #19516 - Fixed remaining broken links.Tim Graham
Added -n to sphinx builds to catch issues going forward.
2012-12-29Removed django.contrib.markup.Aymeric Augustin
2012-12-22Fixed #15516 -- Updated the ticket life cycle diagram.Aymeric Augustin
2012-12-21Fixed #19497 -- Refactored testing docs.Ramiro Morales
Thanks Tim Graham for the review and suggestions.
2012-12-08Fixed #19389 -- Docs on the location of contrib apps tests.Aymeric Augustin
2012-11-17Fixed #16779 - Added a contributing tutorialTim Graham
Thank-you Taavi Taijala for the draft patch!
2012-11-04Added a note and link to CLA from contributing docsPreston Holmes
2012-10-25Fixed #19180 - Clarified policy regarding older versions of the docs.Tim Graham
2012-10-15Merge pull request #436 from ddbeck/patch-1Adrian Holovaty
Removed heteronormativity from coding style doc
2012-10-14Replaced mentions of Subversion by Git in docsClaude Paroz
2012-10-11Fixed #16817 - Added a guide of code coverage to contributing docs.Tim Graham
Thanks Pedro Lima for the draft patch.
2012-10-10Remove heteronormativity from coding style docDaniel D. Beck
2012-10-01Fixed #19045 -- removed 'fixed on a branch' from triage docsPreston Holmes
2012-09-27Added a note regarding interaction between GitHub and Trac PluginPreston Holmes
2012-08-12Removed missplaced label in the docs.Florian Apolloner
2012-08-07Put all the security-related notes in the same notice box.James Bennett
2012-08-07Add 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-28Updated obsolete links in the documentationClaude Paroz
2012-06-16Fixed the path to the admin's compress.py script in the doc.Julien Phalip
2012-06-08Fixed an error in a git command.Aymeric Augustin
2012-06-08Clarified the purpose of the pull requsets docsAymeric Augustin
One is for the community, the other for the core team. Thanks Reinout van Rees for the report.
2012-06-08Explained an alternative way to fetch a branch.Aymeric Augustin
This avoids adding each contributor as a remote. Thanks Fruneau for the report.
2012-06-08Proof-read the new contributing guide.Aymeric Augustin
Many thanks to Daniele Procida.
2012-06-08Small corrections to committing-code docsLuke Plant
2012-06-07Fixed #18436 -- Updated contributing docs for git.Aymeric Augustin
Most of the credit for this large patch goes to Anssi Kääriäinen. Many thanks to all the people who contributed to the discussion.
2012-06-07Fixed #17933 -- Added intro note to writing-documentation.txtAdrian Holovaty
Based on initial patch by Thomas Westfeld
2012-06-07Removed references to changes made in 1.2.Aymeric Augustin
Thanks Florian Apolloner for the patch.
2012-03-14Updated some outdated external URLs in docs.Claude Paroz
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17710 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-13Replaced http by https in djangoproject.com linksClaude Paroz
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17703 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-12Made some small edits to localization docs from [17690]Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17693 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-12Fixed the localization docs a little to point to the correct Transifex URL. ↵Jannis Leidel
Also reworded it a bit to follow the site's new UI. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17690 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-03Fixed #9995 -- Updated the installation instructions to recommend pip. Also ↵Aymeric Augustin
fixed ReST errors. Refs #9112. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17636 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-02-17Added note to coding-style.txt about how we should NOT be religious about ↵Adrian Holovaty
line lengths. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17539 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-02-16Used Sphinx markup for PEPs and fixed a typo in the 1.4-beta-1 release notes.Aymeric Augustin
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17536 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-12-30Fixed #17334 - Documented the commit message style for backports; thanks ↵Timo Graham
krzysiumed for the draft patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17294 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-12-22Fixed #2879 -- Added support for the integration with Selenium and other ↵Julien Phalip
in-browser testing frameworks. Also added the first Selenium tests for `contrib.admin`. Many thanks to everyone for their contributions and feedback: Mikeal Rogers, Dirk Datzert, mir, Simon G., Almad, Russell Keith-Magee, Denis Golomazov, devin, robertrv, andrewbadr, Idan Gazit, voidspace, Tom Christie, hjwp2, Adam Nelson, Jannis Leidel, Anssi Kääriäinen, Preston Holmes, Bruno Renié and Jacob Kaplan-Moss. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17241 bcc190cf-cafb-0310-a4f2-bffc1f526a37