| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-02-16 | Fixed #36918 -- Removed double spaces and fixed minor grammar issues in docs. | $ῗἧḡḥ𝐀丂𝓱м𝑒𝑒𝐓 | |
| Co-authored-by: Clifford Gama <cliffygamy@gmail.com> | |||
| 2025-08-28 | Ensured :doc: role uses absolute targets in docs. | Adam Johnson | |
| 2025-08-25 | Refs #36485 -- Rewrapped docs to 79 columns line length. | David Smith | |
| Lines in the docs files were manually adjusted to conform to the 79 columns limit per line (plus newline), improving readability and consistency across the content. | |||
| 2025-08-25 | Refs #36485 -- Removed double spaces after periods in sentences. | Natalia | |
| 2025-03-23 | Updated ogrinfo output in GIS tutorial. | dr-rompecabezas | |
| 2024-03-06 | Updated broken links in docs/ref/contrib/gis/tutorial.txt. | Mohammad Alsakhawy | |
| 2024-01-17 | Fixed #31700 -- Made makemigrations command display meaningful symbols for ↵ | Amir Karimi | |
| each operation. | |||
| 2023-12-28 | Corrected code-block directives in docs. | Mariusz Felisiak | |
| 2023-03-01 | Fixed #34140 -- Reformatted code blocks in docs with blacken-docs. | django-bot | |
| 2023-02-10 | Refs #34140 -- Applied rst code-block to non-Python examples. | Carlton Gibson | |
| Thanks to J.V. Zammit, Paolo Melchiorre, and Mariusz Felisiak for reviews. | |||
| 2022-08-26 | Refs #30511 -- Updated docs about auto-incrementing primary keys on PostgreSQL. | Mariusz Felisiak | |
| Follow up to 2eea361eff58dd98c409c5227064b901f41bd0d6. | |||
| 2021-09-17 | Fixed #27674 -- Deprecated GeoModelAdmin and OSMGeoAdmin. | Giannis Adamopoulos | |
| Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com> | |||
| 2021-09-17 | Corrected outputs and made cosmetic edits in GeoDjango tutorial. | Mariusz Felisiak | |
| 2021-07-29 | Fixed 32956 -- Lowercased spelling of "web" and "web framework" where ↵ | David Smith | |
| appropriate. | |||
| 2021-07-27 | Refs #32956 -- Changed "afterwards" to "afterward" in docs and comments. | David Smith | |
| This also removes unnecessary comments with the previous spelling. AP Stylebook has a short entry to advise the preferred spelling for "en-us". "Afterwards" is preferred in British English. | |||
| 2021-07-09 | Fixed typo in docs/ref/contrib/gis/tutorial.txt. | Wille Marcel | |
| 2021-05-17 | Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS. | Nick Pope | |
| 2021-05-17 | Refs #32720 -- Fixed some broken links in docs. | Nick Pope | |
| 2020-11-28 | Fixed #32230 -- Made DataSource support pathlib.Path. | Hasan Ramezani | |
| 2020-11-27 | Refs #32230 -- Fixed DataSource example in GeoDjango tutorial. | Neil Lyons | |
| DataSource.ds_input doesn't support pathlib.Path(). Regression in 26554cf5d1e96db10d0d5f4b69683a22fb82fdf8. | |||
| 2020-06-17 | Adjusted model definition in GeoDjango tutorial. | David Smith | |
| The example uses the world border data set, where one of the entries has a null field value. | |||
| 2020-05-13 | Renamed PROJ.4 to PROJ. | Claude Paroz | |
| 2020-01-29 | Refs #25778 -- Updated some links to HTTPS and new locations. | Mariusz Felisiak | |
| 2019-11-07 | Fixed #29983 -- Replaced os.path() with pathlib.Path in project template and ↵ | Jon Dufresne | |
| docs. Thanks Curtis Maloney for the original patch. | |||
| 2019-09-06 | Fixed #30573 -- Rephrased documentation to avoid words that minimise the ↵ | Tobias Kunze | |
| involved difficulty. This patch does not remove all occurrences of the words in question. Rather, I went through all of the occurrences of the words listed below, and judged if they a) suggested the reader had some kind of knowledge/experience, and b) if they added anything of value (including tone of voice, etc). I left most of the words alone. I looked at the following words: - simply/simple - easy/easier/easiest - obvious - just - merely - straightforward - ridiculous Thanks to Carlton Gibson for guidance on how to approach this issue, and to Tim Bell for providing the idea. But the enormous lion's share of thanks go to Adam Johnson for his patient and helpful review. | |||
| 2019-08-19 | Fixed broken links and redirects to OGR library in docs. | Mariusz Felisiak | |
| 2018-10-21 | Removed "encoding" description in GIS tutorial. | Atul Varma | |
| An omission in 388165ade4219aeefac1e231c1d44c51a7b62829. | |||
| 2018-09-26 | Refs #29784 -- Switched to https:// links where available. | Jon Dufresne | |
| 2018-08-28 | Fixed LayerMapping encoding in geodjango tutorial. | Claude Paroz | |
| GDAL >= 1.9 automatically converts latin-1-encoded strings from Shapefiles to UTF-8. | |||
| 2018-08-01 | Fixed typos in comments and docs. | luz.paz | |
| 2018-05-12 | Alphabetized imports in various docs. | Mariusz Felisiak | |
| Follow-up of d97cce34096043b019e818a7fb98c0f9f073704c and 7d3fe36c626a3268413eb86d37920f132eb4a54f. | |||
| 2018-01-20 | Fixed #28343 -- Add an OS chooser for docs command line examples. | Ramiro Morales | |
| 2018-01-07 | Updated various links in docs to use HTTPS. | Mariusz Felisiak | |
| 2017-11-04 | Fixed #28632 -- Updated docs about using raw SQL with GIS and doc'd changes ↵ | Sergey Fedoseev | |
| from refs #28518 in release notes. | |||
| 2017-09-20 | Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201. | Sjoerd Job Postmus | |
| Thanks Aymeric Augustin for shepherding the DEP and patch review. Thanks Marten Kenbeek and Tim Graham for contributing to the code. Thanks Tom Christie, Shai Berger, and Tim Graham for the docs. | |||
| 2017-06-26 | Fixed #27964 -- Made MySQL backend raise exception if spatial transformation ↵ | Sergey Fedoseev | |
| is needed for query. | |||
| 2017-06-26 | Fixed GEOSGeometry reference in GIS tutorial. | Sergey Fedoseev | |
| 2017-03-20 | Removed extra characters in docs header underlines. | Mariusz Felisiak | |
| 2017-03-16 | Updated postgis.net and gaia-gis.it links to https. | Tim Graham | |
| 2017-01-18 | Refs #23919 -- Removed Python 2 notes in docs. | Tim Graham | |
| 2016-09-30 | Updated links to the current version of PostGIS docs. | Tim Graham | |
| 2016-06-18 | Fixed #26753 -- Made GDAL a required dependency for contrib.gis | Claude Paroz | |
| Thanks Tim Graham for the review. | |||
| 2016-06-03 | Fixed #26021 -- Applied hanging indentation to docs. | Ed Henderson | |
| 2016-02-19 | Fixed some code blocks indentation in GIS docs. | Sergey Fedoseev | |
| 2016-02-16 | Used relative models imports in the GIS tutorial. | Juan José Conti | |
| 2016-01-29 | Fixed #26150 -- Sorted app_labels in migrate command output | Markus Holtermann | |
| 2016-01-22 | Fixed #26020 -- Normalized header stylings in docs. | Elif T. Kus | |
| 2015-12-18 | Fixed #25063 -- Added path to makemigration's output of migration file. | Niels Van Och | |
| 2015-12-01 | Fixed #25778 -- Updated docs links to use https when available. | Jon Dufresne | |
| 2015-10-30 | Fixed #25641 -- Removed section about adding Google projection to ↵ | Sergey Fedoseev | |
| spatial_ref_sys table | |||
