summaryrefslogtreecommitdiff
path: root/docs/internals/contributing/writing-code/coding-style.txt
AgeCommit message (Expand)Author
2016-01-11Fixed #25385 -- Allowed importing views.generic.View from views.View.Varun Sharma
2015-12-31Fixed #26013 -- Moved django.core.urlresolvers to django.urls.Marten Kenbeek
2015-12-23Fixed #25948 -- Added guidelines for SimpleTestCase.assertRaisesMessage() usage.Tim Graham
2015-08-22Recommend relative imports within Django components.Aymeric Augustin
2015-06-27Fixed #22463 -- Added code style guide and JavaScript linting (EditorConfig a...Trey Hunner
2015-02-22Fixed #24358 -- Corrected code-block directives for console sessions.Sean Wang
2015-02-06Fixed #23860 -- Documented import order convention.wrwrwr
2015-01-29Fixed #24175 -- Updated docstring convention.Tim Graham
2014-09-05Limited lines to 119 characters in django/Tim Graham
2014-04-23Various documentation typo/spelling fixesMarti Raudsepp
2014-02-22Fixed #22007 -- Fixed cbv docs - make imports consistentMartin Matusiak
2013-12-08Updated a bunch of hyperlinks in documentationClaude Paroz
2013-11-09Fixed spelling of compatibility.Tim Graham
2013-11-09Recommended flake8 to check coding style.Tim Graham
2013-07-05Fixed #20224 -- Update docs examples which mention __unicode__Claude Paroz
2013-01-24Fixed #19639 - Updated contributing to reflect model choices best practices.Tim Graham
2013-01-02Fixed #19516 - Fixed remaining broken links.Tim Graham
2012-10-10Remove heteronormativity from coding style docDaniel D. Beck
2012-02-17Added note to coding-style.txt about how we should NOT be religious about lin...Adrian Holovaty
2012-02-16Used Sphinx markup for PEPs and fixed a typo in the 1.4-beta-1 release notes.Aymeric Augustin
2011-10-14Fixed many more ReST indentation errors, somehow accidentally missed from [16...Luke Plant
2011-09-04Converted links to external topics so they use intersphinx extension markup.Ramiro Morales
2011-08-26Add a note about discouraging whitespace- or formatting-only patches.Malcolm Tredinnick
2011-08-26Added some tips to the contributor docs, namely about removing trailing white...Julien Phalip
2011-07-19Fixed #16469 -- Improved documentation of Django internals, including the new...Jannis Leidel
2011-05-27Fixed #15796 -- Restructured the contributing documentation and added note ab...Jannis Leidel