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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.2.x] Added release date for Django 3.2.
Carlton Gibson
2021-04-06
1
-54
/
+55
*
[3.2.x] Updated manpage for Django 3.2 final.
Carlton Gibson
2021-04-06
1
-4
/
+4
*
[3.2.x] Updated asgiref dependency for 3.2 release series.
Carlton Gibson
2021-04-06
2
-1
/
+4
*
[3.2.x] Added CVE-2021-28658 to security archive.
Mariusz Felisiak
2021-04-06
1
-0
/
+14
*
[3.2.x] Fixed CVE-2021-28658 -- Fixed potential directory-traversal via uploa...
Mariusz Felisiak
2021-04-06
4
-2
/
+42
*
[3.2.x] Refs #32105 -- Moved ExceptionReporter template paths to properties.
William Schwartz
2021-03-31
2
-10
/
+11
*
[3.2.x] Removed dead link in docs/topics/http/sessions.txt.
arcanemachine
2021-03-30
1
-2
/
+1
*
[3.2.x] Added missing mode="rb" argument to open() call in Client.post() exam...
John
2021-03-26
1
-1
/
+1
*
[3.2.x] Fixed #32580 -- Doc'd that HttpRequest.get_host() may raise Disallowe...
sreehari1997
2021-03-26
1
-0
/
+4
*
[3.2.x] Refs #31003 -- Moved note about return value of QuerySet.bulk_create(...
Claude Paroz
2021-03-25
1
-4
/
+2
*
[3.2.x] Doc'd that RawSQL can be used with __in.
Simon Willison
2021-03-25
1
-1
/
+5
*
[3.2.x] Fixed page numbers in Paginator.get_elided_page_range() example in docs.
Jannis Vajen
2021-03-24
1
-1
/
+1
*
[3.2.x] Fixed #32576 -- Corrected dumpdata docs for passing model names to th...
tim-mccurrach
2021-03-22
1
-3
/
+3
*
[3.2.x] Fixed #32570 -- Removed unnecessary default_auto_field in app config ...
kshitijraghav
2021-03-19
1
-1
/
+0
*
[3.2.x] Refs #25735 -- Added tags/exclude_tags arguments to DiscoverRunner docs.
Mariusz Felisiak
2021-03-19
1
-1
/
+8
*
[3.2.x] Added parallel argument to DiscoverRunner docs.
Mariusz Felisiak
2021-03-19
1
-1
/
+7
*
[3.2.x] Corrected DiscoverRunner.build_suite() signature.
Mariusz Felisiak
2021-03-19
1
-1
/
+1
*
[3.2.x] Fixed #32547 -- Corrected notes about validation in HTML assertions d...
Hasan Ramezani
2021-03-18
1
-4
/
+3
*
[3.2.x] Fixed #32560 -- Fixed test runner with --pdb and --buffer on fail/error.
Adam Johnson
2021-03-17
1
-1
/
+3
*
[3.2.x] Fixed typo in docs/topics/testing/advanced.txt.
Jozef
2021-03-17
1
-2
/
+2
*
[3.2.x] Fixed #32353 -- Confirmed support for PROJ 7.X.
Mariusz Felisiak
2021-03-16
1
-4
/
+8
*
[3.2.x] Fixed #32536 -- Added links to BaseDetailView/BaseListView.get() meth...
Hasan Ramezani
2021-03-16
2
-3
/
+3
*
[3.2.x] Fixed typo in docs/ref/checks.txt.
Hasan Ramezani
2021-03-15
1
-1
/
+1
*
[3.2.x] Updated datum directory for PROJ 6 in GIS install instructions.
Mariusz Felisiak
2021-03-15
1
-2
/
+3
*
[3.2.x] Updated link to Selenium webdrivers.
Mariusz Felisiak
2021-03-09
1
-1
/
+1
*
[3.2.x] Updated Git branch "master" to "main".
Markus Holtermann
2021-03-09
14
-59
/
+64
*
[3.2.x] Fixed #32507 -- Added link to assertHTMLEqual() in assertInHTML() docs.
Jacob Walls
2021-03-05
1
-1
/
+2
*
[3.2.x] Refs #32483 -- Doc'd caveat about using JSONField key transforms to b...
Mariusz Felisiak
2021-03-04
1
-0
/
+12
*
[3.2.x] Fixed typo in docs/ref/contrib/postgres/fields.txt.
Mariusz Felisiak
2021-03-04
1
-1
/
+1
*
[3.2.x] Corrected admin.E023 message in docs.
Hasan Ramezani
2021-03-04
1
-1
/
+2
*
[3.2.x] Refs #32412 -- Adjusted Contributing Guide start page.
GabbyPrecious
2021-03-03
2
-45
/
+82
*
[3.2.x] Updated links to djangoproject.com/code.djangoproject.com repositories.
Mariusz Felisiak
2021-03-03
1
-2
/
+2
*
[3.2.x] Fixed #32271 -- Improved consistency of docs CBV examples.
Jack Aitken
2021-03-02
8
-52
/
+52
*
[3.2.x] Fixed #20423 -- Doc'd that DTL variable names may not be a number.
tim-mccurrach
2021-02-26
1
-4
/
+4
*
[3.2.x] Fixed typos in assertQuerysetEqual() docs and 1.6 release notes.
Jacob Walls
2021-02-26
2
-2
/
+2
*
[3.2.x] Fixed indentation in docs/topics/i18n/translation.txt.
Camilo Nova
2021-02-25
1
-2
/
+2
*
[3.2.x] Added stub release notes for 3.1.8.
Mariusz Felisiak
2021-02-25
2
-0
/
+13
*
[3.2.x] Updated links to DEPs.
Markus Holtermann
2021-02-25
2
-2
/
+2
*
[3.2.x] Refs #31811 -- Corrected DiscoverRunner.setup_databases() signature.
Mariusz Felisiak
2021-02-24
1
-1
/
+1
*
[3.2.x] Fixed #32471 -- Doc'd the return value of EmailMessage.send().
Hasan Ramezani
2021-02-23
1
-1
/
+2
*
[3.2.x] Refs #4027 -- Added Model._state.adding to docs about copying model i...
Johannes Wilm
2021-02-22
1
-2
/
+8
*
[3.2.x] Added CVE-2021-23336 to security archive.
Carlton Gibson
2021-02-19
1
-0
/
+15
*
[3.2.x] Fixed CVE-2021-23336 -- Fixed web cache poisoning via django.utils.ht...
Nick Pope
2021-02-19
4
-2
/
+45
*
[3.2.x] Added documentation extlink for bugs.python.org.
Nick Pope
2021-02-17
4
-10
/
+9
*
[3.2.x] Fixed #32438 -- Fixed typo in docs/topics/testing/tools.txt.
David Smith
2021-02-12
1
-2
/
+2
*
[3.2.x] Documented an example custom context processor.
Adam Johnson
2021-02-11
1
-2
/
+11
*
[3.2.x] Improved pagination documentation
Adam Johnson
2021-02-11
1
-1
/
+5
*
[3.2.x] Fixed #32431 -- Reversed order of security issues history.
Hasan Ramezani
2021-02-10
1
-573
/
+573
*
[3.2.x] Fixed #32430 -- Doc'd base class-based views.
Anil Khatri
2021-02-08
1
-4
/
+76
*
[3.2.x] Fixed #32408 -- Doc'd django.views.generic.detail.BaseDetailView.
Anil Khatri
2021-02-08
4
-4
/
+24
[next]