Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/docs/ref
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #25660 -- Documented GEOSGeometry.dimsSergey Fedoseev2015-11-051-0/+11
|
* Fixed #24244 -- Documented contrib.admin.models.LogEntryAlex Morozov2015-11-052-1/+60
|
* Updated admindocs instructions for the deprecation of ↵Tim Graham2015-11-031-1/+1
| | | | patterns().
* Fixed #25132 -- Documented how to retrieve a single ↵Alex Morozov2015-11-031-0/+6
| | | | value using values_list() and get().
* Refs #25629 -- Added `arity` class attribute to `Func` ↵Sergey Fedoseev2015-11-021-0/+9
| | | | expressions
* Fixed #25659 -- Added missing support for MySQL 5.6.1 ↵Sergey Fedoseev2015-11-021-3/+3
| | | | | | GIS functions Added support for ST_Difference/ST_Intersection/ST_SymDifference.
* Fixed #25655 -- Dropped support for GEOS < 3.3Sergey Fedoseev2015-11-012-27/+1
|
* Refs #25632 -- Corrected database support docs for ↵Sergey Fedoseev2015-10-312-30/+30
| | | | GeoDjango DB functions.
* Refs #25636 -- Updated instructions for libspatialite ↵Sergey Fedoseev2015-10-311-34/+7
| | | | source installation
* Fixed #25636 -- Dropped support for SpatiaLite < 3.0Sergey Fedoseev2015-10-314-7/+6
|
* Fixed #24019 -- Fixed inaccurate docs about ↵Tim Graham2015-10-301-10/+4
| | | | | | | GenericRelation not supporting aggregation. This works at least as far back as Django 1.6 according to the test added in refs #10870.
* Fixed #21422 -- Documented that prefetch_related() ↵Tim Graham2015-10-301-1/+4
| | | | results must be homogeneous.
* Fixed #25641 -- Removed section about adding Google ↵Sergey Fedoseev2015-10-302-28/+1
| | | | projection to spatial_ref_sys table
* Fixed #25489 -- Documented that ↵Tim Graham2015-10-291-1/+2
| | | | SESSION_SAVE_EVERY_REQUEST doesn't create empty sessions.
* Fixed #16734 -- Set script prefix even outside of requestsClaude Paroz2015-10-292-2/+15
| | | | Thanks Tim Graham for the review.
* Fixed #20846 -- Increased User.username max_length to ↵Tim Graham2015-10-291-1/+5
| | | | | | 254 characters. Thanks Collin Anderson and Nick Sandford for work on the patch.
* Fixed #25632 -- Documented missing version requirements ↵Sergey Fedoseev2015-10-291-4/+4
| | | | for GeoDjango DB functions.
* Fixed required SpatiaLite version in docs.Sergey Fedoseev2015-10-291-1/+1
| | | | | Refs bc0aba7786978ec312809eae5ecb3d751608b5b7 which dropped support for SpatiaLite < 2.4.
* Fixed #21516 -- Updated imports paths for some formset ↵Bryan Marty2015-10-281-1/+1
| | | | | | | functions/classes. Since refs #21489, FormSet classes and factories are exposed on the django.forms package.
* Added versionadded directive for GDALRaster.sridClaude Paroz2015-10-281-0/+2
| | | | Complement to 48548d1a47.
* Refs #25588 -- Added the srid property to GDALRasterDaniel Wiesmann2015-10-281-0/+15
| | | | | Geometry objects have an srid property, so this addition makes the raster api more similar to the geometries api.
* Added "Attributes set by application code" section to ↵Tim Graham2015-10-281-18/+22
| | | | HttpRequest.
* Revert "Fixed #25417 -- Added a field check for invalid ↵Simon Charette2015-10-271-1/+0
| | | | | | default values." This reverts commit 71ebcb85b931f43865df5b322b2cf06d3da23f69.
* Fixed #25550 -- Deprecated direct assignment to the ↵Tim Graham2015-10-272-3/+10
| | | | reverse side of a related set.
* Fixed typo in docs/ref/contrib/admin/index.txtTim Graham2015-10-261-2/+2
|
* Optimized docs images and documented the process.Curtis Maloney2015-10-246-0/+0
|
* Fixed #25604 -- Added makemigrations --check option.Jon Dufresne2015-10-241-0/+11
| | | | Command exits with non-zero status if changes without migrations exist.
* Fixed #25583 -- Allowed calling `transform` with ↵Sergey Fedoseev2015-10-241-0/+8
| | | | `CoordTransform` even if SRID is invalid.
* Fixed #25434 -- Documented HttpRequest.site and created ↵Tim Graham2015-10-241-26/+36
| | | | | | a section for middleware attributes. Thanks Nick Pope for the initial patch.
* Fixed #25603 -- Made clear that geometry's SRID is meant ↵Sergey Fedoseev2015-10-241-1/+1
| | | | in docs for GEOSGeometry.transform.
* Fixed #25397 -- Documented class-based view context ↵Jacek Bzdak2015-10-232-6/+24
| | | | variable clash with context processors.
* Clarified that the test client response content ↵薛丞宏2015-10-231-1/+1
| | | | attribute is bytes.
* Fixed #25519 -- Made the admin "View site" link point to ↵Dheerendra Rathor2015-10-221-0/+9
| | | | | | | sites running on a subpath. Used request.META['SCRIPT_NAME'] as the site_url if it hasn't been customized from the default value of '/'.
* Fixed #21894 -- Corrected a form.clean() example in case ↵Tim Graham2015-10-211-10/+18
| | | | a superclass doesn't return data.
* Fixed #25574 -- Documented {{ dict.items }} shadowing in ↵Jacek Bzdak2015-10-212-0/+10
| | | | for template tag docs.
* Fixed #25576 -- Added IOBase methods required by ↵Jon Dufresne2015-10-211-0/+14
| | | | TextIOWrapper to HttpResponse.
* Fixed #25578 -- Corrected the casing of "GitHub".Yusuke Miyazaki2015-10-211-2/+2
|
* Refs #25535 -- Minor edits to ForeignObject check changes.Tim Graham2015-10-141-2/+3
|
* Fixed quotes in GeoQuerySet aggregates examples.Sergey Fedoseev2015-10-141-3/+3
|
* Fixed typo in docs/ref/models/relations.txt.Tim Graham2015-10-131-1/+1
|
* Added precision about GeoJSON field outputsClaude Paroz2015-10-122-2/+6
|
* Fixed #25498 -- Documented ↵Claude Paroz2015-10-111-17/+18
| | | | | | ST_Distance/ST_Distance_Sphere difference Thanks Bibhas Debnath for the report and Tim Graham for the review.
* Fixed #25499 -- Added the ability to pass an expression ↵Claude Paroz2015-10-091-3/+9
| | | | | | in distance lookups Thanks Bibhas Debnath for the report and Tim Graham for the review.
* Added some function links in translation docsClaude Paroz2015-10-071-0/+6
|
* Fixed #25516 -- Documented that parallel test excution ↵Tim Graham2015-10-061-0/+4
| | | | doesn't work with pdb.
* Fixed #25508 -- Modified QuerySet.__repr__() to ↵Tim Graham2015-10-066-67/+65
| | | | disambiguate it from a list.
* Fixed #25500 -- Added --fail-level option to check command.Jon Dufresne2015-10-051-0/+10
| | | | | This option specifies the level that check command exits with a non-zero status. Default is ``ERROR``.
* Upgraded OpenLayers version from 2.13 to 2.13.1Claude Paroz2015-10-031-1/+1
| | | | Thanks Daniel Hahler for the initial patch.
* Fixed #25398 -- Revised instances of os.path.join()Andrew Artajos2015-10-031-2/+2
| | | | | Replaced occurrences of os.path.join(BASE_DIR, 'folder/subfolder') to os.path.join(BASE_DIR, 'folder', 'subfolder')
* Fixed link to the MySQL Connector/Python Django Backend ↵Nick Williams2015-10-021-1/+1
| | | | documentation.