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
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