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
*
Simplified imports from django.db and django.contrib.gis.db.
Nick Pope
2020-02-04
1
-2
/
+2
*
Fixed #31210 -- Doc'd how to reproduce HttpRequest.is_ajax() in release notes.
Adam Johnson
2020-02-04
1
-0
/
+4
*
Fixed typo in docs/releases/3.1.txt.
Adam Johnson
2020-02-04
1
-2
/
+2
*
Fixed #27604 -- Used the cookie signer to sign message cookies.
Claude Paroz
2020-02-04
2
-0
/
+8
*
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
*
Added stub release notes for 3.0.4.
Carlton Gibson
2020-02-03
2
-0
/
+8
*
Added CVE-2020-7471 to security archive.
Carlton Gibson
2020-02-03
1
-0
/
+13
*
Added release date for 3.0.3.
Carlton Gibson
2020-02-03
1
-1
/
+1
*
Fixed CVE-2020-7471 -- Properly escaped StringAgg(delimiter) parameter.
Simon Charette
2020-02-03
4
-1
/
+35
*
Fixed 31207 -- Prevented references to non-local remote fields in ForeignKey....
Hasan Ramezani
2020-01-31
1
-0
/
+3
*
Added tests for signing non-string values and updated docs.
Claude Paroz
2020-01-30
1
-0
/
+9
*
Fixed #28290 -- Enabled Sphinx auto-label generation for title and section he...
Abhijeet
2020-01-29
1
-0
/
+7
*
Fixed #31126 -- Doc'd STATICFILES_DIRS namespacing in static files how-to.
Abhijeet
2020-01-29
2
-0
/
+5
*
Updated the GeoJSON format specification link to RFC 7946.
Mariusz Felisiak
2020-01-29
1
-4
/
+3
*
Refs #25778 -- Updated some links to HTTPS and new locations.
Mariusz Felisiak
2020-01-29
11
-14
/
+14
*
Fixed #31212 -- Updated psycopg links to HTTPS and new location.
Jon Dufresne
2020-01-29
5
-8
/
+7
*
Refs #25778 -- Updated sphinx-doc.org links to HTTPS.
Jon Dufresne
2020-01-29
4
-4
/
+4
*
Refs #30997 -- Added link to Fetch API in release notes.
Nick Pope
2020-01-28
1
-4
/
+5
*
Fixed #30997 -- Deprecated HttpRequest.is_ajax().
Claude Paroz
2020-01-27
4
-1
/
+12
*
Refs #30997 -- Removed HttpRequest.is_ajax() usage.
Claude Paroz
2020-01-27
3
-7
/
+21
*
Refs #30997 -- Added HttpRequest.accepts().
Claude Paroz
2020-01-24
3
-12
/
+40
*
Fixed #31184 -- Clarified URL matching behavior in URL dispatcher docs.
Roy Smith
2020-01-24
1
-1
/
+2
*
Fixed #27888 -- Added link to clear all filters in the admin changelist view.
Hasan Ramezani
2020-01-23
1
-0
/
+3
*
Fixed #31200 -- Added system checks for permissions codenames max length.
Michael Mulholland
2020-01-23
1
-0
/
+4
*
Clarified AppConfig.ready() docs example.
Adam Johnson
2020-01-22
1
-6
/
+11
*
Fixed #31190 -- Fixed prefetch_related() crash for GenericForeignKey with cus...
Eugene Hatsko
2020-01-22
1
-0
/
+4
*
Made examples concrete in upgrade documentation.
Adam Johnson
2020-01-21
1
-3
/
+4
*
Added missing backtick in instances docs.
Claude Paroz
2020-01-17
1
-1
/
+1
*
Added note about incomplete HTML in tutorial 3.
Adam Johnson
2020-01-17
1
-0
/
+7
*
Refs #30752 -- Doc'd error reporting related optional request attributes.
Carlton Gibson
2020-01-17
1
-0
/
+10
*
Fixed #31171 -- Fixed wording in auto-escaping section of custom template tag...
Takayuki Hirayama
2020-01-17
1
-1
/
+1
*
Fixed #30752 -- Allowed using ExceptionReporter subclasses in error reports.
Pavel Lysak
2020-01-16
3
-0
/
+74
*
Added apps.py to project from tutorials in reusable apps docs.
Anael Mobilia
2020-01-16
1
-0
/
+1
*
Fixed #30765 -- Made cache_page decorator take precedence over max-age Cache-...
Flavio Curella
2020-01-16
2
-0
/
+12
*
Clarified backport policy for regressions.
Carlton Gibson
2020-01-15
1
-1
/
+2
*
Fixed #31124 -- Fixed setting of get_FOO_display() when overriding inherited ...
Carlton Gibson
2020-01-15
2
-0
/
+13
*
Refs #29998 -- Corrected auto-created OneToOneField parent_link in MTI docs.
Mariusz Felisiak
2020-01-15
1
-0
/
+1
*
Refs #31097 -- Added release notes for 2f565f84aca136d9cc4e4d061f3196ddf9358ab8.
Carlton Gibson
2020-01-14
1
-0
/
+5
*
Fixed typo in docs/ref/django-admin.txt.
Daniel Hahler
2020-01-13
1
-1
/
+1
*
Removed unused ExceptionReporterFilter class.
Carlton Gibson
2020-01-11
1
-0
/
+5
*
Fixed #31155 -- Fixed a system check for the longest choice when a named grou...
Mariusz Felisiak
2020-01-11
1
-0
/
+3
*
Fixed #30980 -- Improved error message when checking uniqueness of admin acti...
Adam Donaghy
2020-01-10
1
-1
/
+1
*
Fixed #23004 -- Added request.META filtering to SafeExceptionReporterFilter.
Carlton Gibson
2020-01-10
2
-5
/
+11
*
Refs #23004 -- Allowed exception reporter filters to customize settings filte...
Carlton Gibson
2020-01-10
2
-11
/
+43
*
Fixed #31154 -- Added support for using enumeration types in templates.
Adam Johnson
2020-01-10
1
-0
/
+3
*
More accurate terminology ("logger" instead of "logging handler") in logging ...
Kal Sze
2020-01-09
1
-4
/
+3
*
Fixed #30995 -- Allowed converter.to_url() to raise ValueError to indicate no...
Jack Cushman
2020-01-09
2
-3
/
+13
*
Improved ReST formatting in docs/README.rst.
KHMANJUNATH
2020-01-09
1
-4
/
+5
*
Renamed docs/README to README.rst.
Someoneece
2020-01-09
1
-0
/
+0
[next]