summaryrefslogtreecommitdiff
path: root/docs/ref/contrib
AgeCommit message (Collapse)Author
2019-05-31[2.2.x] Fixed #28831 -- Doc'd that InlineModelAdmin methods' obj argument is ↵parth
the parent object. Backport of 85436473066aae5d793caeced010ea4f45da4e79 from master
2019-05-17[2.2.x] Fixed #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. Backport of ccb7f7c6d237900614290085cca103d9509b89b9 from master
2019-05-15[2.2.x] Changed tuple choices to list in docs.Jon Dufresne
Backport of 97d3321e89c8d4434927bdbc308db1ccffa99d3b from master
2019-04-17[2.2.x] Updated SpatiaLite install instructions to suggest first package ↵Willy Njundong
from recent Debian-based distributions. Backport of 8180ffba21bf10f4be905cb0d4890dc2bcff2788 from master
2019-04-07[2.2.x] Refs #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-29[2.2.x] Removed unnecessary /static from links to PostgreSQL docs.Nick Pope
Backport of 198a2a9381a415f76c3170753270f5087ce4475a from master.
2019-03-28[2.2.x] Used extlinks for Django's source code.Tim Graham
Backport of a68c029e224cebe540da7447dbbd27993b4aa793 from master.
2019-02-14[2.2.x] Removed docs of unused libgeoip1/python-gdal packages.Tim Graham
Backport of 21f9d437374ee078ee46e23b64efa3d52ca6f49a from master.
2019-02-12[2.2.x] Fixed #29943 -- Doc'd that admin changelist may add pk to ordering.Hasan Ramezani
Backport of f63811f4813f0e0439e140a97eeba18a5017e858 from master.
2019-02-12[2.2.x] Doc'd database functions for overlaps lookup.Claude Paroz
Backport of 8cf9dbee6aeca57ab4dac986e46b79a2d234f703 from master
2019-02-07[2.2.x] Updated Oracle docs links to Oracle 18c.Mariusz Felisiak
Backport of 759a9b710c0e5a6009cfba406ff562919fa70ef0 from master
2019-02-04[2.2.x] Refs #30055 -- Bumped minimum SQLite version in GIS docs.Tim Graham
Backport of 4763c9719135f4de17924d9c8524f1cfe41bc645 from master.
2019-01-31[2.2.x] Refs #28161 -- Doc'd INSTALLED_APPS requirement for ArrayField(CIText).Robert Coup
Backport of a8b03bea180e0660c0e159f3e7cf6192b512925f from master
2019-01-21[2.2.x] Corrected GenericRelation's related_query_name manual lookup example.Pavel Savchenko
And changed related_query_name to a singular noun. Backport of 130192b12b63357a8f5ff448cd0edfa5a8094909 from master.
2019-01-17[2.2.x] Refs #28606 -- Corrected deprecation version for ↵Tim Graham
CachedStaticFilesStorage. Backport of 6713926ebe22172e50f283185f969275c326416d from master
2019-01-11Fixed #30097 -- Made 'obj' arg of InlineModelAdmin.has_add_permission() ↵MaximZemskov
optional. Restored backwards compatibility after refs #27991. Regression in be6ca89396c031619947921c81b8795d816e3285.
2019-01-11Refs #23829 -- Made ping_google command/function use https for the sitemap URL.Sanyam Khurana
2019-01-11Documented ping_google()'s ping_url argument.Sanyam Khurana
2019-01-09Fixed #30037 -- Added request arg to RemoteUserBackend.configure_user().Joshua Cannon
2019-01-09Corrected whitespace in docs/ref/contrib/auth.txt.Tim Graham
2018-12-24Added import locations to contrib.postgres aggregates and validators docs.Marten Kenbeek
2018-12-22Renamed Sqlite and Sqlite3 references to SQLite.Nick Pope
2018-11-28Refs #28205 -- Corrected ModelAdmin.prepopulated_fields docs regarding when ↵Tim Graham
they're populated.
2018-11-27Fixed #29317 -- Doc'd filter argument in contrib.postgres aggregates.Tim Graham
2018-11-15Used auto-numbered lists in documentation.François Freitag
2018-11-14Fixed #29939 -- Increased Group.name max_length to 150 characters.Timothy Allen
2018-11-10Updated some links to https and new locations.Mads Jensen
2018-11-09Fixed #29941 -- Fixed missing variable in docs/ref/contrib/contenttypes.txt.Tim Graham
Regression in b47552b445547e60cc89213f79e02333cb63f270.
2018-11-09Fixed #29917 -- Stopped collecting ModelAdmin.actions from base ModelAdmins.Matthias Kestenholz
2018-11-03Fixed inconsistent indentation in docs/ref/contrib/auth.txt.Tobias Bengfort
2018-11-01Fixed #27994 -- Documented ManifestFilesMixin.Theofanis Despoudis
2018-10-29Fixed code highlighting in docs/ref/contrib/staticfiles.txt.Tim Graham
2018-10-27Fixed #28606 -- Deprecated CachedStaticFilesStorage.Tim Graham
2018-10-21Removed "encoding" description in GIS tutorial.Atul Varma
An omission in 388165ade4219aeefac1e231c1d44c51a7b62829.
2018-10-09Capitalized "Python" in docs and comments.Jon Dufresne
2018-10-02Fixed #29598 -- Deprecated FloatRangeField in favor of DecimalRangeField.Stefano Chiodino
2018-09-26Fixed #29795 -- Confirmed support for PostGIS 2.5.Sergey Fedoseev
2018-09-26Refs #29784 -- Switched to https:// links where available.Jon Dufresne
2018-09-18Confirmed support for GEOS 3.7.Sergey Fedoseev
2018-09-17Fixed #27899 -- Added support for phrase/raw searching in SearchQuery.Claude Paroz
Thanks Tim Graham, Nick Pope, and Claude Paroz for contribution and review.
2018-09-17Fixed #29761 -- Confirmed support for PROJ 5.x.Sergey Fedoseev
2018-09-12Fixed typo in docs/ref/contrib/postgres/search.txt.Adam Zapletal
2018-09-10Refs #20910 -- Replaced snippet directive with code-block.Curtis Maloney
2018-08-28Fixed LayerMapping encoding in geodjango tutorial.Claude Paroz
GDAL >= 1.9 automatically converts latin-1-encoded strings from Shapefiles to UTF-8.
2018-08-21Polished the admin overview docs.Rodrigo
2018-08-16Fixed #29677 -- Doc'd return value of StaticFilesStorage.post_process().Tim Graham
2018-08-03Clarified the values accepted by ModelAdmin.fields.Adam Johnson
2018-08-03Fixed #29633 -- Doc'd the geometry type for each model field.Danilo Bargen
2018-08-02Fixed #29614 -- Added BTreeIndex to django.contrib.postres.Nick Pope
2018-08-02Fixed #28990 -- Added autosummarize parameter to BrinIndex.Nick Pope