summaryrefslogtreecommitdiff
path: root/docs/ref/contrib
AgeCommit message (Expand)Author
2014-12-28Deprecated TEMPLATE_DIRS.Aymeric Augustin
2014-12-28Deprecated TEMPLATE_LOADERS.Aymeric Augustin
2014-12-28Deprecated current_app in TemplateResponse and render(_to_response).Aymeric Augustin
2014-12-28Deprecated some arguments of django.shortcuts.render(_to_response).Aymeric Augustin
2014-12-28Moved context_processors from django.core to django.template.Aymeric Augustin
2014-12-26Documented AdminSite.has_permission(); refs #22295.Tim Graham
2014-12-23Fixed some docs spelling mistakes.Tim Graham
2014-12-23Added RasterSource/GDALBand GDAL objectsClaude Paroz
2014-12-22Upgrade jQuery from 1.11.1 to 1.11.2Collin Anderson
2014-12-19Updated some other external links in the docsClaude Paroz
2014-12-19Used https for most *.python.org linksClaude Paroz
2014-12-15Fixed #23884 -- Moved FlatPageSitemap into django.contrib.flatpages.Berker Peksag
2014-12-12Fixed template tag braces spacing.Kevin Marsh
2014-12-08Fixed typo in spatialite.txtClaude Paroz
2014-12-08Ran 'CREATE EXTENSION postgis' during prepare_database hookClaude Paroz
2014-12-08Fixed #20968 -- Checked Spatialite metadata before migrationsClaude Paroz
2014-12-06Fixed documentation of GeoModelAdmin.openlayers_urlClaude Paroz
2014-12-04Added versionadded annotation for contrib.postgres.Tim Graham
2014-12-03Removed redundant numbered parameters from str.format().Berker Peksag
2014-11-29Removed instructions to create a PostgreSQL cluster in GIS docsClaude Paroz
2014-11-28Fixed #23423 -- Added unaccent lookup in django.contrib.postgresThomas Chaumeny
2014-11-26Fixed #23901 -- Documented how to use SpatiaLite with Homebrew.Kenial Lee
2014-11-26Updated GIS docs to use doc links.Tim Graham
2014-11-26Updated formtools docs to point at new package outside the Django repo.Jannis Leidel
2014-11-25Added warning about get_inline_instances() permission checking; refs #23754.Simon Charette
2014-11-22Updated an old note about GEOSGeometry.transformClaude Paroz
2014-11-21Corrected Permission.max_length in docs; refs #8162.Sergey Fedoseev
2014-11-17Fix malformed note directives.Carl Meyer
2014-11-16Merge pull request #3549 from psagers/masterJulien Phalip
2014-11-15Removed old version note in layermapping.txtClaude Paroz
2014-11-15Fixes a race condition in the documentation.Peter Sagerson
2014-11-15Added a new GeoJSON serialization format for GeoDjangoClaude Paroz
2014-11-13Removed doc reference to pre-1.5 PostGISClaude Paroz
2014-11-13Updated Fink doc section to be version-agnosticClaude Paroz
2014-11-04Fix minor typo in documentation.Marc Tamlyn
2014-11-04Added HStoreField.Marc Tamlyn
2014-11-03Fixed versionchanged indentation in docs/.Berker Peksag
2014-11-03Moved CSRF docs out of contrib.Thomas Chaumeny
2014-10-30Explained why admindocs omits model methods with arguments.Zan Anderle
2014-10-30Added missing imports to example from previous commit.Tim Graham
2014-10-30Fixed #23575 -- Added a code example for custom AdminSite.Berker Peksag
2014-10-29Added cross reference in admin docs to topic about saving objects in formsets.P.A. SCHEMBRI
2014-10-06Fixed #23607 -- Typo in docs/ref/contrib/staticfiles.txt.Tim Graham
2014-10-06Updated links in admin docs to use :ref:Kostochko Dmitriy
2014-10-02Fixed typo in docs/ref/contrib/sites.txtticalcster
2014-10-01Fixed #15089 -- Allowed contrib.sites to lookup the current site based on req...Tim Graham
2014-09-26Fixed #8408 -- Added ModelAdmin.show_full_result_count to avoid COUNT() query.Thomas Chaumeny
2014-09-22Removed sudo from pip commands in docs.Corey Farwell
2014-09-21Fixed #23527 -- Removed Cheetah references in docsOla Sitarska
2014-09-18Fixed #23488 -- Added AnonymousUser.get_username().Damien Baty