summaryrefslogtreecommitdiff
path: root/docs/ref/contrib
AgeCommit message (Expand)Author
2016-02-01[1.9.x] Fixed #26124 -- Added missing code formatting to docs headers.Tim Graham
2016-02-01[1.9.x] Fixed #23868 -- Added support for non-unique django-admin-options in ...Tim Graham
2016-01-30[1.9.x] Fixed #26156 -- Added createsuperuser instructions to admin docs.Yoong Kang Lim
2016-01-29[1.9.x] Fixed #26137 -- Confirmed support for SpatiaLite 4.2/4.3 and added in...Tim Graham
2016-01-22[1.9.x] Fixed #26020 -- Normalized header stylings in docs.Elif T. Kus
2016-01-08[1.9.x] Refs #25995 -- Documented that JSONField doesn't handle sophisticated...Tim Graham
2015-12-23[1.9.x] Documented that GDAL is required to initialize GEOSGeometry from JSON.Sergey Fedoseev
2015-12-23[1.9.x] Refs #25141 -- Removed note that says that GEOSGeometry.json requires...Sergey Fedoseev
2015-12-19[1.9.x] Fixed #25949 -- Documented Psycopg2 version requirement for JSONField.Tim Graham
2015-12-18[1.9.x] Fixed a typo in docs/ref/contrib/gis/geos.txt.Sergey Fedoseev
2015-12-17[1.9.x] Refs #13110 -- Fixed typo in Feed class reference.Garrison Benson
2015-12-10[1.9.x] Fixed incorrect examples in ArrayField docs.Dotan Agmon
2015-12-04[1.9.x] Fixed #25740 -- Documented GEOSGeometry operators.Sergey Fedoseev
2015-12-03[1.9.x] Fixed many spelling mistakes in code, comments, and docs.Josh Soref
2015-12-01[1.9.x] Fixed #25778 -- Updated docs links to use https when available.Jon Dufresne
2015-11-25[1.9.x] Fixed #25649 -- Documented that all GEOSGeometry constructors take sr...Sergey Fedoseev
2015-11-23[1.9.x] Refs #25739 -- Lessened the prominence of geos.fromstr() in the docs.Sergey Fedoseev
2015-11-18[1.9.x] Fixed #25549 -- Documented auth_user_password_change URL.Tim Graham
2015-11-17[1.9.x] Fixed #25710 -- Clarified the docs about what INTERNAL_IPS does.Alex Morozov
2015-11-16[1.9.x] Fixed #25755 -- Unified spelling of "website".Agnieszka Lasyk
2015-11-14[1.9.x] Fixed #25531 -- Documented that admin_order_field supports lookups.René Fleschenberg
2015-11-11[1.9.x] Fixed #25728 -- Fixed description of GEOSGeometry.contains().Sergey Fedoseev
2015-11-05[1.9.x] Fixed #25660 -- Documented GEOSGeometry.dimsSergey Fedoseev
2015-11-05[1.9.x] Fixed #24244 -- Documented contrib.admin.models.LogEntryAlex Morozov
2015-11-03[1.9.x] Updated admindocs instructions for the deprecation of patterns().Tim Graham
2015-10-31[1.9.x] Refs #25632 -- Corrected database support docs for GeoDjango DB funct...Sergey Fedoseev
2015-10-31[1.9.x] Refs #25636 -- Updated instructions for libspatialite source installa...Sergey Fedoseev
2015-10-30[1.9.x] Fixed #24019 -- Fixed inaccurate docs about GenericRelation not suppo...Tim Graham
2015-10-30[1.9.x] Fixed #25641 -- Removed section about adding Google projection to spa...Sergey Fedoseev
2015-10-29[1.9.x] Fixed #25631 -- Fixed support detection for some DB functions in Spat...Sergey Fedoseev
2015-10-29[1.9.x] Fixed #25632 -- Documented missing version requirements for GeoDjango...Sergey Fedoseev
2015-10-29[1.9.x] Fixed required SpatiaLite version in docs.Sergey Fedoseev
2015-10-28[1.9.x] Fixed #21516 -- Updated imports paths for some formset functions/clas...Bryan Marty
2015-10-24[1.9.x] Optimized docs images and documented the process.Curtis Maloney
2015-10-24[1.9.x] Fixed #25603 -- Made clear that geometry's SRID is meant in docs for ...Sergey Fedoseev
2015-10-13[1.9.x] Fixed quotes in GeoQuerySet aggregates examples.Sergey Fedoseev
2015-10-12[1.9.x] Added precision about GeoJSON field outputsClaude Paroz
2015-10-11[1.9.x] Fixed #25498 -- Documented ST_Distance/ST_Distance_Sphere differenceClaude Paroz
2015-10-03[1.9.x] Fixed #25398 -- Revised instances of os.path.join()Andrew Artajos
2015-09-29[1.9.x] Made cosmetic cleanups to docs/ref/contrib/contenttypes.txtTim Graham
2015-09-28[1.9.x] Fixed #24323 -- Documented @admin.register can't be used with super(X...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