summaryrefslogtreecommitdiff
path: root/docs/ref/contrib
AgeCommit message (Collapse)Author
2015-11-01Fixed #25655 -- Dropped support for GEOS < 3.3Sergey Fedoseev
2015-10-31Refs #25632 -- Corrected database support docs for GeoDjango DB functions.Sergey Fedoseev
2015-10-31Refs #25636 -- Updated instructions for libspatialite source installationSergey Fedoseev
2015-10-31Fixed #25636 -- Dropped support for SpatiaLite < 3.0Sergey Fedoseev
2015-10-30Fixed #24019 -- Fixed inaccurate docs about GenericRelation not supporting ↵Tim Graham
aggregation. This works at least as far back as Django 1.6 according to the test added in refs #10870.
2015-10-30Fixed #25641 -- Removed section about adding Google projection to ↵Sergey Fedoseev
spatial_ref_sys table
2015-10-29Fixed #20846 -- Increased User.username max_length to 254 characters.Tim Graham
Thanks Collin Anderson and Nick Sandford for work on the patch.
2015-10-29Fixed #25632 -- Documented missing version requirements for GeoDjango DB ↵Sergey Fedoseev
functions.
2015-10-29Fixed required SpatiaLite version in docs.Sergey Fedoseev
Refs bc0aba7786978ec312809eae5ecb3d751608b5b7 which dropped support for SpatiaLite < 2.4.
2015-10-28Fixed #21516 -- Updated imports paths for some formset functions/classes.Bryan Marty
Since refs #21489, FormSet classes and factories are exposed on the django.forms package.
2015-10-28Added versionadded directive for GDALRaster.sridClaude Paroz
Complement to 48548d1a47.
2015-10-28Refs #25588 -- Added the srid property to GDALRasterDaniel Wiesmann
Geometry objects have an srid property, so this addition makes the raster api more similar to the geometries api.
2015-10-27Fixed #25550 -- Deprecated direct assignment to the reverse side of a ↵Tim Graham
related set.
2015-10-26Fixed typo in docs/ref/contrib/admin/index.txtTim Graham
2015-10-24Optimized docs images and documented the process.Curtis Maloney
2015-10-24Fixed #25583 -- Allowed calling `transform` with `CoordTransform` even if ↵Sergey Fedoseev
SRID is invalid.
2015-10-24Fixed #25603 -- Made clear that geometry's SRID is meant in docs for ↵Sergey Fedoseev
GEOSGeometry.transform.
2015-10-22Fixed #25519 -- Made the admin "View site" link point to sites running on a ↵Dheerendra Rathor
subpath. Used request.META['SCRIPT_NAME'] as the site_url if it hasn't been customized from the default value of '/'.
2015-10-13Fixed quotes in GeoQuerySet aggregates examples.Sergey Fedoseev
2015-10-12Added precision about GeoJSON field outputsClaude Paroz
2015-10-11Fixed #25498 -- Documented ST_Distance/ST_Distance_Sphere differenceClaude Paroz
Thanks Bibhas Debnath for the report and Tim Graham for the review.
2015-10-09Fixed #25499 -- Added the ability to pass an expression in distance lookupsClaude Paroz
Thanks Bibhas Debnath for the report and Tim Graham for the review.
2015-10-06Fixed #25508 -- Modified QuerySet.__repr__() to disambiguate it from a list.Tim Graham
2015-10-03Upgraded OpenLayers version from 2.13 to 2.13.1Claude Paroz
Thanks Daniel Hahler for the initial patch.
2015-10-03Fixed #25398 -- Revised instances of os.path.join()Andrew Artajos
Replaced occurrences of os.path.join(BASE_DIR, 'folder/subfolder') to os.path.join(BASE_DIR, 'folder', 'subfolder')
2015-09-29Made cosmetic cleanups to docs/ref/contrib/contenttypes.txtTim Graham
2015-09-28Fixed #24323 -- Documented @admin.register can't be used with super(XXXAdmin ↵Tim Graham
in __init__().
2015-09-23Removed versionadded/changed annotations for 1.8.Tim Graham
2015-09-23Refs #24099 -- Removed compatibility shim for ContentType.name field.Tim Graham
2015-09-23Refs #24152 -- Removed deprecated GeoQuerySet aggregate methods.Tim Graham
Per deprecation timeline.
2015-09-23Refs #22789 -- Removed contrib.webdesign per deprecation timeline.Tim Graham
2015-09-21Fixed #15760 -- Added JavaScript events for admin inline forms.ramez
2015-09-18Fixed #13110 -- Added support for multiple enclosures in Atom feeds.Unai Zalakain
The ``item_enclosures`` hook returns a list of ``Enclosure`` objects which is then used by the feed builder. If the feed is a RSS feed, an exception is raised as RSS feeds don't allow multiple enclosures per feed item. The ``item_enclosures`` hook defaults to an empty list or, if the ``item_enclosure_url`` hook is defined, to a list with a single ``Enclosure`` built from the ``item_enclosure_url``, ``item_enclosure_length``, and ``item_enclosure_mime_type`` hooks.
2015-09-18Dropped support for Oracle 11.1.Tim Graham
2015-09-17Removed obsolete pysqlite documentation.Tim Graham
These steps are no longer needed as of pysqlite 2.7.0. https://github.com/ghaering/pysqlite/commit/76f34850be582249d9048e6acb2993943b07d31b
2015-09-16Remove unnecessarily rude terminology.Stephen Paulger
2015-09-14Fixed #25369 -- Corrected syndication's get_object() example.Tim Graham
2015-09-11Renamed admin doc image files to match the documentation they are for.Ryan Allen
2015-09-11Fixed #25200 -- Updated admin screenshots in docs.Ryan Allen
2015-09-11Fixed #25380 -- Added Postgres.app to the PostGIS options on OS X.Flavio Curella
2015-09-10Fixed #25379 -- Removed obsolete information from GeoDjango tutorial.Flavio Curella
Django 1.9 drops support for PostgreSQL 9.0 where creating a database using a template was needed.
2015-09-08Fixed #25135 -- Deprecated the contrib.admin allow_tags attribute.Ola Sitarska
Thanks Jaap Roes for the idea and initial patch.
2015-09-08Fixed #25350 -- Added alias --no-input for --noinput to management commands.Raphael Michel
2015-09-07Fixed #24917 -- Made admindocs display model methods that take arguments.Zan Anderle
2015-08-31Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant
2015-08-31Fixed #25289 -- Updated admin's jQuery to 2.1.4.Tim Graham
2015-08-29Fixed #25262 -- Removed the enable_comments field from FlatPageAdmin.Y3K
2015-08-25Updated PROJ.4 link to new GitHub wiki.David Sanders
2015-08-18Used consistent capitalization and hyphenation of "class-based views" in docs.Anton Strogonoff
2015-08-17Limited line length in docs/ref/contrib/messages.txt example.Anton Strogonoff