index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
internals
/
contributing
/
writing-code
/
coding-style.txt
Age
Commit message (
Expand
)
Author
2019-04-18
Fixed #30367 -- Changed "pip install" to "python -m pip install" in docs, com...
Ramiro Morales
2018-11-02
Fixed typo in docs/internals/contributing/writing-code/coding-style.txt.
Mice Pápai
2018-09-26
Refs #29784 -- Switched to https:// links where available.
Jon Dufresne
2018-09-25
Normalized spelling of "lowercase" and "lowercased".
Jon Dufresne
2018-09-10
Refs #20910 -- Replaced snippet directive with code-block.
Curtis Maloney
2018-07-18
Removed duplicate words in docs.
Maxime Lorant
2018-05-09
Fixed #29363 -- Added SimpleTestCase.assertWarnsMessage().
Morgan Aubert
2018-04-17
Fixed #29334 -- Updated pypi.python.org URLs to pypi.org.
Brett Cannon
2018-01-20
Fixed #28343 -- Add an OS chooser for docs command line examples.
Ramiro Morales
2017-06-26
Refs #23919 -- Stopped inheriting from object to define new style classes.
Mariusz Felisiak
2017-06-12
Fixed #27655 -- Added some guidelines to the coding style docs.
Tim Graham
2017-03-21
Fixed #27963 -- Removed unneeded docstring example in contributing docs.
Mikkel Munch Mortensen
2017-01-18
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
Claude Paroz
2016-12-07
Fixed #27579 -- Added aliases for Python 3's assertion names in SimpleTestCase.
Tim Graham
2016-11-10
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2016-10-27
Fixed #27327 -- Simplified time zone handling by requiring pytz.
Tim Graham
2016-07-20
Fixed #22446 -- Added tox.ini to automate pull request checks.
Tobias McNulty
2016-07-13
Fixed typo in docs/internals/contributing/writing-code/coding-style.txt
Jiang Haiyun
2016-01-22
Fixed #26020 -- Normalized header stylings in docs.
Elif T. Kus
2016-01-11
Fixed #25385 -- Allowed importing views.generic.View from views.View.
Varun Sharma
2015-12-31
Fixed #26013 -- Moved django.core.urlresolvers to django.urls.
Marten Kenbeek
2015-12-23
Fixed #25948 -- Added guidelines for SimpleTestCase.assertRaisesMessage() usage.
Tim Graham
2015-08-22
Recommend relative imports within Django components.
Aymeric Augustin
2015-06-27
Fixed #22463 -- Added code style guide and JavaScript linting (EditorConfig a...
Trey Hunner
2015-02-22
Fixed #24358 -- Corrected code-block directives for console sessions.
Sean Wang
2015-02-06
Fixed #23860 -- Documented import order convention.
wrwrwr
2015-01-29
Fixed #24175 -- Updated docstring convention.
Tim Graham
2014-09-05
Limited lines to 119 characters in django/
Tim Graham
2014-04-23
Various documentation typo/spelling fixes
Marti Raudsepp
2014-02-22
Fixed #22007 -- Fixed cbv docs - make imports consistent
Martin Matusiak
2013-12-08
Updated a bunch of hyperlinks in documentation
Claude Paroz
2013-11-09
Fixed spelling of compatibility.
Tim Graham
2013-11-09
Recommended flake8 to check coding style.
Tim Graham
2013-07-05
Fixed #20224 -- Update docs examples which mention __unicode__
Claude Paroz
2013-01-24
Fixed #19639 - Updated contributing to reflect model choices best practices.
Tim Graham
2013-01-02
Fixed #19516 - Fixed remaining broken links.
Tim Graham
2012-10-10
Remove heteronormativity from coding style doc
Daniel D. Beck
2012-02-17
Added note to coding-style.txt about how we should NOT be religious about lin...
Adrian Holovaty
2012-02-16
Used Sphinx markup for PEPs and fixed a typo in the 1.4-beta-1 release notes.
Aymeric Augustin
2011-10-14
Fixed many more ReST indentation errors, somehow accidentally missed from [16...
Luke Plant
2011-09-04
Converted links to external topics so they use intersphinx extension markup.
Ramiro Morales
2011-08-26
Add a note about discouraging whitespace- or formatting-only patches.
Malcolm Tredinnick
2011-08-26
Added some tips to the contributor docs, namely about removing trailing white...
Julien Phalip
2011-07-19
Fixed #16469 -- Improved documentation of Django internals, including the new...
Jannis Leidel
2011-05-27
Fixed #15796 -- Restructured the contributing documentation and added note ab...
Jannis Leidel