summaryrefslogtreecommitdiff
path: root/docs/ref/contrib
AgeCommit message (Collapse)Author
2019-11-25[3.0.x] Doc'd SpatiaLite support of 3D geometry fields.Sergey Fedoseev
Support was added in 65129aac07022f23afa1df7ec7fad2216634cb38. Backport of 85c598900772a00aee2ad4a20e3f3854f1c87fbd from master
2019-11-06[3.0.x] 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. Backport of e651b3095c950627b1eed1527f2bb011ddad03de from master
2019-11-05[3.0.x] Refs #30923 -- Fixed an example of rendering templates in ↵Alasdair Nicol
contrib.sites docs. Backport of b991eefd3a9fa4da4eb46fddcb36cf1e8b5862e9 from master
2019-10-16[3.0.x] Fixed #30562 -- Doc'd MariaDB support for GIS spatial lookups.Mariusz Felisiak
Backport of 1c5ec221a44fc9ce1585fc1f94830957df4322e7 from master
2019-10-16[3.0.x] Refs #28436 -- Corrected docs regarding MySQL support of distance ↵Mariusz Felisiak
lookups. Backport of 440603a4bc0dc4f0b489489e80dcbab0ca736d23 from master
2019-10-16[3.0.x] Refs #22423 -- Corrected crosses lookup support on MySQL in ↵Mariusz Felisiak
documentation. Support was added in 15715bf. Backport of 5becb36a79a0c31c7cc9e76237239ebd0fdda18d from master
2019-10-07[3.0.x] Refs #10348 -- Doc'd that ModelAdmin ignores list_select_related ↵Tamer Sherif
when QuerySet.select_related() was already called. Backport of e3f647f4d5fc414f8cb7ab58df5e61a19908c63f from master
2019-10-02[3.0.x] Fixed #30817 -- Clarified return value of Sitemap.items().Sjbrgsn
Backport of 7b3c06cd72e691ffd932ccce338701c37297a415 from master
2019-09-06Fixed #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-29Fixed #18763 -- Added ModelBackend/UserManager.with_perm() methods.Berker Peksag
Co-authored-by: Nick Pope <nick.pope@flightdataservices.com>
2019-08-29Fixed #30066 -- Enabled super user creation without email and passworddaniel a rios
2019-08-23Fixed #30507 -- Updated admin's jQuery to 3.4.1.Dulmandakh
2019-08-21Fixed #21039 -- Added AddIndexConcurrently/RemoveIndexConcurrently ↵Mads Jensen
operations for PostgreSQL. Thanks to Simon Charettes for review. Co-Authored-By: Daniel Tao <daniel.tao@gmail.com>
2019-08-21Fixed broken links and redirects in documentation.François Freitag
Removed reference to custom builds, feature removed in https://github.com/openlayers/openlayers/commit/8e6b3bba994f5908e51c492ac314240863178789.
2019-08-19Removed outdated examples of flatpages served sites.Garry Polley
Removing the lawrence journal flat page examples because one is no longer a web page (404) and the other is no longer served by Django: https://www.reddit.com/r/django/comments/8v0fpb/the_lawrence_journalworld_where_django_was/
2019-08-19Fixed broken links and redirects to OGR library in docs.Mariusz Felisiak
2019-08-13Fixed #30461 -- Made GeoIP2 and GEOIP_PATH setting accept pathlib.Path as ↵Claude Paroz
library path. Thanks Nikita Krokosh for the initial patch.
2019-07-16Fixed #29824 -- Added support for database exclusion constraints on PostgreSQL.Mads Jensen
Thanks to Nick Pope and Mariusz Felisiak for review. Co-Authored-By: Mariusz Felisiak <felisiak.mariusz@gmail.com>
2019-07-16Refs #29824 -- Added RangeOperators helper class.Mads Jensen
2019-07-16Fixed heading level typo in docs/ref/contrib/postgres/fields.txt.Mariusz Felisiak
2019-07-02Fixed #28588 -- Doc'd User.has_perm() & co. behavior for active superusers.Carlton Gibson
Equivalent note for PermissionsMixin was added in d33864ed138f65070049a3ac20ee98e03a1442b9.
2019-06-20Removed unnecessary backslashes from docs.Mariusz Felisiak
2019-06-13Refs #29548 -- Doc'd MariaDB support for GIS database functions.Mariusz Felisiak
2019-06-12Added missing support for PointOnSurface function on MariaDB.Mariusz Felisiak
2019-06-11Fixed #27486 -- Fixed Python 3.7 DeprecationWarning in intword and ↵Jon Dufresne
filesizeformat filters. intword and filesizeformat passed floats to ngettext() which is deprecated in Python 3.7. The rationale for this warning is documented in BPO-28692: https://bugs.python.org/issue28692. For filesizeformat, the filesize value is expected to be an int -- it fills %d string formatting placeholders. It was likely coerced to a float to ensure floating point division on Python 2. Python 3 always does floating point division, so coerce to an int instead of a float to fix the warning. For intword, the number may contain a decimal component. In English, a decimal component makes the noun plural. A helper function, round_away_from_one(), was added to convert the float to an integer that is appropriate for ngettext().
2019-06-11Fixed intword example in docs/ref/contrib/humanize.txt.Jon Dufresne
2019-06-05Refs #30226 -- Added User.get_user_permissions() method.Tobias Bengfort
Added to mirror the existing User.get_group_permissions().
2019-06-05Fixed #30226 -- Added BaseBackend for authentication.Tobias Bengfort
2019-06-03Removed redundant object descriptions to prevent warnings with Sphinx 2.1.0.Mariusz Felisiak
2019-05-31Fixed #28831 -- Doc'd that InlineModelAdmin methods' obj argument is the ↵parth
parent object.
2019-05-17Fixed #25633 -- Updated macOS Spatialite installation instructions.Daniel Hepper
Updated the Spatialite installation instruction to refer to the latest available version from KyngChaos, as Gaia-SINS does not provide MacOS binaries anymore.
2019-05-15Changed tuple choices to list in docs.Jon Dufresne
2019-05-07Fixed #30447 -- Added 'is_in_european_union' in GeoIP2.city() dict.Chris Adkins
2019-05-06Fixed #29352 -- Allowed specifying a Feed language.Tobias Kunze
2019-04-23Fixed #30365 -- Fixed syntax highlighting in SQL examples.Daniel Musketa
Sphinx interprets some "%[a-z]" in SQL statements as a "Literal.String.Interpol" which leads to incorrect highlighting.
2019-04-19Fixed #30341 -- Added support for the furlong unit in Distance.Dustin Neighly
2019-04-18Fixed #30367 -- Changed "pip install" to "python -m pip install" in docs, ↵Ramiro Morales
comments and hints.
2019-04-18Fixed typos in docs, comments, and exception messages.Ville Skyttä
2019-04-17Updated SpatiaLite install instructions to suggest first package from recent ↵Willy Njundong
Debian-based distributions.
2019-04-17Fixed #27755 -- Added ModelAdmin.get_inlines() hook.Hasan Ramezani
2019-04-07Refs #27807 -- Removed docs for User.username_validator.Tim Graham
The new override functionality claimed in refs #21379 doesn't work. Forwardport of 714fdbaa7048c2321f6238d9421137c33d9af7cc from stable/1.10.x.
2019-03-29Removed unnecessary /static from links to PostgreSQL docs.Nick Pope
2019-03-28Used extlinks for Django's source code.Tim Graham
2019-03-24Fixed #30259 -- Added support for admin_order_field attribute on properties ↵Jani Tiainen
in ModelAdmin.list_display.
2019-03-20Fixed #28738 -- Added the GeometryDistance function.Francisco Couzo
2019-02-14Removed docs of unused libgeoip1/python-gdal packages.Tim Graham
2019-02-12Fixed #29943 -- Doc'd that admin changelist may add pk to ordering.Hasan Ramezani
2019-02-12Fixed #22423 -- Added support for MySQL operators on real geometries.Claude Paroz
Thanks Viswanathan Mahalingam for the report and initial patch, and Nicke Pope and Tim Graham for the review.
2019-02-12Doc'd database functions for overlaps lookup.Claude Paroz
2019-02-09Dropped support for GEOS 3.4.Tim Graham