summaryrefslogtreecommitdiff
path: root/docs/ref/contrib
AgeCommit message (Expand)Author
2019-02-07[2.2.x] Updated Oracle docs links to Oracle 18c.Mariusz Felisiak
2019-02-04[2.2.x] Refs #30055 -- Bumped minimum SQLite version in GIS docs.Tim Graham
2019-01-31[2.2.x] Refs #28161 -- Doc'd INSTALLED_APPS requirement for ArrayField(CIText).Robert Coup
2019-01-21[2.2.x] Corrected GenericRelation's related_query_name manual lookup example.Pavel Savchenko
2019-01-17[2.2.x] Refs #28606 -- Corrected deprecation version for CachedStaticFilesSto...Tim Graham
2019-01-11Fixed #30097 -- Made 'obj' arg of InlineModelAdmin.has_add_permission() optio...MaximZemskov
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 t...Tim Graham
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
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
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
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
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
2018-08-02Fixed #28887 -- Added SpGistIndex to django.contrib.postgres.Nick Pope
2018-08-02Fixed #26974 -- Added HashIndex to django.contrib.postgres.Nick Pope
2018-08-01Fixed typos in comments and docs.luz.paz
2018-07-18Added doc links for django.utils.html.escape().Claude Paroz
2018-07-18Removed duplicate words in docs.Maxime Lorant
2018-07-13Fixed #28566 -- Added path matching to collectstatic ignore patterns.Daniel Wiesmann
2018-06-28Fixed #26067 -- Added ordering support to ArrayAgg and StringAgg.Floris den Hengst
2018-06-22Added description, example, and SQL equivalents for equals and same_as GIS lo...Sergey Fedoseev
2018-06-21Fixed #29509 -- Added SpatiaLite support for covers and coveredby lookups.Sergey Fedoseev
2018-06-21Refs #28841 -- Added ForcePolygonCW to GIS database functions table.Sergey Fedoseev