summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2011-03-17Fixed #15623 -- Corrected province codes for Canadian localflavor. Thanks to ...Russell Keith-Magee
2011-03-16Use Sphinx `:download:` directives for spatial database template creation scr...Justin Bronn
2011-03-16Fixed #15603 -- Changed the traceback error e-mails not to use HTML by defaul...Adrian Holovaty
2011-03-16Corrected email --> e-mail in topics/logging.txt. Refs #15603Adrian Holovaty
2011-03-16Fixed #15618 -- CookieStorage storage in messages framework now honors SESSIO...Adrian Holovaty
2011-03-15Fixed #15598 -- Updated static URL helper to be no-op on non-local prefixes. ...Jannis Leidel
2011-03-15Fixed #15614 -- Fixed potentially confusing URLconf examples in docs/ref/gene...Adrian Holovaty
2011-03-15Fixed #15594 -- Corrected typo in the docs on HTTPOnly cookies. Thanks to phi...Russell Keith-Magee
2011-03-15Minor grammar fix to release notes added in r15765.Russell Keith-Magee
2011-03-14Added backwards-incompatibility note for r15805.Carl Meyer
2011-03-14Fixed #14733: no longer "validate" .raw() queries.Jacob Kaplan-Moss
2011-03-14Tweaked a bit the release notes document.Ramiro Morales
2011-03-14Reworded part of 'Running only some of the tests' in docs/internals/contribut...Adrian Holovaty
2011-03-10Fixed #15592 -- corrected an missing backtick in the syndication docs. Thanks...Gabriel Hurley
2011-03-08Fixed #15558 -- Improved QuerySet reference docs and cleaned up numerous reST...Gabriel Hurley
2011-03-08Fixed #15570 -- Corrected a flaw in the design of the silent flag on {% cycle...Russell Keith-Magee
2011-03-07Fix the documentation of BoundField.value() to reference the correct method nameChris Beaven
2011-03-07Tweaked r15769 to remove reference to "project."Carl Meyer
2011-03-07Clearer mile-high description of migrating to staticfiles in 1.3 release notes.Carl Meyer
2011-03-06Fixed #14965 -- Added release notes about changes to builtin template tagsRussell Keith-Magee
2011-03-04Fixed #11864 -- Improved the "see also" section of the many-to-one model topi...Gabriel Hurley
2011-03-04Fixed #15557 -- removed an extra backtick from the `topics/http/shortcuts`. T...Gabriel Hurley
2011-03-03Fixed #15504 -- Cleaned up contrib.syndication and contrib.utils.feedgenerato...Gabriel Hurley
2011-03-03Made small improvement to docs/topics/db/queries.txt -- added import statemen...Adrian Holovaty
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 #15541 -- Updated FAQ to point at djangosites.org instead of defunct wi...Gabriel Hurley
2011-03-03Updated test assertions that have been deprecated by the move to unittest2. I...Russell Keith-Magee
2011-03-03Fixed #3094 -- Accelerated deprecation of XMLField, since it hasn't served an...Russell Keith-Magee
2011-03-03Corrected some typos from r14673.Russell Keith-Magee
2011-03-02Fixed #4992 -- Respect the GET request query string when creating cache keys....Jannis Leidel
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-28Fixed #15395 -- Documented the modules/import paths for the various decorator...Gabriel Hurley
2011-02-27Converted the new contributions docs to unix line endings.Russell Keith-Magee
2011-02-27Fixed #14702 -- Added a "needsinfo" resolution to Trac, and added supporting ...Gabriel Hurley
2011-02-27Fixed #15492 -- Documented the `invalid_date` and `invalid_time` error keys f...Gabriel Hurley
2011-02-27Fix typo in staticfiles docs (not ticketed).Simon Meers
2011-02-26Fixed #15509 -- corrected a typo in the cache docs. Thanks Paul.Alex Gaynor
2011-02-25Fixed #14401 -- Added a contributing howto guide for new users. Thank you to ...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-22Fixed #15257 - Add a link about field lookups to the tutorial; thanks dwillis.Timo Graham
2011-02-21Fixed #11058 - list_display_links doesn't allow callables not defined in the ...Luke Plant
2011-02-19Fixed #15341 -- Clarified where translation problems should be reported in th...Gabriel Hurley
2011-02-19Fixed #15351 -- Corrected a missing word in the template reference docs. Than...Gabriel Hurley
2011-02-18Fixed #15347 -- Corrected a typo in the l10n docs. Thanks to RaceCondition fo...Gabriel Hurley
2011-02-18Fixed #15342 -- Passed *args through to the parent class' dispatch method in ...Gabriel Hurley
2011-02-18Fixed #15328 -- Corrected an example in the CBV docs and added a note about t...Gabriel Hurley