summaryrefslogtreecommitdiff
path: root/docs/ref/contrib
AgeCommit message (Expand)Author
2019-05-31[2.2.x] Fixed #28831 -- Doc'd that InlineModelAdmin methods' obj argument is ...parth
2019-05-17[2.2.x] Fixed #25633 -- Updated macOS Spatialite installation instructions.Daniel Hepper
2019-05-15[2.2.x] Changed tuple choices to list in docs.Jon Dufresne
2019-04-17[2.2.x] Updated SpatiaLite install instructions to suggest first package from...Willy Njundong
2019-04-07[2.2.x] Refs #27807 -- Removed docs for User.username_validator.Tim Graham
2019-03-29[2.2.x] Removed unnecessary /static from links to PostgreSQL docs.Nick Pope
2019-03-28[2.2.x] Used extlinks for Django's source code.Tim Graham
2019-02-14[2.2.x] Removed docs of unused libgeoip1/python-gdal packages.Tim Graham
2019-02-12[2.2.x] Fixed #29943 -- Doc'd that admin changelist may add pk to ordering.Hasan Ramezani
2019-02-12[2.2.x] Doc'd database functions for overlaps lookup.Claude Paroz
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