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
/
topics
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed #31920 -- Made AuthenticationMiddleware add request.auser().
Jon Janzen
2023-03-07
1
-0
/
+15
*
Fixed #32172 -- Adapted signals to allow async handlers.
Jon Janzen
2023-03-07
2
-8
/
+59
*
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
django-bot
2023-03-01
54
-1674
/
+2201
*
Refs #34140 -- Made minor edits to rst code-blocks.
Mariusz Felisiak
2023-03-01
2
-4
/
+10
*
Refs #34140 -- Corrected rst code-block and various formatting issues in docs.
Joseph Victor Zammit
2023-02-28
17
-33
/
+72
*
Refs #32339 -- Doc'd setting a form's template_name is recomended over using ...
David Smith
2023-02-15
1
-38
/
+2
*
Refs #32339 -- Updated docs to reflect default <div> style form rendering in ...
David Smith
2023-02-15
2
-45
/
+45
*
Refs #32339 -- Doc'd BaseFormSet.as_div()
David Smith
2023-02-15
1
-3
/
+7
*
Fixed #34328 -- Added async-only class-based middleware example.
Carlton Gibson
2023-02-14
1
-0
/
+19
*
Fixed #29994 -- Added warning about performance of FileBasedCache with a larg...
Sarah Boyce
2023-02-13
1
-0
/
+8
*
Refs #34140 -- Applied rst code-block to non-Python examples.
Carlton Gibson
2023-02-10
36
-448
/
+1249
*
Fixed #34311 -- Updated serialization docs from unique_together to UniqueCons...
Willem Van Onsem
2023-02-09
1
-9
/
+24
*
Fixed #34310 -- Added deletion example to one-to-one topic.
Marcelo Galigniana
2023-02-07
1
-0
/
+10
*
Fixed #34180 -- Added note about resetting language in test tear-downs.
Durval Carvalho
2023-01-31
1
-0
/
+8
*
Fixed typo in docs/topics/auth/passwords.txt.
fschwebel
2023-01-30
1
-1
/
+1
*
Fixed #34233 -- Dropped support for Python 3.8 and 3.9.
Mariusz Felisiak
2023-01-18
1
-2
/
+1
*
Refs #33348 -- Removed support for passing response object and form/formset n...
Mariusz Felisiak
2023-01-17
1
-12
/
+0
*
Refs #15619 -- Removed support for logging out via GET requests.
Mariusz Felisiak
2023-01-17
1
-5
/
+0
*
Refs #29708 -- Removed PickleSerializer per deprecation timeline.
Mariusz Felisiak
2023-01-17
1
-25
/
+0
*
Refs #32365 -- Removed support for pytz timezones per deprecation timeline.
Mariusz Felisiak
2023-01-17
1
-2
/
+0
*
Refs #32873 -- Removed settings.USE_L10N per deprecation timeline.
Mariusz Felisiak
2023-01-17
2
-21
/
+7
*
Refs #32655 -- Removed extra_tests argument for DiscoverRunner.build_suite()/...
Mariusz Felisiak
2023-01-17
1
-12
/
+0
*
Refs #32379 -- Changed default USE_TZ to True.
Mariusz Felisiak
2023-01-17
1
-10
/
+4
*
Refs #32446 -- Removed SERIALIZE test database setting per deprecation timeline.
Mariusz Felisiak
2023-01-17
1
-4
/
+0
*
Removed versionadded/changed annotations for 4.1.
Mariusz Felisiak
2023-01-17
12
-82
/
+0
*
Fixed #23718 -- Doc'd that test mirrors require TransactionTestCase.
sarahboyce
2023-01-16
1
-1
/
+3
*
Refs #26029 -- Deprecated DEFAULT_FILE_STORAGE and STATICFILES_STORAGE settings.
Jarosław Wygoda
2023-01-12
2
-13
/
+13
*
Fixed #26029 -- Allowed configuring custom file storage backends.
Jarosław Wygoda
2023-01-12
2
-9
/
+22
*
Fixed #34110 -- Added in-memory file storage.
Francesco Panico
2023-01-10
1
-0
/
+9
*
Refs #34074 -- Used headers argument for RequestFactory and Client in docs an...
David Wobrock
2023-01-04
2
-2
/
+5
*
Fixed #25617 -- Added case-insensitive unique username validation in UserCrea...
Paul Schilling
2022-12-29
1
-2
/
+13
*
Fixed #33735 -- Added async support to StreamingHttpResponse.
Carlton Gibson
2022-12-22
1
-0
/
+10
*
Refs #34118 -- Adopted asgiref coroutine detection shims.
Carlton Gibson
2022-12-20
2
-6
/
+6
*
Fixed typo in docs/topics/async.txt.
Mariusz Felisiak
2022-12-19
1
-1
/
+1
*
Fixed typo in docs/topics/http/sessions.txt.
TAKAHASHI Shuuji
2022-12-16
1
-2
/
+2
*
Fixed #33308 -- Added support for psycopg version 3.
Daniele Varrazzo
2022-12-15
2
-4
/
+6
*
Fixed #33199 -- Deprecated passing positional arguments to Signer/TimestampSi...
SirAbhi13
2022-12-09
1
-3
/
+11
*
Refs #33308 -- Deprecated support for passing encoded JSON string literals to...
Simon Charette
2022-12-01
1
-3
/
+14
*
Fixed #34187 -- Made UserCreationForm save many-to-many fields.
sdolemelipone
2022-11-29
2
-0
/
+10
*
Doc's check_password()'s setter and preferred arguments.
Mariusz Felisiak
2022-11-28
1
-5
/
+9
*
Adjusted BaseFormSet.get_form_kwargs example in docs.
Riccardo Magliocchetti
2022-11-24
1
-0
/
+3
*
Fixed typo in settings topic doc.
KrishnaKumar Thanki
2022-11-23
1
-1
/
+1
*
Refs #32873 -- Adjusted formatting note on USE_L10N default.
Anders Hovmöller
2022-11-23
1
-2
/
+2
*
Refs #34099 -- Doc'd that custom Model.save() should update update_fields kwarg.
sarahboyce
2022-11-14
1
-0
/
+27
*
Fixed #34074 -- Added headers argument to RequestFactory and Client classes.
David Wobrock
2022-11-14
2
-38
/
+97
*
Fixed #34154 -- Made mixin headers consistent in auth docs.
Tony Lechner
2022-11-14
1
-2
/
+2
*
Updated documentation and comments for RFC updates.
Nick Pope
2022-11-10
3
-19
/
+19
*
Improved readability of string interpolation in frequently used examples in d...
Trey Hunner
2022-11-10
6
-6
/
+6
*
Improved async request factory and client docs.
David Wobrock
2022-11-10
2
-1
/
+10
*
Fixed #34135 -- Added async-compatible interface to related managers.
Jon Janzen
2022-11-09
1
-1
/
+5
[next]