summaryrefslogtreecommitdiff
path: root/docs/ref/contrib
AgeCommit message (Expand)Author
2015-11-01Fixed #25655 -- Dropped support for GEOS < 3.3Sergey Fedoseev
2015-10-31Refs #25632 -- Corrected database support docs for GeoDjango DB functions.Sergey Fedoseev
2015-10-31Refs #25636 -- Updated instructions for libspatialite source installationSergey Fedoseev
2015-10-31Fixed #25636 -- Dropped support for SpatiaLite < 3.0Sergey Fedoseev
2015-10-30Fixed #24019 -- Fixed inaccurate docs about GenericRelation not supporting ag...Tim Graham
2015-10-30Fixed #25641 -- Removed section about adding Google projection to spatial_ref...Sergey Fedoseev
2015-10-29Fixed #20846 -- Increased User.username max_length to 254 characters.Tim Graham
2015-10-29Fixed #25632 -- Documented missing version requirements for GeoDjango DB func...Sergey Fedoseev
2015-10-29Fixed required SpatiaLite version in docs.Sergey Fedoseev
2015-10-28Fixed #21516 -- Updated imports paths for some formset functions/classes.Bryan Marty
2015-10-28Added versionadded directive for GDALRaster.sridClaude Paroz
2015-10-28Refs #25588 -- Added the srid property to GDALRasterDaniel Wiesmann
2015-10-27Fixed #25550 -- Deprecated direct assignment to the reverse side of a related...Tim Graham
2015-10-26Fixed typo in docs/ref/contrib/admin/index.txtTim Graham
2015-10-24Optimized docs images and documented the process.Curtis Maloney
2015-10-24Fixed #25583 -- Allowed calling `transform` with `CoordTransform` even if SRI...Sergey Fedoseev
2015-10-24Fixed #25603 -- Made clear that geometry's SRID is meant in docs for GEOSGeom...Sergey Fedoseev
2015-10-22Fixed #25519 -- Made the admin "View site" link point to sites running on a s...Dheerendra Rathor
2015-10-13Fixed quotes in GeoQuerySet aggregates examples.Sergey Fedoseev
2015-10-12Added precision about GeoJSON field outputsClaude Paroz
2015-10-11Fixed #25498 -- Documented ST_Distance/ST_Distance_Sphere differenceClaude Paroz
2015-10-09Fixed #25499 -- Added the ability to pass an expression in distance lookupsClaude Paroz
2015-10-06Fixed #25508 -- Modified QuerySet.__repr__() to disambiguate it from a list.Tim Graham
2015-10-03Upgraded OpenLayers version from 2.13 to 2.13.1Claude Paroz
2015-10-03Fixed #25398 -- Revised instances of os.path.join()Andrew Artajos
2015-09-29Made cosmetic cleanups to docs/ref/contrib/contenttypes.txtTim Graham
2015-09-28Fixed #24323 -- Documented @admin.register can't be used with super(XXXAdmin ...Tim Graham
2015-09-23Removed versionadded/changed annotations for 1.8.Tim Graham
2015-09-23Refs #24099 -- Removed compatibility shim for ContentType.name field.Tim Graham
2015-09-23Refs #24152 -- Removed deprecated GeoQuerySet aggregate methods.Tim Graham
2015-09-23Refs #22789 -- Removed contrib.webdesign per deprecation timeline.Tim Graham
2015-09-21Fixed #15760 -- Added JavaScript events for admin inline forms.ramez
2015-09-18Fixed #13110 -- Added support for multiple enclosures in Atom feeds.Unai Zalakain
2015-09-18Dropped support for Oracle 11.1.Tim Graham
2015-09-17Removed obsolete pysqlite documentation.Tim Graham
2015-09-16Remove unnecessarily rude terminology.Stephen Paulger
2015-09-14Fixed #25369 -- Corrected syndication's get_object() example.Tim Graham
2015-09-11Renamed admin doc image files to match the documentation they are for.Ryan Allen
2015-09-11Fixed #25200 -- Updated admin screenshots in docs.Ryan Allen
2015-09-11Fixed #25380 -- Added Postgres.app to the PostGIS options on OS X.Flavio Curella
2015-09-10Fixed #25379 -- Removed obsolete information from GeoDjango tutorial.Flavio Curella
2015-09-08Fixed #25135 -- Deprecated the contrib.admin allow_tags attribute.Ola Sitarska
2015-09-08Fixed #25350 -- Added alias --no-input for --noinput to management commands.Raphael Michel
2015-09-07Fixed #24917 -- Made admindocs display model methods that take arguments.Zan Anderle
2015-08-31Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant
2015-08-31Fixed #25289 -- Updated admin's jQuery to 2.1.4.Tim Graham
2015-08-29Fixed #25262 -- Removed the enable_comments field from FlatPageAdmin.Y3K
2015-08-25Updated PROJ.4 link to new GitHub wiki.David Sanders
2015-08-18Used consistent capitalization and hyphenation of "class-based views" in docs.Anton Strogonoff
2015-08-17Limited line length in docs/ref/contrib/messages.txt example.Anton Strogonoff