| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-11-16 | Fixed #25755 -- Unified spelling of "website". | Agnieszka Lasyk | |
| 2015-11-14 | Fixed #25531 -- Documented that admin_order_field supports lookups. | René Fleschenberg | |
| 2015-11-11 | Fixed #25728 -- Fixed description of GEOSGeometry.contains(). | Sergey Fedoseev | |
| 2015-11-05 | Fixed #25660 -- Documented GEOSGeometry.dims | Sergey Fedoseev | |
| 2015-11-05 | Fixed #24244 -- Documented contrib.admin.models.LogEntry | Alex Morozov | |
| 2015-11-03 | Updated admindocs instructions for the deprecation of patterns(). | Tim Graham | |
| 2015-11-02 | Fixed #25659 -- Added missing support for MySQL 5.6.1 GIS functions | Sergey Fedoseev | |
| Added support for ST_Difference/ST_Intersection/ST_SymDifference. | |||
| 2015-11-01 | Fixed #25655 -- Dropped support for GEOS < 3.3 | Sergey Fedoseev | |
| 2015-10-31 | Refs #25632 -- Corrected database support docs for GeoDjango DB functions. | Sergey Fedoseev | |
| 2015-10-31 | Refs #25636 -- Updated instructions for libspatialite source installation | Sergey Fedoseev | |
| 2015-10-31 | Fixed #25636 -- Dropped support for SpatiaLite < 3.0 | Sergey Fedoseev | |
| 2015-10-30 | Fixed #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-30 | Fixed #25641 -- Removed section about adding Google projection to ↵ | Sergey Fedoseev | |
| spatial_ref_sys table | |||
| 2015-10-29 | Fixed #20846 -- Increased User.username max_length to 254 characters. | Tim Graham | |
| Thanks Collin Anderson and Nick Sandford for work on the patch. | |||
| 2015-10-29 | Fixed #25632 -- Documented missing version requirements for GeoDjango DB ↵ | Sergey Fedoseev | |
| functions. | |||
| 2015-10-29 | Fixed required SpatiaLite version in docs. | Sergey Fedoseev | |
| Refs bc0aba7786978ec312809eae5ecb3d751608b5b7 which dropped support for SpatiaLite < 2.4. | |||
| 2015-10-28 | Fixed #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-28 | Added versionadded directive for GDALRaster.srid | Claude Paroz | |
| Complement to 48548d1a47. | |||
| 2015-10-28 | Refs #25588 -- Added the srid property to GDALRaster | Daniel Wiesmann | |
| Geometry objects have an srid property, so this addition makes the raster api more similar to the geometries api. | |||
| 2015-10-27 | Fixed #25550 -- Deprecated direct assignment to the reverse side of a ↵ | Tim Graham | |
| related set. | |||
| 2015-10-26 | Fixed typo in docs/ref/contrib/admin/index.txt | Tim Graham | |
| 2015-10-24 | Optimized docs images and documented the process. | Curtis Maloney | |
| 2015-10-24 | Fixed #25583 -- Allowed calling `transform` with `CoordTransform` even if ↵ | Sergey Fedoseev | |
| SRID is invalid. | |||
| 2015-10-24 | Fixed #25603 -- Made clear that geometry's SRID is meant in docs for ↵ | Sergey Fedoseev | |
| GEOSGeometry.transform. | |||
| 2015-10-22 | Fixed #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-13 | Fixed quotes in GeoQuerySet aggregates examples. | Sergey Fedoseev | |
| 2015-10-12 | Added precision about GeoJSON field outputs | Claude Paroz | |
| 2015-10-11 | Fixed #25498 -- Documented ST_Distance/ST_Distance_Sphere difference | Claude Paroz | |
| Thanks Bibhas Debnath for the report and Tim Graham for the review. | |||
| 2015-10-09 | Fixed #25499 -- Added the ability to pass an expression in distance lookups | Claude Paroz | |
| Thanks Bibhas Debnath for the report and Tim Graham for the review. | |||
| 2015-10-06 | Fixed #25508 -- Modified QuerySet.__repr__() to disambiguate it from a list. | Tim Graham | |
| 2015-10-03 | Upgraded OpenLayers version from 2.13 to 2.13.1 | Claude Paroz | |
| Thanks Daniel Hahler for the initial patch. | |||
| 2015-10-03 | Fixed #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-29 | Made cosmetic cleanups to docs/ref/contrib/contenttypes.txt | Tim Graham | |
| 2015-09-28 | Fixed #24323 -- Documented @admin.register can't be used with super(XXXAdmin ↵ | Tim Graham | |
| in __init__(). | |||
| 2015-09-23 | Removed versionadded/changed annotations for 1.8. | Tim Graham | |
| 2015-09-23 | Refs #24099 -- Removed compatibility shim for ContentType.name field. | Tim Graham | |
| 2015-09-23 | Refs #24152 -- Removed deprecated GeoQuerySet aggregate methods. | Tim Graham | |
| Per deprecation timeline. | |||
| 2015-09-23 | Refs #22789 -- Removed contrib.webdesign per deprecation timeline. | Tim Graham | |
| 2015-09-21 | Fixed #15760 -- Added JavaScript events for admin inline forms. | ramez | |
| 2015-09-18 | Fixed #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-18 | Dropped support for Oracle 11.1. | Tim Graham | |
| 2015-09-17 | Removed 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-16 | Remove unnecessarily rude terminology. | Stephen Paulger | |
| 2015-09-14 | Fixed #25369 -- Corrected syndication's get_object() example. | Tim Graham | |
| 2015-09-11 | Renamed admin doc image files to match the documentation they are for. | Ryan Allen | |
| 2015-09-11 | Fixed #25200 -- Updated admin screenshots in docs. | Ryan Allen | |
| 2015-09-11 | Fixed #25380 -- Added Postgres.app to the PostGIS options on OS X. | Flavio Curella | |
| 2015-09-10 | Fixed #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-08 | Fixed #25135 -- Deprecated the contrib.admin allow_tags attribute. | Ola Sitarska | |
| Thanks Jaap Roes for the idea and initial patch. | |||
| 2015-09-08 | Fixed #25350 -- Added alias --no-input for --noinput to management commands. | Raphael Michel | |
