| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
aggregation.
This works at least as far back as Django 1.6 according to the test
added in refs #10870.
|
|
spatial_ref_sys table
|
|
Thanks Collin Anderson and Nick Sandford for work on the patch.
|
|
functions.
|
|
Refs bc0aba7786978ec312809eae5ecb3d751608b5b7 which dropped
support for SpatiaLite < 2.4.
|
|
Since refs #21489, FormSet classes and factories are exposed on the
django.forms package.
|
|
Complement to 48548d1a47.
|
|
Geometry objects have an srid property, so this addition makes the raster api
more similar to the geometries api.
|
|
related set.
|
|
|
|
|
|
SRID is invalid.
|
|
GEOSGeometry.transform.
|
|
subpath.
Used request.META['SCRIPT_NAME'] as the site_url if it hasn't been
customized from the default value of '/'.
|
|
|
|
|
|
Thanks Bibhas Debnath for the report and Tim Graham for the review.
|
|
Thanks Bibhas Debnath for the report and Tim Graham for the review.
|
|
|
|
Thanks Daniel Hahler for the initial patch.
|
|
Replaced occurrences of os.path.join(BASE_DIR, 'folder/subfolder')
to os.path.join(BASE_DIR, 'folder', 'subfolder')
|
|
|
|
in __init__().
|
|
|
|
|
|
Per deprecation timeline.
|
|
|
|
|
|
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.
|
|
|
|
These steps are no longer needed as of pysqlite 2.7.0.
https://github.com/ghaering/pysqlite/commit/76f34850be582249d9048e6acb2993943b07d31b
|
|
|
|
|
|
|
|
|
|
|
|
Django 1.9 drops support for PostgreSQL 9.0 where creating
a database using a template was needed.
|
|
Thanks Jaap Roes for the idea and initial patch.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|