Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/docs/ref/contrib
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed #25262 -- Removed the enable_comments field from ↵Y3K2015-08-292-1/+35
| | | | FlatPageAdmin.
* Updated PROJ.4 link to new GitHub wiki.David Sanders2015-08-251-1/+1
|
* Used consistent capitalization and hyphenation of ↵Anton Strogonoff2015-08-191-1/+1
| | | | "class-based views" in docs.
* Limited line length in docs/ref/contrib/messages.txt ↵Anton Strogonoff2015-08-171-2/+4
| | | | example.
* Fixed #25205 -- Removed doc references to deprecated ↵Brendan Hayward2015-08-116-39/+36
| | | | GeoManager class.
* Fixed typo in docs/ref/contrib/gis/geoquerysets.txtTim Graham2015-08-111-3/+2
|
* Fixed #25160 -- Moved unsaved model instance data loss ↵Tim Graham2015-08-101-7/+0
| | | | | | | | | check to Model.save() This mostly reverts 5643a3b51be338196d0b292d5626ad43648448d3 and 81e1a35c364e5353d2bf99368ad30a4184fbb653. Thanks Carl Meyer for review.
* Updated various links in docsClaude Paroz2015-08-085-16/+12
|
* Updated Wikipedia links to use httpsClaude Paroz2015-08-085-11/+11
|
* Fixed #25224 -- Fixed typo in docs/ref/contrib/flatpages.txtTim Graham2015-08-041-1/+1
|
* Fixed #24690 -- Added a warning about mutable defaults ↵Tim Graham2015-08-011-0/+12
| | | | for ArrayField/JSONField.
* Refs #25184 -- Started deprecation for contrib.gis.geoip.Flavio Curella2015-07-311-0/+6
|
* Fixed #25184 -- Added support for MaxMind GeoLite2 ↵Flavio Curella2015-07-312-0/+174
| | | | database format
* Fixed #21127 -- Started deprecation toward requiring ↵Flavio Curella2015-07-285-13/+17
| | | | on_delete for ForeignKey/OneToOneField
* Fixed #25159 -- Removed brackets from ↵Tim Graham2015-07-279-17/+17
| | | | | | class/function/method signatures in docs. Thanks hellbeast for the initial patch.
* Fixed #25141 -- Diminished GDAL dependence during ↵Claude Paroz2015-07-201-3/+11
| | | | | | | geojson serialization Only require GDAL if contained geometries need coordinate transformations. Thanks drepo for the report and Tim Graham for the review.
* Fixed signature of ModelAdmin.get_paginator() in docs.Ali Vakilzade2015-07-201-1/+1
|
* Fixed #25116 -- Removed long-broken admindocs bookmarkletsBen Spaulding2015-07-131-13/+4
| | | | These were broken back in commit 64e11a6.
* Fixed #24984 -- Added link to Jinja2 static tag ↵Chris McCollister2015-07-131-0/+5
| | | | instructions in staticfiles docs.
* Fixed #25033 -- Added context_processors.auth to ↵Tim Graham2015-06-271-1/+2
| | | | documented admin dependencies.
* Refs #24840 -- Added GDALRaster Warp and transform methodsDaniel Wiesmann2015-06-241-2/+84
| | | | Thanks to Tim Graham for the review.
* Fixed #25001 -- Doc'd caveat about collectstatic and ↵Tim Graham2015-06-221-0/+6
| | | | | | removing INSTALLED_APPS. Thanks aRkadeFR for the initial patch.
* Fixed #24983 -- Clarified contrib.sites Site.domain is ↵Bipin Suresh2015-06-221-1/+2
| | | | fully qualified.
* Fixed #24985 -- Added note about possible invalid feed ↵Claude Paroz2015-06-211-1/+4
| | | | | | content Thanks Michael Wood for the report and Tim Graham for the review.
* Added GDAL 2.0 supportClaude Paroz2015-06-201-1/+1
|
* Fixed #23804 -- Added RasterField for PostGIS.Daniel Wiesmann2015-06-194-19/+96
| | | | Thanks to Tim Graham and Claude Paroz for the reviews and patches.
* Fixed #24834 -- Fixed get_current_site() when Host ↵Nick Pope2015-06-181-4/+17
| | | | | | | header contains port. When the Host header contains a port, looking up the Site record fails as the host will never match the domain.
* Fixed #24894 -- Added ↵Adam Chainz2015-06-152-0/+32
| | | | contrib.postgres.functions.TransactionNow
* Fixed import in docs/ref/contrib/syndication.txtargaen2015-06-091-1/+1
|
* Fixed #21927 -- Made application and instance namespaces ↵Marten Kenbeek2015-06-082-9/+15
| | | | | | | | more distinct. Made URL application namespaces be set in the included URLconf and instance namespaces in the call to include(). Deprecated other ways to set application and instance namespaces.
* Fixed #24474 -- Allowed configuring the admin's empty ↵Loek van Gent2015-06-051-1/+64
| | | | change list value.
* Fixed #24837 -- field__contained_by=RangeMarc Tamlyn2015-06-041-2/+22
| | | | | | | | Provide `contained_by` lookups for the equivalent single valued fields related to the range field types. This acts as the opposite direction to rangefield__contains. With thanks to schinckel for the idea and initial tests.
* Refs #24811 -- Fixed syntax error in CREATE EXTENSION ↵Tim Graham2015-05-311-1/+1
| | | | example query.
* Fixed #24604 -- Added JSONField to contrib.postgres.Marc Tamlyn2015-05-312-0/+120
|
* Add HasAnyKeys lookup for HStoreField.Marc Tamlyn2015-05-301-0/+17
|
* Optimise the rest of the PNGs in docsCurtis2015-05-296-0/+0
|
* Fixed #24811 -- Added details on installing PostgreSQL ↵Tim Graham2015-05-231-0/+18
| | | | extensions.
* Cosmetic edits and minor fixes to ↵I am Clinton2015-05-221-29/+33
| | | | docs/ref/contrib/admin/index.txt
* Fixed typo in docs/ref/contrib/admin/index.txtlatyas(懒)2015-05-201-1/+1
|
* Fixed #24774 -- Made contrib.site's Site.domain field uniquePiotr Jakimiak2015-05-161-0/+5
|
* Fixed #24553 -- Added the list of available applications ↵Riccardo Magliocchetti2015-05-111-0/+21
| | | | to AdminSite.each_context()
* Fixed typos in docs/ref/contrib/gis/geoquerysets.txtSławomir Ehlert2015-05-061-2/+2
|
* Fixed #24736 -- Documented the Sitemap.limit attributeAbhaya Agarwal2015-05-051-0/+9
|
* Updated capitalization in the word "JavaScript" for ↵Dave Hodder2015-05-011-2/+2
| | | | consistency
* Fixed #13008 -- Added more Cache-Control headers to ↵Markus Bertheau2015-04-281-1/+1
| | | | never_cache() decorator.
* Fixed #24499 -- Dropped support for PostGIS 1.5.Tim Graham2015-04-256-154/+5
|
* Documented INSTALLED_APPS requirement for HStoreField.Tim Graham2015-04-241-5/+9
|
* Documented GeoQuerySet replacement by functionsClaude Paroz2015-04-225-59/+631
|
* Fixed #24672 -- Clarified note about installing ↵Claude Paroz2015-04-211-3/+6
| | | | | | | postgis_topology Thanks Serhiy Zahoriya for the suggestion and Tim Graham for the review.
* Fixed #24668 -- Amended ModelAdmin.save_formset() ↵Tim Graham2015-04-201-0/+2
| | | | | | example for #10284. Thanks Carsten Fuchs.