summaryrefslogtreecommitdiff
path: root/docs/ref/contrib
AgeCommit message (Expand)Author
2017-06-09[1.10.x] Fixed typo in docs/ref/contrib/postgres/fields.txt.Tim Graham
2017-03-17[1.10.x] Removed MySQL (unsupported) from Perimeter docs.Sergey Fedoseev
2017-02-11[1.10.x] Refs #27807 -- Removed docs for User.username_validator.Tim Graham
2017-01-30[1.10.x] Fixed incorrect namespace in sitemap example.Arkadiusz Adamski
2017-01-17[1.10.x] Removed obsolete GIS install instructions.Tim Graham
2017-01-02[1.10.x] Corrected unrendered versionadded annotation.Tim Graham
2016-12-30[1.10.x] Removed links to deprecated GeoIP.Tim Graham
2016-12-30[1.10.x] Fixed #27652 -- Doc'd that intcomma works with floats.Mads Jensen
2016-12-15[1.10.x] Doc'd how ModelAdmin.list_display uses short_description.Javier Rojas
2016-12-15[1.10.x] Corrected docs claiming AsGML is supported on Oracle.Tim Graham
2016-12-08[1.10.x] Fixed #27355 -- Added “Creating extension using migrations” docs.ntuckovic
2016-12-08[1.10.x] Fixed #27566 -- Clarified overriding ModelAdmin.save_model()/delete_...Doug Harris
2016-12-05[1.10.x] Fixed unrendered rows in GIS DB functions table in docs.Sergey Fedoseev
2016-11-25[1.10.x] Fixed #27509 -- Removed redundant gdal-bin dependency listing.Luke Murphy
2016-11-23[1.10.x] Normalized casing of "custom user model".Tim Graham
2016-11-15[1.10.x] Replaced "django" with "Django" in spelling_wordlist.akki
2016-10-25[1.10.x] Updated postgresql.org links to https and made them canonical.Marti Raudsepp
2016-10-17[1.10.x] Fixed ModelAdmin.get_max_num() example if obj is None.Riccardo Magliocchetti
2016-10-04[1.10.x] Fixed typos in docs/ref/contrib/admin/javascript.txt.aruseni
2016-10-04[1.10.x] Fixed typo in docs/ref/contrib/admin/javascript.txt.aruseni
2016-10-03[1.10.x] Fixed #27307 -- Added missing url names in sitemaps docs.Tim Graham
2016-10-01[1.10.x] Confirmed support for PostGIS 2.3.Tim Graham
2016-09-30[1.10.x] Updated links to the current version of PostGIS docs.Tim Graham
2016-09-30[1.10.x] Updated links to the current version of MySQL docs.Tim Graham
2016-09-28[1.10.x] Fixed typo in docs/ref/contrib/gis/install/postgis.txt.Christian Bundy
2016-09-27[1.10.x] Fixed #27076 -- Documented contrib.admin.sites.AdminSite.register().Austin Simmons
2016-09-27[1.10.x] Fixed #27053 -- Documented contrib.auth.get_user().Berker Peksag
2016-09-26[1.10.x] Fixed #27276 -- Doc'd how to reverse admin's login view.Jonatas CD
2016-09-02[1.10.x] Fixed #27099 -- Documented list filter's has_output() method.Jeff Willette
2016-09-01[1.10.x] Refs #27162 -- Complemented docs related to CreateExtensionClaude Paroz
2016-08-12[1.10.x] Removed some unnecessary repetition in PostgreSQL operations docs.Tim Graham
2016-08-10[1.10.x] Documented GeoHash's precision parameter.Sergey Fedoseev
2016-08-09[1.10.x] Unified SpatiaLite spellingClaude Paroz
2016-08-08[1.10.x] Fixed typos in db-api GIS docsClaude Paroz
2016-07-25[1.10.x] Fixed #26946 -- Clarified instructions for customizing collectstatic...Tim Graham
2016-07-14[1.10.x] Fixed typos in docs/ref/contrib/postgres/search.txtTom Carrick
2016-07-07Fixed a typo in docs/ref/contrib/postgres/search.txt.Mathieu Richardoz
2016-06-30[1.10.x] Fixed #26002 -- Explained ModelAdmin.get_search_results() example.Tim Graham
2016-06-15[1.10.x] Fixed broken links in docs and comments.Ville Skyttä
2016-06-15[1.10.x] Removed nonexistent attribute in docs/ref/contrib/admin/index.txtTim Graham
2016-06-03[1.10.x] Fixed #26021 -- Applied hanging indentation to docs.Ed Henderson
2016-05-30[1.10.x] Fixed #26684 -- Removed incorrect index example in docs/ref/contrib/...Christophe Pettus
2016-05-28[1.10.x] Confirmed support for PostGIS 2.2.Tim Graham
2016-05-17Fixed #26601 -- Improved middleware per DEP 0005.Florian Apolloner
2016-05-17Updated admin's jQuery to 2.2.3.Tim Graham
2016-05-16Fixed #21379 -- Created auth-specific username validatorsClaude Paroz
2016-05-16Fixed malformed table in docs/ref/contrib/gis/install/geolibs.txtTim Graham
2016-05-16Fixed #26592 -- Confirmed support for GDAL 2.1Claude Paroz
2016-05-16Removed a redundant example in contenttypes docs.Tim Graham
2016-05-13Fixed #24938 -- Added PostgreSQL trigram support.Matthew Somerville