summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Expand)Author
2025-09-16Fixed #35859 -- Added background Tasks framework interface.Jake Howard
2025-09-16Fixed #28041 -- Added Lexeme expression to contrib.postgres.search.GappleBee
2025-09-16Fixed #36426 -- Added support for further iterables in prefetch_related_objec...blingblin-g
2025-09-14Fixed #27222 -- Refreshed model field values assigned expressions on save().Simon Charette
2025-09-14Refs #27222 -- Refreshed GeneratedFields values on save() initiated update.Simon Charette
2025-09-13Fixed typo in docs/ref/contrib/contenttypes.txt.Jacob Walls
2025-09-12Fixed #36597 -- Corrected directives for functions from email module in docs.Mridul Dhall
2025-09-09Fixed #36486 -- Added MongoDB to list of third-party DB backends.Salman
2025-09-05Fixed #36564 -- Changed DEFAULT_AUTO_FIELD from AutoField to BigAutoField.Tim Graham
2025-09-04Refs #36588 -- Warned about using external templates in startapp/startproject...Jake Howard
2025-09-02Fixed #36549 -- Doc'd use of OpenLayersWidget and OSMWidget with CSP.David Smith
2025-08-31Removed unused import in docs/ref/models/expressions.txt example.Clifford Gama
2025-08-29Fixed #35831 -- Documented the model form meta API in model form reference docs.Mustafa Pirbhai
2025-08-28Fixed #36532 -- Added Content Security Policy view decorators to override or ...Rob Hudson
2025-08-28Ensured :doc: role uses absolute targets in docs.Adam Johnson
2025-08-28Replaced :doc: role usage with :ref: when appropriate in docs.Natalia
2025-08-28Fixed #36570 -- Removed unnecessary :py domain from documentation roles.SaJH
2025-08-26Fixed #36568 -- Confirmed support for GEOS 3.14.David Smith
2025-08-25Refs #36485 -- Rewrapped docs to 79 columns line length.David Smith
2025-08-25Refs #36485 -- Removed double spaces after periods in sentences.Natalia
2025-08-25Refs #36485 -- Removed unnecessary parentheses in :meth: and :func: roles in ...David Smith
2025-08-21Fixed #36382 -- Confirmed support for GDAL 3.11.David Smith
2025-08-19Fixed spelling of "logged-in" when used as an adjective in docs.mengxun
2025-08-18Refs #25706 -- Fixed versionadded indentation in docs/ref/contrib/gis/forms-a...David Smith
2025-08-14Fixed #36410 -- Added support for Template Partials to the Django Template La...farhan
2025-08-13Aligned format of constraint examples in docs/ref/models/constraints.txt.David Sanders
2025-08-05Fixed #36530 -- Extended fields.E347 to check for ManyToManyField involving C...jkhall81
2025-08-04Fixed #35972 -- Fixed lookup crashes after subquery annotations.Jacob Walls
2025-07-30Fixed #36055 -- Prevented overlap of object-tools buttons and page header in ...antoliny0919
2025-07-23Removed double spaces after periods and within phrases.Sarah Boyce
2025-07-23Fixed #36009 -- Confirmed support for PostGIS 3.5.David Smith
2025-07-22Fixed #36377 -- Added hints support to CreateExtension and subclasses.Anthony Sottile
2025-07-20Fixed #28696 -- Added GeometryType GIS database function and __geom_type lookup.Ahmed Ibrahim
2025-07-17Fixed #35680 -- Added automatic imports of common utilies to shell management...Salvo Polizzi
2025-07-13Fixed typo in docs/ref/utils.txt.Clifford Gama
2025-06-27Fixed #15727 -- Added Content Security Policy (CSP) support.Rob Hudson
2025-06-25Fixed #36471 -- Added support for __coveredby GIS lookup and Collect, GeoHash...Mariusz Felisiak
2025-06-18Fixed #32770 -- Added system check to ensure django.contrib.postgres is insta...Clifford Gama
2025-06-16Fixed #36447 -- Selected preferred media type based on quality.Jake Howard
2025-06-12Fixed #25706 -- Refactored geometry widgets to remove inline JavaScript.Claude Paroz
2025-06-11Fixed #36425 -- Standardized integer fields descriptions.junghwan16
2025-06-03Fixed #36411 -- Made HttpRequest.get_preferred_type() consider media type par...Jake Howard
2025-05-23Fixed typo in docs/ref/forms/renderers.txt.Adam Zapletal
2025-05-20Fixed #34262 -- Added support for AnyValue for SQLite, MySQL, Oracle, and Pos...ontowhee
2025-05-15Added missing import in docs/ref/contrib/admin/index.txt.antoliny0919
2025-05-15Fixed incorrect spacing in docs/ref/contrib/postgres/fields.txt.Jacob Walls
2025-05-13Fixed #36332 -- Corrected HttpRequest.get_full_path() and HttpRequest.get_ful...Aleksandr Safonov
2025-05-02Fixed #17461 -- Doc'd the presumed order of foreign keys on the intermediary ...Clifford Gama
2025-04-27Fixed #35931 -- Documented fields and methods of the FlatPage model.koresi
2025-04-27Fixed #18296 -- Created missing custom target directory for startproject and ...Bruno Alla