Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #25681 -- Added 'default' to DATABASES example.Attila Tovt2015-11-071-0/+1
|
* Fixed #25660 -- Documented GEOSGeometry.dimsSergey Fedoseev2015-11-051-0/+11
|
* Fixed #24244 -- Documented contrib.admin.models.LogEntryAlex Morozov2015-11-052-1/+60
|
* Added stub release notes for 1.8.7.Tim Graham2015-11-052-0/+13
|
* Added release date for 1.8.6.Tim Graham2015-11-041-1/+1
|
* 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().
* Removed an extra heading in the 1.10 release notes.Tim Graham2015-11-031-2/+0
|
* Fixed typo in docs/topics/auth/default.txt.japrogramer2015-11-031-1/+1
|
* Refs #25629 -- Added `arity` class attribute to `Func` ↵Sergey Fedoseev2015-11-022-0/+13
| | | | 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-013-28/+2
|
* 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-315-7/+10
|
* Fixed typo in docs/topics/db/models.txt.Tomasz Anielak2015-10-311-1/+1
|
* Fixed #24212 -- Added example pylibmc CACHES configuration.Bryan Marty2015-10-301-0/+9
|
* Added class-based view example to RequestFactory example.bee_keeper2015-10-301-1/+3
|
* 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 #25100 -- Documented an upgrade caveat for ↵Tim Graham2015-10-301-0/+6
| | | | contenttypes migration.
* 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 #23985 -- Documented a backwards incompatible ↵Tim Graham2015-10-291-0/+5
| | | | change in URLValidator.
* Fixed #25489 -- Documented that ↵Tim Graham2015-10-294-4/+8
| | | | SESSION_SAVE_EVERY_REQUEST doesn't create empty sessions.
* Fixed #16734 -- Set script prefix even outside of requestsClaude Paroz2015-10-293-3/+19
| | | | Thanks Tim Graham for the review.
* Fixed #25622 -- Accounted for generic relations in the ↵Simon Charette2015-10-291-0/+3
| | | | | | admin to field validation Thanks to Jonathan Liuti for the report and Tim Graham for the review.
* Fixed #25620 -- Made URLValidator prohibit URLs with ↵Dheerendra Rathor2015-10-291-0/+4
| | | | consecutive dots in the domain section.
* Fixed #20846 -- Increased User.username max_length to ↵Tim Graham2015-10-292-1/+35
| | | | | | 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-283-29/+29
| | | | | | | functions/classes. Since refs #21489, FormSet classes and factories are exposed on the django.forms package.
* Made LiveServerTestCase example use ↵Tim Graham2015-10-281-14/+13
| | | | StaticLiveServerTestCase.
* 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.
* Refs #25618 -- Forwardported 1.8.6 release note.Tim Graham2015-10-281-0/+3
| | | | Forwardport of 65bff161ffab1310719bdee495d1e9b35f838c31 from stable/1.8.x
* 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-272-4/+0
| | | | | | default values." This reverts commit 71ebcb85b931f43865df5b322b2cf06d3da23f69.
* Fixed #25597 -- Fixed crash with SplitArrayField and ↵Tim Graham2015-10-271-0/+3
| | | | IntegerField on invalid value.
* Fixed #25550 -- Deprecated direct assignment to the ↵Tim Graham2015-10-2710-42/+48
| | | | reverse side of a related set.
* Added Django 1.10 to Python version support table.Tim Graham2015-10-261-3/+2
|
* Documented Python 3.5 support for Django 1.8.Tim Graham2015-10-263-5/+6
| | | | Forwardport of d27085b02d58ecf8b72e7189b6a5feaf634ec977 from stable/1.8.x
* Fixed typo in docs/ref/contrib/admin/index.txtTim Graham2015-10-261-2/+2
|
* Documented related model descriptor class renames.Tim Graham2015-10-261-0/+9
| | | | Renamed in e542e81b39e8610b70cf1d68f95ece0279028765.
* Optimized docs images and documented the process.Curtis Maloney2015-10-2421-0/+15
|
* Fixed #25604 -- Added makemigrations --check option.Jon Dufresne2015-10-243-1/+22
| | | | 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-233-6/+29
| | | | variable clash with context processors.
* Clarified that the test client response content ↵薛丞宏2015-10-233-6/+6
| | | | attribute is bytes.