summaryrefslogtreecommitdiff
path: root/docs/ref/contrib
AgeCommit message (Expand)Author
2015-10-03[1.8.x] Fixed #25398 -- Revised instances of os.path.join()Andrew Artajos
2015-09-29[1.8.x] Fixed #25485 -- Improved deprecation docs for contenttypes reorganiza...Tim Graham
2015-09-28[1.8.x] Fixed #24323 -- Documented @admin.register can't be used with super(X...Tim Graham
2015-09-16[1.8.x] Removed unnecessarily rude terminology.Stephen Paulger
2015-09-14[1.8.x] Fixed #25369 -- Corrected syndication's get_object() example.Tim Graham
2015-09-11[1.8.x] Fixed #25380 -- Added Postgres.app to the PostGIS options on OS X.Flavio Curella
2015-08-25[1.8.x] Updated PROJ.4 link to new GitHub wiki.David Sanders
2015-08-18[1.8.x] Used consistent capitalization and hyphenation of "class-based views"...Anton Strogonoff
2015-08-17[1.8.x] Limited line length in docs/ref/contrib/messages.txt example.Anton Strogonoff
2015-08-11[1.8.x] Fixed typo in docs/ref/contrib/gis/geoquerysets.txtTim Graham
2015-08-10[1.8.x] Fixed #25160 -- Moved unsaved model instance data loss check to Model...Tim Graham
2015-08-08[1.8.x] Updated Wikipedia links to use httpsClaude Paroz
2015-08-04[1.8.x] Fixed #25224 -- Fixed typo in docs/ref/contrib/flatpages.txtTim Graham
2015-08-01[1.8.x] Fixed #24690 -- Added a warning about mutable defaults for ArrayField.Tim Graham
2015-07-27[1.8.x] Fixed #25159 -- Removed brackets from class/function/method signature...Tim Graham
2015-07-20[1.8.x] Fixed signature of ModelAdmin.get_paginator() in docs.Ali Vakilzade
2015-07-13[1.8.x] Fixed #24984 -- Added link to Jinja2 static tag instructions in stati...Chris McCollister
2015-06-27[1.8.x] Fixed #25033 -- Added context_processors.auth to documented admin dep...Tim Graham
2015-06-22[1.8.x] Fixed #25001 -- Doc'd caveat about collectstatic and removing INSTALL...Tim Graham
2015-06-22[1.8.x] Fixed #24983 -- Clarified contrib.sites Site.domain is fully qualified.Bipin Suresh
2015-06-09[1.8.x] Fixed import in docs/ref/contrib/syndication.txtargaen
2015-05-31[1.8.x] Refs #24811 -- Fixed syntax error in CREATE EXTENSION example query.Tim Graham
2015-05-23[1.8.x] Fixed #24811 -- Added details on installing PostgreSQL extensions.Tim Graham
2015-05-21[1.8.x] Cosmetic edits and minor fixes to docs/ref/contrib/admin/index.txtI am Clinton
2015-05-20[1.8.x] Fixed typo in docs/ref/contrib/admin/index.txtlatyas(懒)
2015-05-06[1.8.x] Fixed typos in docs/ref/contrib/gis/geoquerysets.txtSławomir Ehlert
2015-05-05[1.8.x] Fixed #24736 -- Documented the Sitemap.limit attributeAbhaya Agarwal
2015-05-01[1.8.x] Updated capitalization in the word "JavaScript" for consistencyDave Hodder
2015-04-24[1.8.x] Documented INSTALLED_APPS requirement for HStoreField.Tim Graham
2015-04-21[1.8.x] Fixed #24672 -- Clarified note about installing postgis_topologyClaude Paroz
2015-04-20[1.8.x] Fixed #24668 -- Amended ModelAdmin.save_formset() example for #10284.Tim Graham
2015-04-16[1.8.x] Fixed #24645 -- Documented use of HStoreExtension.Tim Graham
2015-04-09[1.8.x] Fixed typo in docs/ref/contrib/admin/index.txtandredelorme
2015-03-18[1.8.x] Fixed #24495 -- Allowed unsaved model instance assignment check to be...Karl Hobley
2015-03-17[1.8.x] Updated links to latest version of PostGIS docs.Tim Graham
2015-03-17[1.8.x] Updated location of gis_tests in docs.Tim Graham
2015-03-14[1.8.x] Fixed doc typos.Floris den Hengst
2015-03-13[1.8.x] Documented gdal DataSource encoding parameterClaude Paroz
2015-03-12[1.8.x] Fixed #24364 -- Doc'ed that ManifestStaticFileStorage shouldn't be us...Aksel Ethem
2015-03-10[1.8.x] Fixed download instructions for cities shapefileClaude Paroz
2015-03-10[1.8.x] Updated GIS docs wrt GIS test pathsClaude Paroz
2015-02-22[1.8.x] Fixed #24358 -- Corrected code-block directives for console sessions.Sean Wang
2015-02-17[1.8.x] Fixed #24335 -- Bumped required psycopg2 version to 2.4.5 (2.5 for co...Tim Graham
2015-02-14[1.8.x] Fixed #24144 -- Documented that GEOSGeometry.envelope can return a pointClaude Paroz
2015-02-13[1.8.x] Added each_context() and a template tip to custom admin view docs.Joe Simpson
2015-02-05[1.8.x] Improved nested ArrayField exampleTom Christie
2015-01-23[1.8.x] Fixed #24170 -- Implemented decompress for BaseRangeField widgetsNg Zhi An
2015-01-20[1.8.x] Fixed #24186 -- Fixed a typo in the admin docs.Simon Charette
2015-01-18[1.8.x] Clarified a contrib.sites deprecation and added to 1.7 release notes.Tim Graham
2015-01-18[1.8.x] Clarified contrib.contenttypes.generic deprecation; refs #19774.Tim Graham