| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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. | |||
| 2020-03-23 | Fixed #28194 -- Added support for normalization and cover density to SearchRank. | Hannes Ljungberg | |
| 2020-03-18 | Fixed #31371 -- Increased User.first_name max_length to 150 characters. | Ryan Petrello | |
| 2020-03-16 | Fixed #31340 -- Allowed query expressions in SearchQuery.value and __search ↵ | Baptiste Mispelon | |
| lookup. | |||
| 2020-03-16 | Fixed #31363 -- Added support for negative integers to intword template filter. | jay20162016 | |
| 2020-03-14 | Fixed #31330 -- Updated flatpages URLconf example to work with APPEND_SLASH. | Hasan Ramezani | |
| Regression in df41b5a05d4e00e80e73afe629072e37873e767a. | |||
| 2020-03-06 | Added missing backticks in various docs. | Mariusz Felisiak | |
| 2020-03-03 | Fixed #31147 -- Added SearchHeadline to django.contrib.postgres. | Hannes Ljungberg | |
| 2020-03-03 | Documented default value of InlineModelAdmin.extra. | Adam Johnson | |
| 2020-01-29 | Updated the GeoJSON format specification link to RFC 7946. | Mariusz Felisiak | |
| 2020-01-29 | Refs #25778 -- Updated some links to HTTPS and new locations. | Mariusz Felisiak | |
| 2020-01-29 | Fixed #31212 -- Updated psycopg links to HTTPS and new location. | Jon Dufresne | |
| 2020-01-03 | Fixed #28991 -- Added EmptyFieldListFilter class in admin.filters. | Federico Jaramillo Martínez | |
| Thanks Simon Charette and Carlton Gibson for reviews. Co-Authored-By: Jonas Haag <jonas@lophus.org> Co-Authored-By: Christophe Baldy <christophe.baldy@polyconseil.fr> | |||
| 2019-12-23 | Removed unnecessary code-block directives in various docs. | Jon Dufresne | |
| 2019-12-20 | Removed outdated information from contrib.sites docs. | Garry Polley | |
| 2019-12-18 | Fixed #30585 -- Added {% translate %} and {% blocktranslate %} template tags. | Mike Hansen | |
| 2019-12-16 | Fixed #31088 -- Added support for websearch searching in SearchQuery. | James Turk | |
| 2019-12-11 | Fixed #31080 -- Removed redundant type="text/javascript" attribute from ↵ | Jon Dufresne | |
| <script> tags. | |||
| 2019-12-05 | Fixed #31039 -- Added support for contained_by lookup with AutoFields, ↵ | Hasan Ramezani | |
| SmallIntegerField, and DecimalField. | |||
| 2019-11-25 | Doc'd SpatiaLite support of 3D geometry fields. | Sergey Fedoseev | |
| Support was added in 65129aac07022f23afa1df7ec7fad2216634cb38. | |||
| 2019-11-22 | Fixed #30996 -- Added AsWKB and AsWKT GIS functions. | Sergey Fedoseev | |
| 2019-11-18 | Fixed #30994 -- Added Oracle support for AsGeoJSON GIS function. | Sergey Fedoseev | |
| 2019-11-14 | Fixed #29916 -- Added lower_inc, lower_inf, upper_inc, and upper_inf lookups ↵ | Dulmandakh | |
| for RangeFields. Co-Authored-By: Mariusz Felisiak <felisiak.mariusz@gmail.com> | |||
| 2019-11-07 | Fixed #30943 -- Added BloomIndex to django.contrib.postgres. | Nick Pope | |
| 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-11-06 | Fixed #15742 -- Fixed an example of collecting selected objects in ↵ | Daniel Fairhead | |
| ModelAdmin.actions docs. The queryset argument is already filtered, and request.POST doesn't contain all selected objects when "Select All" is used. | |||
| 2019-11-05 | Refs #30923 -- Fixed an example of rendering templates in contrib.sites docs. | Alasdair Nicol | |
