summaryrefslogtreecommitdiff
path: root/docs/ref/contrib
AgeCommit message (Expand)Author
2020-05-14[3.1.x] Refs #31034 -- Documented admin requires django.template.context_proc...Jon Dufresne
2020-05-13[3.1.x] Used :envvar: role and .. envvar:: directive in various docs.Nick Pope
2020-05-13[3.1.x] Fixed numbered list in admin overview docs.Jon Dufresne
2020-05-12Refs #30678 -- Added support for GDAL 3.1.Sergey Fedoseev
2020-05-12Fixed #31569 -- Confirmed support for GEOS 3.8.Mariusz Felisiak
2020-05-12Fixed #30678 -- Added support for GDAL 3.Claude Paroz
2020-05-11Fixed #31034 -- Added a navigation sidebar to the admin.Tom Carrick
2020-05-08Fixed #12990, Refs #27694 -- Added JSONField model field.sage
2020-05-06Fixed a/an typos in "SQL" usage.Adam Johnson
2020-05-05Fixed #31485 -- Updated admin's jQuery to 3.5.1.Mariusz Felisiak
2020-05-04Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and c...Adam Johnson
2020-05-01Fixed #31455 -- Added support for deferrable exclusion constraints on Postgre...Ian Foote
2020-05-01Refs #27778 -- Removed reference to ASCII usernames in django.contrib.auth.mo...David Smith
2020-04-28Fixed broken links in docs.Mariusz Felisiak
2020-04-20Updated iTunes podcast format link in syndication docs.David Smith
2020-04-16Improved message example in admin actions documentation.Nick Pope
2020-04-15Used :rfc: role in various docs.Mariusz Felisiak
2020-04-14Fixed #31196 -- Added support for PostGIS 3.Sergey Fedoseev
2020-04-14Refs #31196 -- Installed postgis_raster extension on PostGIS 3+.Claude Paroz
2020-04-07Fixed Sphinx warnings on duplicate object descriptions.Mariusz Felisiak
2020-04-01Prevented (and corrected) single backtick usage in docs.Adam Johnson
2020-03-26Fixed #31330 -- Corrected catchall URL pattern in flatpages docs.Carlton Gibson
2020-03-23Fixed #28194 -- Added support for normalization and cover density to SearchRank.Hannes Ljungberg
2020-03-18Fixed #31371 -- Increased User.first_name max_length to 150 characters.Ryan Petrello
2020-03-16Fixed #31340 -- Allowed query expressions in SearchQuery.value and __search l...Baptiste Mispelon
2020-03-16Fixed #31363 -- Added support for negative integers to intword template filter.jay20162016
2020-03-14Fixed #31330 -- Updated flatpages URLconf example to work with APPEND_SLASH.Hasan Ramezani
2020-03-06Added missing backticks in various docs.Mariusz Felisiak
2020-03-03Fixed #31147 -- Added SearchHeadline to django.contrib.postgres.Hannes Ljungberg
2020-03-03Documented default value of InlineModelAdmin.extra.Adam Johnson
2020-01-29Updated the GeoJSON format specification link to RFC 7946.Mariusz Felisiak
2020-01-29Refs #25778 -- Updated some links to HTTPS and new locations.Mariusz Felisiak
2020-01-29Fixed #31212 -- Updated psycopg links to HTTPS and new location.Jon Dufresne
2020-01-03Fixed #28991 -- Added EmptyFieldListFilter class in admin.filters.Federico Jaramillo Martínez
2019-12-23Removed unnecessary code-block directives in various docs.Jon Dufresne
2019-12-20Removed outdated information from contrib.sites docs.Garry Polley
2019-12-18Fixed #30585 -- Added {% translate %} and {% blocktranslate %} template tags.Mike Hansen
2019-12-16Fixed #31088 -- Added support for websearch searching in SearchQuery.James Turk
2019-12-11Fixed #31080 -- Removed redundant type="text/javascript" attribute from <scri...Jon Dufresne
2019-12-05Fixed #31039 -- Added support for contained_by lookup with AutoFields, SmallI...Hasan Ramezani
2019-11-25Doc'd SpatiaLite support of 3D geometry fields.Sergey Fedoseev
2019-11-22Fixed #30996 -- Added AsWKB and AsWKT GIS functions.Sergey Fedoseev
2019-11-18Fixed #30994 -- Added Oracle support for AsGeoJSON GIS function.Sergey Fedoseev
2019-11-14Fixed #29916 -- Added lower_inc, lower_inf, upper_inc, and upper_inf lookups ...Dulmandakh
2019-11-07Fixed #30943 -- Added BloomIndex to django.contrib.postgres.Nick Pope
2019-11-07Fixed #29983 -- Replaced os.path() with pathlib.Path in project template and ...Jon Dufresne
2019-11-06Fixed #15742 -- Fixed an example of collecting selected objects in ModelAdmin...Daniel Fairhead
2019-11-05Refs #30923 -- Fixed an example of rendering templates in contrib.sites docs.Alasdair Nicol
2019-10-25Fixed #29770 -- Added LinearRing.is_counterclockwise property.Sergey Fedoseev
2019-10-18Fixed #30890 -- Added MariaDB support for the relate lookup.Mariusz Felisiak