summaryrefslogtreecommitdiff
path: root/docs/internals/contributing/writing-code/coding-style.txt
Commit message (Expand)AuthorAgeFilesLines
* Fixed typo in docs/internals/contributing/writing-code/coding-style.txt.Mice Pápai2018-11-021-2/+2
* Refs #29784 -- Switched to https:// links where available.Jon Dufresne2018-09-261-1/+1
* Normalized spelling of "lowercase" and "lowercased".Jon Dufresne2018-09-251-1/+1
* Refs #20910 -- Replaced snippet directive with code-block.Curtis Maloney2018-09-101-2/+2
* Removed duplicate words in docs.Maxime Lorant2018-07-181-1/+1
* Fixed #29363 -- Added SimpleTestCase.assertWarnsMessage().Morgan Aubert2018-05-091-4/+8
* Fixed #29334 -- Updated pypi.python.org URLs to pypi.org.Brett Cannon2018-04-171-1/+1
* Fixed #28343 -- Add an OS chooser for docs command line examples.Ramiro Morales2018-01-201-1/+1
* Refs #23919 -- Stopped inheriting from object to define new style classes.Mariusz Felisiak2017-06-261-1/+1
* Fixed #27655 -- Added some guidelines to the coding style docs.Tim Graham2017-06-121-0/+21
* Fixed #27963 -- Removed unneeded docstring example in contributing docs.Mikkel Munch Mortensen2017-03-211-7/+1
* Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz2017-01-181-4/+0
* Fixed #27579 -- Added aliases for Python 3's assertion names in SimpleTestCase.Tim Graham2016-12-071-3/+2
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-101-0/+13
* Fixed #27327 -- Simplified time zone handling by requiring pytz.Tim Graham2016-10-271-2/+2
* Fixed #22446 -- Added tox.ini to automate pull request checks.Tobias McNulty2016-07-201-0/+4
* Fixed typo in docs/internals/contributing/writing-code/coding-style.txtJiang Haiyun2016-07-131-1/+1
* Fixed #26020 -- Normalized header stylings in docs.Elif T. Kus2016-01-221-8/+8
* Fixed #25385 -- Allowed importing views.generic.View from views.View.Varun Sharma2016-01-111-1/+1
* Fixed #26013 -- Moved django.core.urlresolvers to django.urls.Marten Kenbeek2015-12-311-1/+1
* Fixed #25948 -- Added guidelines for SimpleTestCase.assertRaisesMessage() usage.Tim Graham2015-12-231-0/+6
* Recommend relative imports within Django components.Aymeric Augustin2015-08-221-1/+2
* Fixed #22463 -- Added code style guide and JavaScript linting (EditorConfig a...Trey Hunner2015-06-271-0/+12
* Fixed #24358 -- Corrected code-block directives for console sessions.Sean Wang2015-02-221-1/+1
* Fixed #23860 -- Documented import order convention.wrwrwr2015-02-061-8/+79
* Fixed #24175 -- Updated docstring convention.Tim Graham2015-01-291-10/+2
* Limited lines to 119 characters in django/Tim Graham2014-09-051-5/+7
* Various documentation typo/spelling fixesMarti Raudsepp2014-04-231-1/+1
* Fixed #22007 -- Fixed cbv docs - make imports consistentMartin Matusiak2014-02-221-0/+8
* Updated a bunch of hyperlinks in documentationClaude Paroz2013-12-081-1/+1
* Fixed spelling of compatibility.Tim Graham2013-11-091-1/+1
* Recommended flake8 to check coding style.Tim Graham2013-11-091-11/+11
* Fixed #20224 -- Update docs examples which mention __unicode__Claude Paroz2013-07-051-1/+4
* Fixed #19639 - Updated contributing to reflect model choices best practices.Tim Graham2013-01-241-8/+11
* Fixed #19516 - Fixed remaining broken links.Tim Graham2013-01-021-3/+3
* Remove heteronormativity from coding style docDaniel D. Beck2012-10-101-3/+3
* Added note to coding-style.txt about how we should NOT be religious about lin...Adrian Holovaty2012-02-171-1/+7
* Used Sphinx markup for PEPs and fixed a typo in the 1.4-beta-1 release notes.Aymeric Augustin2012-02-161-1/+1
* Fixed many more ReST indentation errors, somehow accidentally missed from [16...Luke Plant2011-10-141-104/+104
* Converted links to external topics so they use intersphinx extension markup.Ramiro Morales2011-09-041-1/+1
* Add a note about discouraging whitespace- or formatting-only patches.Malcolm Tredinnick2011-08-261-1/+4
* Added some tips to the contributor docs, namely about removing trailing white...Julien Phalip2011-08-261-0/+6
* Fixed #16469 -- Improved documentation of Django internals, including the new...Jannis Leidel2011-07-191-5/+10
* Fixed #15796 -- Restructured the contributing documentation and added note ab...Jannis Leidel2011-05-271-0/+190