Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/docs/ref/contrib
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed #24645 -- Documented use of HStoreExtension.Tim Graham2015-04-161-0/+6
|
* Update to indicate GDAL 1.11 is supported.Justin Bronn2015-04-131-5/+5
|
* Update PROJ.4 source instructions to use 4.9.1.Justin Bronn2015-04-131-7/+7
|
* Update link to use GEOS 3.4.2 in source installation docs.Justin Bronn2015-04-131-4/+4
|
* Fixed typo in docs/ref/contrib/admin/index.txtandredelorme2015-04-091-1/+1
|
* Revert "Fixed #24474 -- Allowed configuring the admin's ↵Tim Graham2015-04-091-64/+1
| | | | | | | | empty change list value." This reverts commit 72f769f494822981db6df9524b92a2d86f8e69fe. There are several test failures that need to be fixed.
* Fixed #24474 -- Allowed configuring the admin's empty ↵Loek van Gent2015-04-091-1/+64
| | | | change list value.
* Fixed #24301 -- Added PostgreSQL-specific aggregate ↵Andriy Sokolovskiy2015-03-302-0/+213
| | | | functions
* Fixed #24550 -- Added migration operation description to ↵Markus Holtermann2015-03-301-0/+3
| | | | | | sqlmigrate output Thanks Tim Graham for the review.
* Dropped support for PostgreSQL 9.0.Tim Graham2015-03-271-1/+1
|
* Fixed #23814 -- Documented apps refactored out of Django.Fabio Natali2015-03-252-44/+0
|
* Fixed #24417 -- Added ModelAdmin.get_list_select_related()Loek van Gent2015-03-191-1/+11
|
* Fixed #24495 -- Allowed unsaved model instance ↵Karl Hobley2015-03-191-0/+7
| | | | assignment check to be bypassed.
* Updated links to latest version of PostGIS docs.Tim Graham2015-03-175-19/+17
|
* Updated location of gis_tests in docs.Tim Graham2015-03-171-2/+2
|
* Made SRID a required parameter for GDALRaster ↵Daniel Wiesmann2015-03-171-23/+24
| | | | | | | instantiation; refs #23804. Earlier versions of GDAL do not allow the srid to be set to 0, so it should be a required parameter to ensure compatibility.
* Added write support for GDALRasterDaniel Wiesmann2015-03-161-14/+183
| | | | | | | | | | | - Instantiation of GDALRaster instances from dict or json data. - Retrieve and write pixel values in GDALBand objects. - Support for the GDALFlushCache in gdal C prototypes - Added private flush method to GDALRaster to make sure all data is written to files when file-based rasters are changed. - Replaced ``ptr`` with ``_ptr`` for internal ptr variable Refs #23804. Thanks Claude Paroz and Tim Graham for the reviews.
* Fixed #24253 -- Documented staff_member_required decorator.Andrei Kulakov2015-03-131-0/+26
|
* Documented gdal DataSource encoding parameterClaude Paroz2015-03-131-3/+8
| | | | Thanks Max Demars for the suggestion and Tim Graham for the review.
* Fixed #24364 -- Doc'ed that ManifestStaticFileStorage ↵Aksel Ethem2015-03-121-0/+6
| | | | shouldn't be used during testing.
* Fixed download instructions for cities shapefileClaude Paroz2015-03-101-3/+3
| | | | Thanks Daniel Wiesmann for spotting the issue.
* Updated GIS docs wrt GIS test pathsClaude Paroz2015-03-103-11/+7
|
* Fixed typos and updated spelling wordlist.Floris den Hengst2015-03-072-2/+2
|
* Fixed #24358 -- Corrected code-block directives for ↵Sean Wang2015-02-222-18/+18
| | | | console sessions.
* Fixed #24335 -- Bumped required psycopg2 version to ↵Tim Graham2015-02-171-0/+5
| | | | 2.4.5 (2.5 for contrib.postgres).
* Fixed #24144 -- Documented that GEOSGeometry.envelope ↵Claude Paroz2015-02-141-1/+2
| | | | | | can return a point Thanks Manel Clos for the report.
* Added missing parameter to each_context() in doc example.Tim Graham2015-02-131-1/+1
|
* Added each_context() and a template tip to custom admin ↵Joe Simpson2015-02-131-2/+17
| | | | view docs.
* Improved nested ArrayField exampleTom Christie2015-02-051-3/+5
|
* Documented that m2m_changed isn't triggered when M2M is ↵Loic Bistuer2015-02-051-0/+5
| | | | | | displayed as admin inline. Refs #6707.
* Fixed #24149 -- Normalized tuple settings to lists.darkryder2015-02-031-2/+2
|
* Removed versionadded/changed notes for 1.7.Tim Graham2015-02-0210-131/+8
|
* Fixed typo in docs/ref/contrib/postgres/forms.txt.Tim Graham2015-01-231-1/+1
|
* Fixed #24170 -- Implemented decompress for ↵Ng Zhi An2015-01-221-1/+25
| | | | BaseRangeField widgets
* Fixed #24186 -- Fixed a typo in the admin docs.Simon Charette2015-01-201-1/+1
| | | | Thanks to Keryn Knight for the report.
* Removed ↵Tim Graham2015-01-181-10/+0
| | | | | | contrib.sites.models.RequestSite/get_current_site() aliases. Per deprecation timeline; refs #21680.
* Clarified a contrib.sites deprecation and added to 1.7 ↵Tim Graham2015-01-181-3/+5
| | | | release notes.
* Removed contrib.contenttypes.generic per deprecation ↵Tim Graham2015-01-181-25/+0
| | | | timeline; refs #19774.
* Removed usage of deprecated dumpdata options in docs.Tim Graham2015-01-181-1/+2
|
* Removed ModelAdmin.get_formsets() per deprecation ↵Tim Graham2015-01-181-20/+0
| | | | timeline; refs #20702.
* Removed contrib.flatpages.FlatPageSitemap per ↵Tim Graham2015-01-171-15/+1
| | | | deprecation timeline; refs #23884.
* Fixed #24055 -- Keep reference to view class for resolve()Collin Anderson2015-01-171-0/+5
|
* Removed FastCGI support per deprecation timeline; refs ↵Tim Graham2015-01-171-2/+1
| | | | #20766.
* Fixed #24099 -- Removed contenttype.name deprecated fieldClaude Paroz2015-01-161-5/+9
| | | | | | This finsishes the work started on #16803. Thanks Simon Charette, Tim Graham and Collin Anderson for the reviews.
* Fixed #24152 -- Deprecated GeoQuerySet aggregate methodsClaude Paroz2015-01-162-54/+97
| | | | Thanks Josh Smeaton and Tim Graham for the reviews.
* Fixed #24143 -- Encouraged use of Http404 messages for ↵Keryn Knight2015-01-161-1/+1
| | | | debugging.
* Fixed bad model example in admin docs.Collin Anderson2015-01-131-1/+1
|
* Fixed spelling errors in docs.Tim Graham2015-01-111-1/+1
|
* Moved doc on the DTL's syntax to the ref/ section.Aymeric Augustin2015-01-101-1/+1
| | | | | | | This makes room for a more general introduction about templating. Updated some links to point to the new location, but kept those that didn't talk specifically about the DTL.
* Fixed #13165 -- Added edit and delete links to admin ↵Simon Charette2015-01-101-1/+8
| | | | | | | foreign key widgets. Thanks to Collin Anderson for the review and suggestions and Tim for the final review.