summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Expand)Author
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
2025-04-27Fixed #36346 -- Removed outdated section about the threaded option in Oracle ...9r0k
2025-04-16Americanized some spellings.Adam Johnson
2025-04-15Fixed #36311 -- Unified spelling of "hardcode" and its variants in docs.Ahmed Nassar
2025-04-15Refs #36311 -- Unified spelling of "flatpage" in docs/ref/contrib/flatpages.txt.Ahmed Nassar
2025-04-08Clarified `url` and `name` arguments in flatpages URLconf ref docs.Clifford Gama
2025-04-08Added missing closing parenthesis in docs/ref/contrib/flatpages.txt.Natalia
2025-04-04Fixed #36255 -- Renamed the admin action button for improved accessibility.koffi
2025-04-02Fixed #36213 -- Doc'd MySQL's handling of self-select updates in QuerySet.upd...Babak Mahmoudy
2025-03-31Fixed #22977 -- Added system check for clashing managers and reverse related ...Anthony Joseph
2025-03-31Clarified pre_delete and post_delete's origin attributes.Clifford Gama
2025-03-27Fixed #34917 -- Underlined links in the main content area of the admin.antoliny0919
2025-03-26Fixed #36260 -- Made bulk_create() work with DB-generated primary keys.Dmitry Shachnev
2025-03-25Fixed #35529 -- Added support for positional arguments in querystring templat...Giannis Terzopoulos
2025-03-25Fixed #36262 -- Made GeneratedField.db_persist a required key-word argument.Jason Cameron
2025-03-25Fixed #35452 -- Deprecated orphans being more than or equal to page_size in p...wookkl
2025-03-24Fixed #36268 -- Added leading `?` in every querystring template tag result.Natalia
2025-03-24Improved and reorganized querystring template tag docstring and ref docs.Natalia
2025-03-23Updated ogrinfo output in GIS tutorial.dr-rompecabezas
2025-03-21Refs #36095 -- Doc'd that ManyToManyField.through supports lazy relationships.Clifford Gama
2025-03-21Fixed #36266 -- Renamed HIDE_PRODUCTION_WARNING environment variable to DJANG...Johanan Oppong Amoateng
2025-03-21Fixed #36138 -- Changed ADMINS and MANAGERS settings to lists of strings.Mike Edmunds
2025-03-19Fixed #36000 -- Deprecated HTTP as the default protocol in urlize and urlizet...Ahmed Nassar
2025-03-19Fixed #36097 -- Replaced GIS functions table with section headers for better ...Sarah Boyce
2025-03-18Fixed #33497 -- Doc'd that persistent DB connections should be disabled in AS...Carlton Gibson
2025-03-18Fixed #36078 -- Doc'd that Postgres normalizes a range field with no points t...Clifford Gama
2025-03-14Fixed pronoun disagreement in docs/ref/models/querysets.txt.Clifford Gama
2025-03-14Corrected aggregation example in docs/ref/models/querysets.txt.Clifford Gama
2025-03-13Fixed incorrect formatting for inline pluralized code references in docs.Clifford Gama
2025-03-12Refs #34380 -- Fixed the documented URLField default scheme to https.Sarah Boyce
2025-03-12Refs #25582 -- Doc'd query and fragment arguments for reverse_lazy().Adam Johnson
2025-03-12Fixed #35945 -- Added async interface to Paginator.wookkl
2025-03-10Fixed #33579 -- Specialized exception raised on forced update failures.Simon Charette