summaryrefslogtreecommitdiff
path: root/docs/ref/contrib
AgeCommit message (Expand)Author
2011-03-17Fixed #14133 -- Updated Windows installation instructions for GeoDjango, now ...Justin Bronn
2011-03-16Use Sphinx `:download:` directives for spatial database template creation scr...Justin Bronn
2011-03-16Fixed #15618 -- CookieStorage storage in messages framework now honors SESSIO...Adrian Holovaty
2011-03-10Fixed #15592 -- corrected an missing backtick in the syndication docs. Thanks...Gabriel Hurley
2011-03-03Fixed #15504 -- Cleaned up contrib.syndication and contrib.utils.feedgenerato...Gabriel Hurley
2011-02-28Fixed #15365 -- Added a warning to the `contrib.markup` docs reminding users ...Gabriel Hurley
2011-02-23Fixed #15375 -- clarified apparent contradiction in Form Wizard documentation...Simon Meers
2011-02-22Removed example CSRF jQuery code from release notes, replacing with link to i...Luke Plant
2011-02-21Fixed #11058 - list_display_links doesn't allow callables not defined in the ...Luke Plant
2011-02-18Fixed #15335 -- Improved Sphinx crossref targets and metadata for the sites a...Gabriel Hurley
2011-02-16Fixed #15233 -- reST/Sphinx markup corrections in numerous areas, mostly cent...Gabriel Hurley
2011-02-16Fixed #14820 -- Added more information to the generic relation docs regarding...Gabriel Hurley
2011-02-16Fixed #15309 -- reST/Sphinx cleanup on the ContentTypes Framework docs.Gabriel Hurley
2011-02-14Fixed "the the" typos.Timo Graham
2011-02-14Fixed a couple of documentation typos.Ramiro Morales
2011-02-14Fixes #15270 -- Moved back the serve view to django.views.static due to depen...Jannis Leidel
2011-02-13Updated GeoDjango installation docs and spatial database template script for ...Justin Bronn
2011-02-12Fixed #15284 - improved example jQuery code for adding X-CSRF-TokenLuke Plant
2011-02-09Fixed a security issue in the CSRF component. Disclosure and new release for...Alex Gaynor
2011-02-02Fixed #15208 - Document ModelAdmin.formfield_for_choice_field; thanks julien.Timo Graham
2011-02-01Fixed some documentation and default-settings.py comments that were misleadin...Carl Meyer
2011-01-31Some tweaks to the staticfiles docs to clarify things for new users. Thanks J...Carl Meyer
2011-01-30Reworded parts of the staticfiles documentation after receiving various user ...Jannis Leidel
2011-01-29Fixed example use of deprecated function in GeoDjango tutorial.Justin Bronn
2011-01-29Fixed #14993 - Improved docs for ModelAdmin.filter_horizontal adding that it'...Timo Graham
2011-01-22Fixed #15147 - Typo in "Managing static files"; thanks ori for the report.Timo Graham
2011-01-16Fixed #15030 - ModelAdmin media docs don't mention STATIC_URL. Thanks jezdez ...Timo Graham
2011-01-15Stopped staticfiles app from requiring a models module when looking for stati...Jannis Leidel
2011-01-13Fixed #14176 -- Added forwards compatibility to the legacy syndication feed v...Russell Keith-Magee
2011-01-08Fixed #15003 - assorted edits to admin docs; thanks adamv.Timo Graham
2010-12-31Fixed #13307 -- Enhanced the generic inlines documentation by mentioning the ...Ramiro Morales
2010-12-29Fixed #12469 - Add a few clarifications to the ModelAdmin.get_urls() docs. Th...Timo Graham
2010-12-28Fixed #13837 - Add geodjango packages for Ubuntu 10.04; thanks muanis and zer...Timo Graham
2010-12-27Fixed #12642 - Add docs for has_[add|change|delete]_permission ModelAdmin met...Timo Graham
2010-12-26Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1Timo Graham
2010-12-25Fixed #14956 - typo in messages docs. thanks alexarsh for the report.Timo Graham
2010-12-23Refactor the choices for localflavor's USStateField, and add new US postal co...James Bennett
2010-12-22Fixed #13788 -- `GEOSGeometry.transform` no longer silently no-ops when GDAL ...Justin Bronn
2010-12-22Added some reST markup to avoid a warning during docs compilation.Russell Keith-Magee
2010-12-22Fixed #14439 -- Improved documentation for running the GeoDjango test suite.Justin Bronn
2010-12-21Rectified bugs that were accidentally committed in r14997. Thanks for the hea...Jannis Leidel
2010-12-21Fixed #14900 -- Added ability to override the paginator class used in a Model...Jannis Leidel
2010-12-12Fixed #14805 -- Capitalize "Google" in sitemaps docs. Thanks, Adam.Jannis Leidel
2010-12-12Fixed #14041 -- Added ability to override the template of the sitemaps views....Jannis Leidel
2010-12-12Fixed #13862 -- Added an ordering option to InlineModelAdmin and cleaned up d...Jannis Leidel
2010-12-12Fixed #13607 -- Auto-initialize admin's date hierarchy links intelligently. T...Jannis Leidel
2010-12-11Fixed #11470 - add documentation for ModelAdmin.message_user. thanks adamv.Timo Graham
2010-12-06Fixed syntax error in ref/contrib/localflavor.Simon Meers
2010-12-05Fixed #14835 -- Corrected a lack of indentation in the reST markup for docs/r...Gabriel Hurley
2010-12-04Fixed #12812 -- added warning about cyclic imports in contrib.comments. Thank...Simon Meers