| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-03-15 | [3.1.x] Updated datum directory for PROJ 6 in GIS install instructions. | Mariusz Felisiak | |
| Backport of 4d912e6697784325bc43a6d852fe5a26e6fa235a from main | |||
| 2021-03-04 | [3.1.x] Fixed typo in docs/ref/contrib/postgres/fields.txt. | Mariusz Felisiak | |
| Backport of 05bbff82638731a6abfed2fe0ae06a4d429cb32f from master | |||
| 2021-01-20 | [3.1.x] Fixed #32371 -- Doc'd jquery.init.js dependency for admin widgets. | Matthias Kestenholz | |
| Backport of 7b3ec6bcc8309d5b2003d355fe6f78af89cfeb52 from master | |||
| 2020-12-23 | [3.1.x] Refs #30367 -- Changed remaining "pip install" to "python -m pip ↵ | Jon Dufresne | |
| install" in docs. Backport of 429d089d0a8fbd400e0c010708df4f0d16218970 from master. | |||
| 2020-12-16 | [3.1.x] Fixed #32273 -- Doc'd AdminSite.unregister(). | Hasan Ramezani | |
| Backport of bebd4cfa8f5e0d2dff2de5e50d86e849a40f4bb2 from master | |||
| 2020-12-11 | [3.1.x] Corrected docs regarding attributes required for logging in to the ↵ | Jan Pieter Waagmeester | |
| admin. Regression in 939dcff24f8e97d114595b102fb12348da482135. Backport of 991dce4fc5b656e04af08a595181bd576f2bd857 from master | |||
| 2020-11-30 | [3.1.x] Fixed #32232 -- Fixed typo in docs/ref/contrib/admin/actions.txt. | Hasan Ramezani | |
| Backport of 55fabc53373a8c7ef31d8c4cffd2a07be0a88c2e from master | |||
| 2020-11-28 | [3.1.x] Refs #32230 -- Fixed LayerMapping example in GeoDjango tutorial. | Mariusz Felisiak | |
| LayerMapping.data_source doesn't support pathlib.Path(). Regression in 26554cf5d1e96db10d0d5f4b69683a22fb82fdf8. Follow up to e46ca51c249677c52e04db28fc0c60ae1948b3b2. | |||
| 2020-11-27 | [3.1.x] Refs #32230 -- Fixed DataSource example in GeoDjango tutorial. | Neil Lyons | |
| DataSource.ds_input doesn't support pathlib.Path(). Regression in 26554cf5d1e96db10d0d5f4b69683a22fb82fdf8. Backport of e46ca51c249677c52e04db28fc0c60ae1948b3b2 from master | |||
| 2020-11-14 | [3.1.x] Doc'd that admin site booleans are tri-state. | Nick Pope | |
| Backport of 300def5c344c65df4bcf1f5141c886da93c41ed1 from master | |||
| 2020-11-14 | [3.1.x] Improved examples in ModelAdmin.list_display docs. | Nick Pope | |
| Backport of aa53655e6ebaa356e1fa0b87e5a5d85bac20e982 from master | |||
| 2020-11-13 | [3.1.x] Changed docs and a code comment to use gender-neutral pronouns. | Nick Pope | |
| Follow up to e1b77238171cc96f4451a06fb4682e2378896238. Backport of 477c800443d091b5f36be9b5f83ce16c85da5879 from master. | |||
| 2020-11-06 | [3.1.x] Fixed #32045 -- Doc'd GenericRelatedObjectManager methods. | Craig Smith | |
| This also documents that .remove() and clear() methods delete related objects. Backport of 354c1524b38c9b9f052c1d78dcbfa6ed5559aeb3 from master | |||
| 2020-10-01 | [3.1.x] Fixed #32041 -- Doc'd how to modify served files' content types on ↵ | Peter Marheine | |
| Windows. Backport of f87b0ecd37e64e7a019d472de37d0789a8790f1f from master | |||
| 2020-09-25 | [3.1.x] Refs #32038 -- Added note to ModelAdmin.list_filter docs that ↵ | Mariusz Felisiak | |
| GenericForeignKeys are not supported. Backport of 33e91f3ed8ce6412d9d0964acb59166579b9b20c from master | |||
| 2020-08-20 | [3.1.x] Fixed #31909 -- Fixed typo in docs/ref/contrib/admin/index.txt. | Enderson Menezes | |
| Backport of 67e4a9a4b9a40609fecc14f1604929ff2259a15a from master | |||
| 2020-08-07 | [3.1.x] Fixed typo in docs/ref/contrib/postgres/fields.txt. | Thomas | |
| Backport of cdead4f013bc4d8f87fd714e91d5e1fcf419180f from master | |||
| 2020-07-29 | [3.1.x] Corrected admin.register() signature in docs. | Andrzej Bartosiński | |
| Backport of eb215da363e6cf0e8f3405db3c4392398c8777cb from master | |||
| 2020-07-21 | [3.1.x] Refs #31720 -- Added examples to BoolAnd() and BoolOr() documentation. | David Chorpash | |
| Backport of a2e621b14e85836362b7fc0e6b1bf7d7ff98e42b from master | |||
| 2020-07-15 | [3.1.x] FIxed typo in docs/ref/contrib/postgres/forms.txt. | Eric Theise | |
| Backport of d08e6f55e3a986a8d4b3a58431d9615c7bc81eaa from master | |||
| 2020-07-13 | [3.1.x] Fixed #21528 -- Added note about filtering form field's queryset ↵ | Caio Ariede | |
| based on instance to admin docs. Backport of d38c34119e91a533c797098f150abe99b5ee2fd8 from master | |||
| 2020-07-02 | [3.1.x] Refs #6903 -- Adjusted ModelAdmin.preserve_filters docs. | Carlton Gibson | |
| Backport of b142bd4a1b83b77c5c81a8cf5a80a63608f96ad4 from master | |||
| 2020-06-23 | [3.1.x] Refs #31541 -- Added example of creating Redirect objects to ↵ | Yash Saini | |
| redirects app docs. Backport of a8c0246ece0716cea2ea6c1b313d4d93a10ee333 from master | |||
| 2020-06-23 | [3.1.x] Made small improvements to PostgreSQL operations docs. | Adam Johnson | |
| Backport of 0ff322884484d9ee81877006825f4a167ab82eb5 from master. | |||
| 2020-06-17 | [3.1.x] Fixed #30933 -- Updated instructions for installing GeoDjango on ↵ | David Smith | |
| Windows. Backport of 7f4db2d82b1385d1026c441e25abd4cb19fcccc6 from master | |||
| 2020-06-17 | [3.1.x] 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. Backport of 6bc9283751d51cab474d1bf6883a3b40cce32d4b from master | |||
| 2020-05-27 | [3.1.x] Refs #31615 -- Improved creating extension docs. | Frantisek Holop | |
| Backport of f3ed42c8ad3757e7238bf2f326532f5b129aa102 from master | |||
| 2020-05-18 | [3.1.x] Fixed #31577 -- Clarified docs about bounds of RangeFields. | xncbf | |
| Backport of 4029bcd6b20f75a78f9a5829d7826c79aeb20732 from master | |||
| 2020-05-14 | [3.1.x] Refs #31034 -- Documented admin requires ↵ | Jon Dufresne | |
| django.template.context_processors.request. Required since d24ba1be7a53a113d19e2860c03aff9922efec24. Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es> Backport of e341bed606d8ab2864838795276692cf86b08687 from master | |||
| 2020-05-13 | [3.1.x] Used :envvar: role and .. envvar:: directive in various docs. | Nick Pope | |
| Backport of fbdb032de266ba5f82e061ab204f6c622889d563 from master | |||
| 2020-05-13 | [3.1.x] Fixed numbered list in admin overview docs. | Jon Dufresne | |
| Backport of 05ed7104c0bc069352b2cee85ab918e48ee73cbe from master | |||
| 2020-05-12 | Refs #30678 -- Added support for GDAL 3.1. | Sergey Fedoseev | |
| OSRSetAxisMappingStrategy() really returns void, so no errcheck is needed. Previously set errcheck was raising positive false exceptions on GDAL 3.1. | |||
| 2020-05-12 | Fixed #31569 -- Confirmed support for GEOS 3.8. | Mariusz Felisiak | |
| 2020-05-12 | Fixed #30678 -- Added support for GDAL 3. | Claude Paroz | |
| 2020-05-11 | Fixed #31034 -- Added a navigation sidebar to the admin. | Tom Carrick | |
| Co-authored-by: elky <elky@users.noreply.github.com> Co-authored-by: Goetz <goetz.buerkle@gmail.com> | |||
| 2020-05-08 | Fixed #12990, Refs #27694 -- Added JSONField model field. | sage | |
| Thanks to Adam Johnson, Carlton Gibson, Mariusz Felisiak, and Raphael Michel for mentoring this Google Summer of Code 2019 project and everyone else who helped with the patch. Special thanks to Mads Jensen, Nick Pope, and Simon Charette for extensive reviews. Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com> | |||
| 2020-05-06 | Fixed a/an typos in "SQL" usage. | Adam Johnson | |
| 2020-05-05 | Fixed #31485 -- Updated admin's jQuery to 3.5.1. | Mariusz Felisiak | |
| 2020-05-04 | Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and ↵ | Adam Johnson | |
| comments. | |||
| 2020-05-01 | Fixed #31455 -- Added support for deferrable exclusion constraints on ↵ | Ian Foote | |
| PostgreSQL. | |||
| 2020-05-01 | Refs #27778 -- Removed reference to ASCII usernames in ↵ | David Smith | |
| django.contrib.auth.models.User docs. | |||
| 2020-04-28 | Fixed broken links in docs. | Mariusz Felisiak | |
| 2020-04-20 | Updated iTunes podcast format link in syndication docs. | David Smith | |
| 2020-04-16 | Improved message example in admin actions documentation. | Nick Pope | |
| Avoid partial string construction and make use of ``ngettext`` to show example of how to handle plural variants with translations. Also make use of ``messages.SUCCESS`` to highlight customizing the style of the message - in this case it better fits what the message is conveying. | |||
| 2020-04-15 | Used :rfc: role in various docs. | Mariusz Felisiak | |
| 2020-04-14 | Fixed #31196 -- Added support for PostGIS 3. | Sergey Fedoseev | |
| 2020-04-14 | Refs #31196 -- Installed postgis_raster extension on PostGIS 3+. | Claude Paroz | |
| 2020-04-07 | Fixed Sphinx warnings on duplicate object descriptions. | Mariusz Felisiak | |
| 2020-04-01 | Prevented (and corrected) single backtick usage in docs. | Adam Johnson | |
| 2020-03-26 | Fixed #31330 -- Corrected catchall URL pattern in flatpages docs. | Carlton Gibson | |
| Use re_path() pattern with the regex used before original regression in df41b5a05d4e00e80e73afe629072e37873e767a. Regression in a0916d7212aaae634f4388d47d8717abc2cd9036. | |||
