summaryrefslogtreecommitdiff
path: root/docs/ref/contrib
AgeCommit message (Collapse)Author
2016-07-25[1.10.x] Fixed #26946 -- Clarified instructions for customizing ↵Tim Graham
collectstatic's ignore_patterns. Backport of ec4a6b33a9af7f7c266c92b4ffb9b0a49ee5b1eb from master
2016-07-14[1.10.x] Fixed typos in docs/ref/contrib/postgres/search.txtTom Carrick
Backport of 46e20104609bbf78500c2bde10f75f51585ddf11 from master
2016-07-07Fixed a typo in docs/ref/contrib/postgres/search.txt.Mathieu Richardoz
2016-06-30[1.10.x] Fixed #26002 -- Explained ModelAdmin.get_search_results() example.Tim Graham
Backport of c9d0a0f7f47c8496a9d8b0cfda94e2ef118d9ab3 from master
2016-06-15[1.10.x] Fixed broken links in docs and comments.Ville Skyttä
Backport of 96f97691ad5e1483263cea3bb4e4021b4c8dcc41 from master
2016-06-15[1.10.x] Removed nonexistent attribute in docs/ref/contrib/admin/index.txtTim Graham
Backport of abec15ad810d04b59ca745cacf91802c7147c8e6 from master
2016-06-03[1.10.x] Fixed #26021 -- Applied hanging indentation to docs.Ed Henderson
Backport of 4a4d7f980e2a66756e1e424f7648dcd28ff765b7 from master
2016-05-30[1.10.x] Fixed #26684 -- Removed incorrect index example in ↵Christophe Pettus
docs/ref/contrib/postgres/search.txt. Backport of 92107522ed3568740ec7c3597db50b5c3a6e84d3 from master
2016-05-28[1.10.x] Confirmed support for PostGIS 2.2.Tim Graham
Backport of cbea13f3447c3673a3cf25dab93f1dbc685ccd44 from master
2016-05-17Fixed #26601 -- Improved middleware per DEP 0005.Florian Apolloner
Thanks Tim Graham for polishing the patch, updating the tests, and writing documentation. Thanks Carl Meyer for shepherding the DEP.
2016-05-17Updated admin's jQuery to 2.2.3.Tim Graham
2016-05-16Fixed #21379 -- Created auth-specific username validatorsClaude Paroz
Thanks Tim Graham for the review.
2016-05-16Fixed malformed table in docs/ref/contrib/gis/install/geolibs.txtTim Graham
2016-05-16Fixed #26592 -- Confirmed support for GDAL 2.1Claude Paroz
Thanks Daniel Wiesmann for the report and the appropriate fixes.
2016-05-16Removed a redundant example in contenttypes docs.Tim Graham
2016-05-13Fixed #24938 -- Added PostgreSQL trigram support.Matthew Somerville
2016-05-12Prevented findstatic argument from appearing as multiple options.eltronix
2016-05-12Fixed typo in docs/ref/contrib/gis/layermapping.txtVictor Oliveira da Silva
2016-05-08Fixed #26483 -- Updated docs.python.org links to use Intersphinx.Tim Graham
2016-05-06Fixed #25588 -- Added spatial lookups to RasterField.Daniel Wiesmann
Thanks Tim Graham for the review.
2016-04-28Fixed typo in docs/ref/contrib/admin/index.txteltronix
2016-04-28Fixed #26554 -- Updated docs URLs to readthedocs.ioTim Graham
2016-04-27Fixed typo in docs/ref/contrib/admin/index.txteltronix
2016-04-22Fix typos in PGFTS docs.Marc Tamlyn
Thanks for Simon Willison for the spot.
2016-04-22Refs #3254 -- Added full text search to contrib.postgres.Marc Tamlyn
Adds a reasonably feature complete implementation of full text search using the built in PostgreSQL engine. It uses public APIs from Expression and Lookup. With thanks to Tim Graham, Simon Charettes, Josh Smeaton, Mikey Ariel and many others for their advice and review. Particular thanks also go to the supporters of the contrib.postgres kickstarter.
2016-04-22Fixed #20189 -- Allowed customizing staticfiles ignored_patterns listClaude Paroz
Thanks Tim Graham for the review.
2016-04-21Refs #26455 -- Documented isvalid/makevalid in compatibility table.Daniel Wiesmann
2016-04-20Fixed #16327 -- Redirected "Save as new" to change view instead of the ↵Markus Amalthea Magnuson
changelist.
2016-04-17Fixed #25951 -- Trimmed default representation of GEOSGeometryClaude Paroz
Thanks Sergey Fedoseev for the report.
2016-04-16Updated indentation in GEOS docsClaude Paroz
2016-04-16Fixed #26510 -- Allowed dim/trim/precision as WKTWriter init argumentsClaude Paroz
Thanks Tim Graham for the review.
2016-04-12Refs #17635 -- Tested the Cast function in a geography to geometry contextClaude Paroz
Thanks Tim Graham for the review.
2016-04-09Fixed #25847 -- Made User.is_(anonymous|authenticated) properties.Jeremy Lainé
2016-04-09Fixed #26455 -- Allowed filtering and repairing invalid geometries.Daniel Wiesmann
Added the IsValid and MakeValid database functions, and the isvalid lookup, all for PostGIS. Thanks Tim Graham for the review.
2016-04-07Fixed #26477 -- Fixed typo in docs/ref/contrib/contenttypes.txtMikkel Munch Mortensen
2016-04-04Fixed #26450 -- Corrected "Save as new" button label in docs.Markus Amalthea Magnuson
2016-04-03Fixed #26101 -- Allowed introspection of base_field.model in RangeFieldanna
Used the same test and fix as in #25867. This required initializing base_field in RangeField.__init__, not when setting the attribute.
2016-03-29Fixed #26417 -- Allowed setting GDALBand data with partial values.Daniel Wiesmann
2016-03-29Fixed #26415 -- Allowed deleting nodata value on GDALBands.Daniel Wiesmann
2016-03-28Fixed typo in docs/ref/contrib/postgres/aggregates.txt.Francisco Capdevila
2016-03-23Fixed #25232 -- Made ModelBackend/RemoteUserBackend reject inactive users.Alexander Gaevsky
2016-03-21Fixed grammatical typos in gis docs.Akshesh
2016-03-12Fixed #26345 -- Clarified which RangesFields always return a canonical form.Tim Graham
2016-03-09Wrapped some lines and added links to docs/ref/contrib/sitemaps.txt.Tim Graham
2016-02-24Fixed #26266 -- Output the primary key in the GeoJSON serializer propertiesClaude Paroz
Thanks Tim Graham for the review.
2016-02-19Fixed #25974 -- Switched GIS docs to 4 spaces indentation.Sergey Fedoseev
2016-02-19Fixed some code blocks indentation in GIS docs.Sergey Fedoseev
2016-02-18Added intended use in the admin's introduction.Tim Graham
2016-02-16Used relative models imports in the GIS tutorial.Juan José Conti
2016-02-09Fixed #26182 -- Removed an obsolete (refs #24917) paragraph in admindocs.userimack