summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Expand)Author
2011-03-03Fixed #15504 -- Cleaned up contrib.syndication and contrib.utils.feedgenerato...Gabriel Hurley
2011-03-03Fixed #15528 -- Added versionchanged directive to load template tag docs.Gabriel Hurley
2011-03-03Added crossref targets for a couple of Django exceptions and cleaned up relat...Gabriel Hurley
2011-03-03Fixed #3094 -- Accelerated deprecation of XMLField, since it hasn't served an...Russell Keith-Magee
2011-03-01Reverted 'now' template tag documentation changes so it describes the real co...Ramiro Morales
2011-02-28Fixed #15365 -- Added a warning to the `contrib.markup` docs reminding users ...Gabriel Hurley
2011-02-27Fixed #15492 -- Documented the `invalid_date` and `invalid_time` error keys f...Gabriel Hurley
2011-02-23Fixed #15299 -- Started the process of migrating the auth context processor s...Russell Keith-Magee
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-19Fixed #15351 -- Corrected a missing word in the template reference docs. Than...Gabriel Hurley
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-14Fixed #15272 -- Altered generic views to use the guaranteed untranslated obje...Russell Keith-Magee
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-07Fixed #15207 -- Added versionadded directives for the "using" argument sent b...Gabriel Hurley
2011-02-07Fixed #5494, #10765, #14924 -- Modified the order in which translations are r...Ramiro Morales
2011-02-02Fixed #15208 - Document ModelAdmin.formfield_for_choice_field; thanks julien.Timo Graham
2011-02-02Fixed #15204 - Update form examples for rendering of the help_text; thanks pr...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-30Fixed #15191 - typo in form validation docs; thanks berto for the report.Timo Graham
2011-01-30Fixed #14978 -- Added versionchanged directive to --adminmedia docs clarifyin...Jannis Leidel
2011-01-30Reworded parts of the staticfiles documentation after receiving various user ...Jannis Leidel
2011-01-30Fixed #15177 -- Added note to generic views reference page indicating that th...Russell Keith-Magee
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-25Fixed #14038 -- Added information to release notes and version changed|added ...Ramiro Morales
2011-01-24Fixed #15012 -- Added post-rendering callbacks to TemplateResponse so that de...Russell Keith-Magee
2011-01-22Fixed #15147 - Typo in "Managing static files"; thanks ori for the report.Timo Graham
2011-01-22Fixed #15141 - remove some deprecated storage engines from the MySQL notes; t...Timo Graham
2011-01-22Fixed #15133 - Some markup issues in the docs; thanks Aryeh Leib Taurog for t...Timo Graham
2011-01-20Fixed #14672 - Added admin handling for on_delete=PROTECT. Thanks to jtiai fo...Carl Meyer
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-15Fixed #15088 - Missing dash in documentation. Thanks Aryeh Leib Taurog for th...Timo Graham
2011-01-15Fixed #14928 -- Ensure that a fully qualified domain name can be used for run...Russell Keith-Magee
2011-01-13Fixed #14176 -- Added forwards compatibility to the legacy syndication feed v...Russell Keith-Magee
2011-01-13Fixed #15057 - documented change in [14992]Luke Plant
2011-01-11Fixed #15045 - Typo auto_add_now -> auto_now_add; thanks dr_gone for the report.Timo Graham
2011-01-08Fixed #15003 - assorted edits to admin docs; thanks adamv.Timo Graham
2011-01-05Fixed #15010 -- Added current_app parameter to close gap between TemplateResp...Jannis Leidel