index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
releases
/
4.1.txt
Age
Commit message (
Expand
)
Author
2025-08-28
Fixed #36570 -- Removed unnecessary :py domain from documentation roles.
SaJH
2025-08-25
Refs #36485 -- Rewrapped docs to 79 columns line length.
David Smith
2025-08-25
Refs #36485 -- Removed unnecessary parentheses in :meth: and :func: roles in ...
David Smith
2024-02-05
Replaced "Django test runner" with DiscoverRunner in release notes.
Tim Graham
2023-09-18
Refs #27236 -- Removed Meta.index_together per deprecation timeline.
Mariusz Felisiak
2023-03-01
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
django-bot
2023-02-28
Refs #34140 -- Corrected rst code-block and various formatting issues in docs.
Joseph Victor Zammit
2023-02-13
Fixed #34318 -- Added release note for 4bfe8c0eec835b8eaffcda7dc1e3b203751a790a.
Sota Tabu
2023-01-18
Refs #32339 -- Deprecated transitional form renderers.
Mariusz Felisiak
2023-01-17
Refs #32365 -- Removed django.utils.timezone.utc per deprecation timeline.
Mariusz Felisiak
2023-01-17
Refs #32800 -- Removed CSRF_COOKIE_MASKED transitional setting per deprecatio...
Mariusz Felisiak
2022-11-30
Refs #33397, Refs #34160 -- Added release note for resolving output_field cha...
Mariusz Felisiak
2022-10-26
Refs #33173 -- Doc'd Python 3.11 compatibility in Django 4.1.x.
Mariusz Felisiak
2022-10-07
Refs #33990 -- Renamed SimpleTestCase.assertFormsetError() to assertFormSetEr...
Gregor Gärtner
2022-09-30
Fixed #33984 -- Reverted "Fixed #32980 -- Made models cache related managers."
Mariusz Felisiak
2022-08-12
Fixed #33921 -- Added release note for 5b8699e723d9daf373fff46c6859fed2b780a9bd.
Mohammadtaher Abbasi
2022-08-03
Updated release notes for Django 4.1 release.
Carlton Gibson
2022-07-09
Refs CVE-2022-34265 -- Unified DatabaseOperations._convert_*_to_tz() hook names.
Mariusz Felisiak
2022-07-06
Refs CVE-2022-34265 -- Properly escaped Extract() and Trunc() parameters.
Simon Charette
2022-06-16
Updated asgiref dependency for 4.1 release series.
Carlton Gibson
2022-05-24
Fixed #33724 -- Doc'd exclude argument changes in model validation.
Mariusz Felisiak
2022-05-17
Removed empty sections from 4.1 release notes.
Carlton Gibson
2022-05-17
Refs #32339 -- Deprecated default.html form template.
David Smith
2022-05-17
Update docs/releases/4.1.txt
Alokik Vijay
2022-05-17
Fixed #32565 -- Moved internal URLResolver view-strings mapping to admindocs.
Alokik Vijay
2022-05-17
Refs #27064 -- Made migrations generate RenameIndex operations when moving in...
David Wobrock
2022-05-16
Refs #27064 -- Made migrations generate RenameIndex operations when renaming ...
David Wobrock
2022-05-16
Fixed #27550 -- Allowed GEOSGeometry.normalize() to return a normalized clone.
Marcelo Galigniana
2022-05-12
Refs #27064 -- Added RenameIndex migration operation.
David Wobrock
2022-05-12
Fixed #32559 -- Added 'step_size’ to numeric form fields.
Kapil Bansal
2022-05-12
Fixed #33543 -- Deprecated passing nulls_first/nulls_last=False to OrderBy an...
Mariusz Felisiak
2022-05-11
Fixed #33691 -- Deprecated django.contrib.auth.hashers.CryptPasswordHasher.
Mariusz Felisiak
2022-05-10
Fixed #33622 -- Allowed customizing error messages for invalid number of forms.
Marc Seguí Coll
2022-05-10
Fixed #30581 -- Added support for Meta.constraints validation.
Gagaro
2022-05-05
Fixed #32339 -- Added div.html form template.
David Smith
2022-05-04
Fixed #33675 -- Dropped support for PostgreSQL 10 and PostGIS 2.4.
Mariusz Felisiak
2022-04-27
Refs #32339 -- Allowed renderer to specify default form and formset templates.
Carlton Gibson
2022-04-26
Fixed #33646 -- Added async-compatible interface to QuerySet.
Andrew Godwin
2022-04-22
Refs #27674 --- Deprecated django.contrib.gis.admin.OpenLayersWidget.
Mariusz Felisiak
2022-04-20
Refactored out RedirectURLMixin.get_redirect_url().
Aymeric Augustin
2022-04-19
Fixed #33639 -- Enabled cached template loader in development.
Carlton Gibson
2022-04-14
Refs #31169 -- Added release note for parallel test running changes.
Carlton Gibson
2022-04-13
Fixed #30511 -- Used identity columns instead of serials on PostgreSQL.
Florian Apolloner
2022-04-07
Fixed #33611 -- Allowed View subclasses to define async method handlers.
Carlton Gibson
2022-04-06
Fixed #33471 -- Made AlterField operation a noop when changing "choices".
sarahboyce
2022-04-06
Fixed #33348 -- Changed SimpleTestCase.assertFormError()/assertFormsetErrors(...
Baptiste Mispelon
2022-03-30
Refs #32339 -- Added use_fieldset to Widget.
David
2022-03-29
Refs #32365 -- Deprecated django.utils.timezone.utc.
Carlton Gibson
2022-03-29
Fixed #16406 -- Added ResolveMatch.captured_kwargs and extra_kwargs.
Alokik Vijay
2022-03-29
Fixed #15619 -- Deprecated log out via GET requests.
René Fleschenberg
[next]