summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2011-04-17Fixed #15800 -- Fixed error in class-based-views docs. Thanks, NatimAdrian Holovaty
2011-04-17Fixed #15816 -- Changed docs/ref/utils.txt to refer to django.utils.datastruc...Adrian Holovaty
2011-04-17Fixed #15821 -- Removed incorrect link from docs/releases/1.3.txtAdrian Holovaty
2011-04-17Fixed #15822 -- Removed references to the v1 postgresql backend (which has be...Adrian Holovaty
2011-04-17Updated the contributing document to accurately reflect our security process.Jacob Kaplan-Moss
2011-04-09Fixed #15780 - Broken link in old release notes regarding CSRF upgradeLuke Plant
2011-04-07Fixed #15757 - removed remaining instances of get_and_delete_messagesLuke Plant
2011-04-06Fixes #10786 -- Document that NullBooleanField should be used rather than Boo...Chris Beaven
2011-04-06Fixes #10754 - minor clarification to the post/pre_delete signal documentationChris Beaven
2011-04-06Fixes #11596 -- Make paginator.Page iterableChris Beaven
2011-04-03Fixed #15746. Clarified updated list_filter documentation.Simon Meers
2011-04-02Fixed a comma splice in docs/faq/install.txt from [16004]Adrian Holovaty
2011-04-02Updated the Python version requirements FAQ entry in the installation section.Ramiro Morales
2011-04-02Advanced deprecations in core.cache.Russell Keith-Magee
2011-04-02Advanced deprecation of user-based messages and the LegacyFallbackStorage in ...Russell Keith-Magee
2011-04-01Fixed some ReST errors from e-mail -> email change in docs, and changed some ...Adrian Holovaty
2011-04-01Changed e-mail to email throughout documentation and codebase. The one except...Adrian Holovaty
2011-03-30Deprecated csrf_response_exempt and csrf_view_exempt decoratorsLuke Plant
2011-03-30Added release notes about the removal of Django 1.2 compatibility fallbacks f...Luke Plant
2011-03-30Removed deprecated CsrfResponseMiddleware, and corresponding tests and docsLuke Plant
2011-03-30Added stub release notes for 1.4Luke Plant
2011-03-30Re-added a few compatibility modules that were removed in r15927 to lower the...Jannis Leidel
2011-03-29Fixed #15710 - removed "that that" typos.Timo Graham
2011-03-27Fixed #15664 - Removed extra parens in commit_on_success example.Timo Graham
2011-03-26Fixed #15687 -- Fixed small typo in multidb docs. Thanks, jonashAdrian Holovaty
2011-03-24Corrected another part of the staticfiles docs which was missed in r15913. Re...Jannis Leidel
2011-03-24Fixed #15681 -- Fixed a documentation error regarding the default value of th...Jannis Leidel
2011-03-24Moved versionadded below heading for "Localized names of languages".Simon Meers
2011-03-24Bumped django_next_version so that "New in Django 1.3" links appear correctly.Simon Meers
2011-03-23Fixed a few typos in the 1.3 release notes.Simon Meers
2011-03-23Bump everything for 1.3.1.3James Bennett
2011-03-23One final final tweak to 1.3 release notes.James Bennett
2011-03-23Finalize 1.3 release notes.James Bennett
2011-03-22Made the English in r15897 much betterer.Russell Keith-Magee
2011-03-22Fixed #15527 -- Added a explanatory note about the SQL debug log. Thanks to b...Russell Keith-Magee
2011-03-22Fixed typo in forms API documentation.Simon Meers
2011-03-22Fixed #15657 -- added the required `form` parameter to the method signatures ...Gabriel Hurley
2011-03-22Corrected a number of mislinked crossrefs and added a few new crossref target...Gabriel Hurley
2011-03-22Minor markup and organization fixes to docs to correct Sphinx errors.Russell Keith-Magee
2011-03-22Update release notes and other docs for impending 1.3.James Bennett
2011-03-22Added Idan to committers.txt. Wahoo!Idan Gazit
2011-03-21Tweaked title level in custom file storage systems documentation.Ramiro Morales
2011-03-17Changed 'raise' statements to new style syntax in documentation. Thanks DaNma...Ramiro Morales
2011-03-17Fixed #14133 -- Updated Windows installation instructions for GeoDjango, now ...Justin Bronn
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