summaryrefslogtreecommitdiff
path: root/docs/releases/5.1.txt
AgeCommit message (Expand)Author
2025-08-28Fixed #36570 -- Removed unnecessary :py domain from documentation roles.SaJH
2025-08-25Refs #36485 -- Rewrapped docs to 79 columns line length.David Smith
2025-03-04Fixed #36217 -- Restored pre_save/post_save signal emission via LogEntry.save...antoliny0919
2024-11-27Removed trailing whitespace in docs.Adam Zapletal
2024-10-09Refs #34900 -- Doc'd Python 3.13 compatibility.Mariusz Felisiak
2024-08-19Fixed #35678 -- Removed "usable_password" field from BaseUserCreationForm.Natalia
2024-08-08Refs #31405 -- Improved LoginRequiredMiddleware documentation.Adam Johnson
2024-08-07Finalized release notes for Django 5.1.Natalia
2024-07-24Updated asgiref dependency for 5.1 release series.Mariusz Felisiak
2024-07-15Refs #10941 -- Renamed query_string template tag to querystring.Sarah Boyce
2024-05-22Made cosmetic edits to 5.1 release notes.Natalia
2024-05-22Removed empty sections from 5.1 release notes.Natalia
2024-05-22Fixed #31405 -- Added LoginRequiredMiddleware.Hisham Mahmood
2024-05-22Refs #35189 -- Removed no longer necessary JavaScript file collapse.js.Marijke Luttekes
2024-05-22Fixed #35189 -- Improved admin collapsible fieldsets by using <details> eleme...Marijke Luttekes
2024-05-22Fixed #35139 -- Prevented file read after ImageField is saved to storage.John Parton
2024-05-21Fixed #18119 -- Added a DomainNameValidator validator.Berker Peksag
2024-05-21Fixed #35405 -- Converted get_cache_name into a cached property in FieldCache...Adam Johnson
2024-05-21Refs #35326 -- Made cosmetic edits to 5.1 release notes.Mariusz Felisiak
2024-05-21Fixed #35326 -- Added allow_overwrite parameter to FileSystemStorage.Ben Cail
2024-05-17Fixed #35428 -- Increased parallelism of the ScryptPasswordHasher.SaJH
2024-05-15Fixed #35384 -- Raised FieldError when saving a file without a name to FileFi...Jonny Park
2024-05-14Fixed #35275 -- Fixed Meta.constraints validation crash on UniqueConstraint w...Mariusz Felisiak
2024-05-02Refs #29280 -- Moved release note about transaction_mode to "Database backend...Mariusz Felisiak
2024-04-29Fixed #35412 -- Dropped support for SQLite < 3.31.Mariusz Felisiak
2024-03-27Fixed #34977 -- Improved accessibility in the UserChangeForm by replacing the...Fabian Braun
2024-03-27Fixed #35233 -- Moved template engine system checks to backend methods.Giannis Terzopoulos
2024-03-18Refs #31014 -- Added srid argument to FromWKB/FromWKT() GIS functions.Claude Paroz
2024-03-13Fixed #34901 -- Added async-compatible interface to session engines.Jon Janzen
2024-03-07Fixed #35030 -- Made django.contrib.auth decorators to work with async functi...Dingning
2024-03-05Fixed #35252 -- Optimized _route_to_regex().Adam Johnson
2024-03-01Refs #33497 -- Added connection pool support for PostgreSQL.Sarah Boyce
2024-03-01Refs #35234 -- Deprecated CheckConstraint.check in favor of .condition.Simon Charette
2024-02-23Fixed #35090 -- Deprecated registering URL converters with the same name.Salvo Polizzi
2024-02-21Fixed #34806 -- Made cached_db session backend resilient to cache write errors.Sulabh Katila
2024-02-20Fixed #34429 -- Allowed setting unusable passwords for users in the auth forms.Fabian Braun
2024-02-16Fixed #24018 -- Allowed setting pragma options on SQLite.Aaron Linville
2024-02-12Refs #35058 -- Added support for measured geometries to GDAL GeometryCollecti...David Smith
2024-02-07Fixed #30686 -- Used Python HTMLParser in utils.text.Truncator.David Smith
2024-02-05Fixed #10743 -- Allowed lookups for related fields in ModelAdmin.list_display.Tom Carrick
2024-02-05Replaced "Django test runner" with DiscoverRunner in release notes.Tim Graham
2024-01-31Refs #35058 -- Added support for measured geometries to GDAL Polygon.David Smith
2024-01-31Fixed #35143 -- Improved accessibility of 404/500 debug pages.Marijke Luttekes
2024-01-30Fixed #29280 -- Made the transactions behavior configurable on SQLite.Anže Pečar
2024-01-29Refs #35058 -- Added support for measured geometries to GDAL LineString.David Smith
2024-01-28Refs #35058 -- Made centroid available on all geometry types.David Smith
2024-01-25Refs #35058 -- Added support for measured geometries to GDAL Point.David Smith
2024-01-24Fixed #35115 -- Made admin's footer render in <footer> tag.Marijke Luttekes
2024-01-23Refs #35058 -- Deprecated OGRGeometry.coord_dim setter.David Smith
2024-01-18Refs #35058 -- Added is_3d and set_3d() to OGRGeometry.David Smith