index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
internals
/
contributing
/
writing-code
/
coding-style.txt
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed typo in docs/internals/contributing/writing-code/coding-style.txt.
Mice Pápai
2018-11-02
1
-2
/
+2
*
Refs #29784 -- Switched to https:// links where available.
Jon Dufresne
2018-09-26
1
-1
/
+1
*
Normalized spelling of "lowercase" and "lowercased".
Jon Dufresne
2018-09-25
1
-1
/
+1
*
Refs #20910 -- Replaced snippet directive with code-block.
Curtis Maloney
2018-09-10
1
-2
/
+2
*
Removed duplicate words in docs.
Maxime Lorant
2018-07-18
1
-1
/
+1
*
Fixed #29363 -- Added SimpleTestCase.assertWarnsMessage().
Morgan Aubert
2018-05-09
1
-4
/
+8
*
Fixed #29334 -- Updated pypi.python.org URLs to pypi.org.
Brett Cannon
2018-04-17
1
-1
/
+1
*
Fixed #28343 -- Add an OS chooser for docs command line examples.
Ramiro Morales
2018-01-20
1
-1
/
+1
*
Refs #23919 -- Stopped inheriting from object to define new style classes.
Mariusz Felisiak
2017-06-26
1
-1
/
+1
*
Fixed #27655 -- Added some guidelines to the coding style docs.
Tim Graham
2017-06-12
1
-0
/
+21
*
Fixed #27963 -- Removed unneeded docstring example in contributing docs.
Mikkel Munch Mortensen
2017-03-21
1
-7
/
+1
*
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
Claude Paroz
2017-01-18
1
-4
/
+0
*
Fixed #27579 -- Added aliases for Python 3's assertion names in SimpleTestCase.
Tim Graham
2016-12-07
1
-3
/
+2
*
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2016-11-10
1
-0
/
+13
*
Fixed #27327 -- Simplified time zone handling by requiring pytz.
Tim Graham
2016-10-27
1
-2
/
+2
*
Fixed #22446 -- Added tox.ini to automate pull request checks.
Tobias McNulty
2016-07-20
1
-0
/
+4
*
Fixed typo in docs/internals/contributing/writing-code/coding-style.txt
Jiang Haiyun
2016-07-13
1
-1
/
+1
*
Fixed #26020 -- Normalized header stylings in docs.
Elif T. Kus
2016-01-22
1
-8
/
+8
*
Fixed #25385 -- Allowed importing views.generic.View from views.View.
Varun Sharma
2016-01-11
1
-1
/
+1
*
Fixed #26013 -- Moved django.core.urlresolvers to django.urls.
Marten Kenbeek
2015-12-31
1
-1
/
+1
*
Fixed #25948 -- Added guidelines for SimpleTestCase.assertRaisesMessage() usage.
Tim Graham
2015-12-23
1
-0
/
+6
*
Recommend relative imports within Django components.
Aymeric Augustin
2015-08-22
1
-1
/
+2
*
Fixed #22463 -- Added code style guide and JavaScript linting (EditorConfig a...
Trey Hunner
2015-06-27
1
-0
/
+12
*
Fixed #24358 -- Corrected code-block directives for console sessions.
Sean Wang
2015-02-22
1
-1
/
+1
*
Fixed #23860 -- Documented import order convention.
wrwrwr
2015-02-06
1
-8
/
+79
*
Fixed #24175 -- Updated docstring convention.
Tim Graham
2015-01-29
1
-10
/
+2
*
Limited lines to 119 characters in django/
Tim Graham
2014-09-05
1
-5
/
+7
*
Various documentation typo/spelling fixes
Marti Raudsepp
2014-04-23
1
-1
/
+1
*
Fixed #22007 -- Fixed cbv docs - make imports consistent
Martin Matusiak
2014-02-22
1
-0
/
+8
*
Updated a bunch of hyperlinks in documentation
Claude Paroz
2013-12-08
1
-1
/
+1
*
Fixed spelling of compatibility.
Tim Graham
2013-11-09
1
-1
/
+1
*
Recommended flake8 to check coding style.
Tim Graham
2013-11-09
1
-11
/
+11
*
Fixed #20224 -- Update docs examples which mention __unicode__
Claude Paroz
2013-07-05
1
-1
/
+4
*
Fixed #19639 - Updated contributing to reflect model choices best practices.
Tim Graham
2013-01-24
1
-8
/
+11
*
Fixed #19516 - Fixed remaining broken links.
Tim Graham
2013-01-02
1
-3
/
+3
*
Remove heteronormativity from coding style doc
Daniel D. Beck
2012-10-10
1
-3
/
+3
*
Added note to coding-style.txt about how we should NOT be religious about lin...
Adrian Holovaty
2012-02-17
1
-1
/
+7
*
Used Sphinx markup for PEPs and fixed a typo in the 1.4-beta-1 release notes.
Aymeric Augustin
2012-02-16
1
-1
/
+1
*
Fixed many more ReST indentation errors, somehow accidentally missed from [16...
Luke Plant
2011-10-14
1
-104
/
+104
*
Converted links to external topics so they use intersphinx extension markup.
Ramiro Morales
2011-09-04
1
-1
/
+1
*
Add a note about discouraging whitespace- or formatting-only patches.
Malcolm Tredinnick
2011-08-26
1
-1
/
+4
*
Added some tips to the contributor docs, namely about removing trailing white...
Julien Phalip
2011-08-26
1
-0
/
+6
*
Fixed #16469 -- Improved documentation of Django internals, including the new...
Jannis Leidel
2011-07-19
1
-5
/
+10
*
Fixed #15796 -- Restructured the contributing documentation and added note ab...
Jannis Leidel
2011-05-27
1
-0
/
+190