summaryrefslogtreecommitdiff
path: root/docs/ref/contrib
AgeCommit message (Expand)Author
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
2014-09-06Fixed #23340 -- Corrected naturaltime docs to match behavior.Collin Anderson
2014-09-04Fixed imports in `Sitemap for static views` exampleJohn-Scott Atlakson
2014-08-28Fixed #23374 -- Renamed StaticLiveServerCase to StaticLiveServerTestCaseClaude Paroz
2014-08-27Fixed #13749 -- Added link from admin site to front-end site.areski
2014-08-26Fixed #21567 -- Documented how to deploy multiple sites using the sites frame...Tim Graham
2014-08-26Fixed #17707, #20734 -- Added examples to URL namespacing docs.Tim Graham
2014-08-24Fixed #23355 -- Updated admin jQuery to 1.11.1.Tim Graham
2014-08-23Updated docs about Spatialite collect/extent supportClaude Paroz
2014-08-23Replaced no_spatialite by connection featuresClaude Paroz
2014-08-22Fixed #23324 -- Mentioned Site.id in contrib.sites docs.Tim Graham
2014-08-19Removed unnecessary code-block directives.areski
2014-08-18Fixed #23303 -- Added BEGIN and COMMIT statements to the output of sqlmigrate.Baptiste Mispelon
2014-08-13Corrected content_type parameter name in sitemap docs.Tim Graham
2014-08-13Refs #23276 -- Added missing url() in some places.Collin Anderson
2014-08-12Fixed #23276 -- Deprecated passing views as strings to url().Tim Graham
2014-08-12Fixed indentation typo in docs/ref/contrib/sitemaps.txt.Tim Graham
2014-08-05Fixed broken links in docs.Tim Graham
2014-08-04Fixed #16311 -- Added a RelatedOnlyFieldListFilter class in admin.filters.Stanislas Guerra
2014-08-02Fixed #23144 -- Dropped support for MySQL 5.0, 5.1.Tim Graham
2014-08-02Updated MySQL links to version 5.6.Tim Graham
2014-08-01Fixed #23145 -- Dropped support for Oracle < 11.1Tim Graham
2014-08-01Fixed #7220 -- Allowed AbstractBaseUser.last_login to be null.Tim Graham
2014-08-01Removed some PostGIS 1.4 notes in the docs (refs #23108).Tim Graham
2014-08-01Fixed #23108 -- Dropped support for PostgreSQL 8.4 & PostGIS 1.3, 1.4.Tim Graham
2014-07-31Fixed #13163 -- Added ability to show change links on inline objects in admin.Nick Sandford
2014-07-30Fixed #23067 -- Updated docs to use django-adminChristoph Heer
2014-07-29Fixed a typo in the admin documentation.David Arcos
2014-07-29Fixed #23120 -- Updated GeoDjango tutorial for migrations workflow.Tim Graham
2014-07-29Fixed #23123 -- Don't use a bare except in ModelAdmin documentationBaptiste Mispelon
2014-07-25Improved docs for GEOSGeometry.simplify()Tom Dyson
2014-07-22Fixed typo in docs/ref/contrib/admin/index.txt.africa itcase
2014-07-21Replaced instances of 'his/her' with 'their'.Iain Dawson
2014-07-21Fixed #23064 -- Added lib detection support for GDAL 1.10/1.11Claude Paroz
2014-07-14Fixed #22789 -- Deprecated django.contrib.webdesign.Tim Graham
2014-07-10Fixed typo in docs/ref/contrib/gis/geos.txt.Tim Graham
2014-06-30Fixed #22482 -- Recommended using data migrations in contrib.sites docs.Tim Graham
2014-06-30Fixed docs/ref/contrib/auth.txt so that sphinx links work properly.Tim Graham
2014-06-24Restored is_anonymous() check in ModelBackend permission checking removed in ...Tim Graham
2014-06-23Fixed #17903 -- Modified ModelBackend to eliminate permissions on inactive us...Jorge C. Leitão
2014-06-20Fixed #22782 -- Added i18n attr to Sitemap classLuan Pablo
2014-06-18Removed a CSRF example for jQuery < 1.5.Tim Graham
2014-06-18Fixed #22859 -- Improved crossDomain technique in CSRF example.Tim Graham
2014-06-14Complemented dwithin docs about using geographic geometriesClaude Paroz