summaryrefslogtreecommitdiff
path: root/docs/ref/contrib
AgeCommit message (Expand)Author
2014-04-26Updated doc links to point to Python 3 documentationClaude Paroz
2014-04-23Various documentation typo/spelling fixesMarti Raudsepp
2014-04-20Changed paths in docs that referred to Python 2.Aymeric Augustin
2014-04-18Moved RemoteUserBackend documentation to reference guide.Tim Graham
2014-04-17Confirmed support for PostGIS 2.1 and GDAL 1.10Claude Paroz
2014-04-16Fixed #22378 -- Updated \d to [0-9]+ in urlpatterns of docs and tests.chriscauley
2014-04-10Fixed #21353 -- Noted that description is ignored for TabularInlines.Tim Graham
2014-04-08Fixed some spelling issues in docs.Tim Graham
2014-04-07Added missing request parameter to get_current_site().Yin Jifeng
2014-04-04Merge pull request #2514 from vlal/ticket_22380Claude Paroz
2014-04-04Fixed #22380 -- Missing SECRET_KEY variable in sample settings file for testingVishal Lal
2014-04-03Fixed #22372 -- Improved description of WizardView.get_context_data().Vishal Lal
2014-04-03Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham
2014-03-29Dropped support for GDAL 1.6Claude Paroz
2014-03-29Dropped support for GEOS 3.1Claude Paroz
2014-03-29Added note in geo library docsClaude Paroz
2014-03-29Confirmed Spatialite 4 supportClaude Paroz
2014-03-29Confirmed GEOS 3.4 supportClaude Paroz
2014-03-24Removed versionadded/changed annotations for 1.6.Tim Graham
2014-03-22Fixed #22299 -- Cleanup wizard temp files when possible.Simon Charette
2014-03-22Fixed #22313 -- Removed 'u' prefixes from documentationClaude Paroz
2014-03-22Removed GeoRSSSitemapClaude Paroz
2014-03-21Fixed typos in docs (django.contrib.site)Thomas Schreiber
2014-03-21Removed contrib.comments per deprecation timeline.Tim Graham
2014-03-19Replaced reference to ModelAdmin.get_formsets() (deprecated) with get_formset...Daniel Hahler
2014-03-06Fixed #22185 -- Added settings.CSRF_COOKIE_AGERoger Hu
2014-03-05Fixed #22207 -- Added support for GenericRelation reverse lookupsGabe Jackson
2014-03-03Fixed #21908 -- Added example usage for ModelAdmin.get_inline_instances().Tim Graham
2014-03-03Fixed some typos and formatting issues in docs.Rodolfo Carvalho
2014-03-03Fixed #22135 -- Added ModelAdmin.get_changeform_initial_data().Greg Chapple
2014-03-02Fixed some typos in the documentation.Baptiste Mispelon
2014-02-28Fixed spelling mistakes in docs.Tim Graham
2014-02-28Fixed #21948 -- Noted TEMPLATE_LOADERS requirement when overriding admin temp...Alex de Landgraaf
2014-02-28Fixed doc typos.Tim Graham
2014-02-25Fixed docs typos.Szczepan Cieślik
2014-02-25Fixed #22142 -- Documented PostGIS 2 database creation during testsIacopo Spalletti
2014-02-22Fixed #21902 -- Documented search order for list_display.Marcin Sokół
2014-02-15Fixed #22052 -- Corrected a misspelling of ellipsoidMichal Prusek
2014-02-15Fixed #22049 -- Corrected a misspelling of dimensionaldjendrju
2014-02-14Fixed #21924 -- Added the ability to specify a reverse order for admin_order_...Klemens Mantzos
2014-02-13Fixed #21951 -- Updated docs to use __str__ for Python 3Alasdair Nicol
2014-02-10Fixed #21994 -- Added form_dict argument to calls of WizardView.done()Julian Wachholz
2014-02-09Minor edits to new findstatic functionality; refs #19879.Tim Graham
2014-02-09Fixed #19879 -- Have 'findstatic' says on which directories it searched the r...Vajrasky Kok
2014-02-06Fixed #17005 -- Added CurrentSiteMiddleware to set the current site on each r...Christopher Medrela
2014-02-02Fixed typo.Aymeric Augustin
2014-01-29Fix typo CRSF -> CSRFIan Foote
2014-01-26Fixed #19774 -- Deprecated the contenttypes.generic module.Simon Charette
2014-01-26Moved RequestSite and get_current_site.Aymeric Augustin
2014-01-25Fixed #21829 -- Added default AppConfigs.Aymeric Augustin