index
:
chango.git
devmain
fix-31295
initial-branch
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
Age
Commit message (
Expand
)
Author
2020-10-15
[3.1.x] Fixed #29988 -- Updated coding style to allow f-strings.
Carlton Gibson
2020-09-30
[3.1.x] Bumped minimum isort version to 5.1.0.
David Smith
2020-08-24
[3.1.x] Fixed #31877 -- Reverted "Fixed #19878 -- Deprecated TemplateView pas...
Mariusz Felisiak
2020-08-04
[3.1.x] Fixed #31842 -- Added DEFAULT_HASHING_ALGORITHM transitional setting.
Mariusz Felisiak
2020-08-03
[3.1.x] Moved note about features deprecated in Django 3.1 above their descri...
Mariusz Felisiak
2020-07-31
[3.1.x] Refs #27468 -- Added tests and release notes for signing.dumps()/load...
Mariusz Felisiak
2020-07-17
[3.1.x] Pinned asgiref to 3.2 series with minimum version to 3.2.10.
Mariusz Felisiak
2020-06-24
[3.1.x] Refs #31493 -- Replaced var with const/let in documentation JS.
Adam Johnson
2020-06-02
[3.1.x] Fixed #31643 -- Changed virtualenv doc references to Python 3 venv.
Jon Dufresne
2020-06-01
[3.1.x] Removed redundant pyenchant dependency in spelling check docs.
David Smith
2020-05-21
[3.1.x] Added notes related to security pre-notification list requests.
Michael Manfre
2020-05-13
[3.1.x] Used :envvar: role and .. envvar:: directive in various docs.
Nick Pope
2020-05-13
[3.1.x] Used :mimetype: role in various docs.
Nick Pope
2020-05-13
[3.1.x] Used :pep: role in various docs.
Nick Pope
2020-05-11
Fixed #25236 -- Deprecated {% ifequal %} and {% ifnotequal %} template tags.
Jon Dufresne
2020-05-08
Fixed #12990, Refs #27694 -- Added JSONField model field.
sage
2020-05-05
Fixed #31534 -- Deprecated django.conf.urls.url().
David Smith
2020-05-04
Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and c...
Adam Johnson
2020-04-29
Fixed #31356 -- Changed IRC links to the Freenode webchat.
Hasan Ramezani
2020-04-29
Refs #27468 -- Made user sessions use SHA-256 algorithm.
Mariusz Felisiak
2020-04-24
Refs #31369 -- Deprecated models.NullBooleanField in favor of BooleanField(nu...
Tim Schilling
2020-04-22
Made compress.py script use the official google-closure-compiler release.
Jon Dufresne
2020-04-20
Refs #22463 -- Replaced JSHint with ESLint in contributing docs.
Jignesh Kotadiya
2020-04-15
Refs #27468 -- Changed default Signer algorithm to SHA-256.
Claude Paroz
2020-04-14
Fixed term warning on Sphinx 3.0.1+.
Mariusz Felisiak
2020-04-06
Refs #7098 -- Deprecated passing raw column aliases to order_by().
Simon Charette
2020-04-01
Prevented (and corrected) single backtick usage in docs.
Adam Johnson
2020-03-24
Added link to contributing docs in deprecation policy.
Adam Johnson
2020-03-23
Fixed #19878 -- Deprecated TemplateView passing URL kwargs into context.
Adam Johnson
2020-03-12
Fixed #8760 -- Changed ModelMultipleChoiceField to use invalid_list as a erro...
David Smith
2020-03-11
Fixed #31359 -- Deprecated get_random_string() calls without an explicit length.
Claude Paroz
2020-03-06
Added missing backticks in various docs.
Mariusz Felisiak
2020-03-05
Fixed #31327 -- Deprecated providing_args argument for Signal.
Jon Dufresne
2020-03-02
Fixed #31274 -- Used signing infrastructure in SessionBase.encode()/decode().
Claude Paroz
2020-02-18
Refs #26601 -- Deprecated passing None as get_response arg to middleware clas...
Claude Paroz
2020-02-12
Refs #27468 -- Made PasswordResetTokenGenerator use SHA-256 algorithm.
Claude Paroz
2020-02-12
Fixed #31241 -- Clarified porting translations of the Django docs to docs.dja...
Takuya Noguchi
2020-02-04
Fixed #27604 -- Used the cookie signer to sign message cookies.
Claude Paroz
2020-02-03
Fixed #31226 -- Fixed typo in docs/internals/contributing/writing-code/submit...
Vibhu Agarwal
2020-02-03
Fixed #31222 -- Fixed typo in docs/internals/contributing/bugs-and-features.txt.
Vibhu Agarwal
2020-01-29
Refs #25778 -- Updated some links to HTTPS and new locations.
Mariusz Felisiak
2020-01-29
Refs #25778 -- Updated sphinx-doc.org links to HTTPS.
Jon Dufresne
2020-01-27
Fixed #30997 -- Deprecated HttpRequest.is_ajax().
Claude Paroz
2020-01-15
Clarified backport policy for regressions.
Carlton Gibson
2019-12-30
Added guidelines for assertIs() usage.
Mads Jensen
2019-12-06
Fixed #23433 -- Deprecated django-admin.py entry point in favor of django-admin.
Jon Dufresne
2019-12-03
Fixed typo in internals/contributing/writing-documentation.txt.
Hasan Ramezani
2019-11-27
Refs #31029 -- Added note about :rfc: role in writing documentation docs.
Baptiste Mispelon
2019-11-20
Pinned asgiref version.
Carlton Gibson
2019-11-18
Fixed #30988 -- Deprecated the InvalidQuery exception.
Simon Charette
[next]