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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fixed typos in docs.
Jacob Walls
2021-06-03
1
-1
/
+1
*
Fixed typo in docs/internals/contributing/writing-code/coding-style.txt.
Jacob Walls
2021-06-02
1
-1
/
+1
*
Changed IRC references to Libera.Chat.
Mariusz Felisiak
2021-05-20
3
-4
/
+4
*
Fixed #32720 -- Added configuration and docs for Sphinx link checker.
Nick Pope
2021-05-17
1
-0
/
+22
*
Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS.
Nick Pope
2021-05-17
3
-5
/
+5
*
Fixed typo in docs/internals/contributing/writing-documentation.txt.
Nick Pope
2021-05-06
1
-1
/
+1
*
Refs #32178 -- Doc'd DatabaseFeatures.django_test_skips/django_test_expected_...
Hasan Ramezani
2021-04-29
1
-1
/
+4
*
Fixed #32652 -- Fixed links to new contributors FAQ.
Carlton Gibson
2021-04-15
2
-20
/
+17
*
Updated asgiref dependency for 3.2 release series.
Carlton Gibson
2021-04-06
1
-1
/
+1
*
Updated link to Selenium webdrivers.
Mariusz Felisiak
2021-03-09
1
-1
/
+1
*
Updated Git branch "master" to "main".
Markus Holtermann
2021-03-09
6
-26
/
+26
*
Refs #32412 -- Adjusted Contributing Guide start page.
GabbyPrecious
2021-03-03
2
-45
/
+82
*
Fixed #32355 -- Dropped support for Python 3.6 and 3.7
Mariusz Felisiak
2021-02-10
1
-5
/
+5
*
Corrected typo in advice to new contributors.
Carlton Gibson
2021-02-04
1
-2
/
+2
*
Refs #32412 -- Adjusted beginning of Advice for new contributors.
GabbyPrecious
2021-02-04
1
-1
/
+7
*
Fixed typo in docs/internals/contributing/writing-code/coding-style.txt.
hashlash
2021-01-09
1
-1
/
+1
*
Refs #30367 -- Changed remaining "pip install" to "python -m pip install" in ...
Jon Dufresne
2020-12-23
1
-1
/
+1
*
Fixed #32165 -- Added pre-commit hooks
David Smith
2020-12-23
2
-1
/
+29
*
Updated isort URL to new location.
Jon Dufresne
2020-12-20
1
-2
/
+2
*
Changed docs and a code comment to use gender-neutral pronouns.
Nick Pope
2020-11-13
1
-1
/
+1
*
Fixed #31216 -- Added support for colorama terminal colors on Windows.
MinchinWeb
2020-11-11
1
-0
/
+2
*
Fixed #29988 -- Updated coding style to allow f-strings.
Carlton Gibson
2020-10-15
1
-0
/
+31
*
Bumped minimum isort version to 5.1.0.
David Smith
2020-07-30
2
-2
/
+2
*
Bumped asgiref requirement to >= 3.2.10.
Mariusz Felisiak
2020-07-17
1
-1
/
+1
*
Refs #31493 -- Replaced var with const/let in documentation JS.
Adam Johnson
2020-06-24
1
-3
/
+3
*
Refs #30472 -- Simplified Argon2PasswordHasher with argon2-cffi 19.1+ API.
Florian Apolloner
2020-06-17
1
-1
/
+1
*
Removed redundant pyenchant dependency in spelling check docs.
David Smith
2020-06-01
1
-10
/
+4
*
Fixed #31524 -- Removed minified static assets from the admin.
Jon Dufresne
2020-05-14
1
-27
/
+0
*
Used :envvar: role and .. envvar:: directive in various docs.
Nick Pope
2020-05-13
3
-7
/
+11
*
Used :mimetype: role in various docs.
Nick Pope
2020-05-13
1
-0
/
+3
*
Used :pep: role in various docs.
Nick Pope
2020-05-13
1
-0
/
+4
*
Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and c...
Adam Johnson
2020-05-04
4
-13
/
+10
*
Fixed #31356 -- Changed IRC links to the Freenode webchat.
Hasan Ramezani
2020-04-29
2
-3
/
+3
*
Made compress.py script use the official google-closure-compiler release.
Jon Dufresne
2020-04-22
1
-2
/
+1
*
Refs #22463 -- Replaced JSHint with ESLint in contributing docs.
Jignesh Kotadiya
2020-04-20
1
-4
/
+4
*
Fixed term warning on Sphinx 3.0.1+.
Mariusz Felisiak
2020-04-14
2
-7
/
+8
*
Prevented (and corrected) single backtick usage in docs.
Adam Johnson
2020-04-01
3
-4
/
+4
*
Fixed #31241 -- Clarified porting translations of the Django docs to docs.dja...
Takuya Noguchi
2020-02-12
1
-0
/
+6
*
Fixed #31226 -- Fixed typo in docs/internals/contributing/writing-code/submit...
Vibhu Agarwal
2020-02-03
1
-1
/
+1
*
Fixed #31222 -- Fixed typo in docs/internals/contributing/bugs-and-features.txt.
Vibhu Agarwal
2020-02-03
1
-3
/
+2
*
Refs #25778 -- Updated some links to HTTPS and new locations.
Mariusz Felisiak
2020-01-29
1
-1
/
+1
*
Refs #25778 -- Updated sphinx-doc.org links to HTTPS.
Jon Dufresne
2020-01-29
1
-1
/
+1
*
Added guidelines for assertIs() usage.
Mads Jensen
2019-12-30
1
-0
/
+5
*
Fixed #23433 -- Deprecated django-admin.py entry point in favor of django-admin.
Jon Dufresne
2019-12-06
1
-1
/
+1
*
Fixed typo in internals/contributing/writing-documentation.txt.
Hasan Ramezani
2019-12-03
1
-3
/
+3
*
Refs #31029 -- Added note about :rfc: role in writing documentation docs.
Baptiste Mispelon
2019-11-27
1
-0
/
+4
*
Pinned asgiref version.
Carlton Gibson
2019-11-20
1
-1
/
+1
*
Refs #30183 -- Doc'd dropping support for sqlparse < 0.2.2.
Stephen Rauch
2019-11-06
1
-1
/
+1
*
Fixed #30927 -- Simplified an example of test for the deprecation warning wit...
André Ericson
2019-10-30
1
-9
/
+4
*
Added tblib to the list of test suite dependencies in documentation.
Mariusz Felisiak
2019-10-23
1
-0
/
+2
[prev]
[next]