summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2010-11-19Fixed #14728 -- Broadened warning about django-admin.py missing .py suffix to...Carl Meyer
2010-11-19Corrected the way databases were compared. This allows running the test suit...Alex Gaynor
2010-11-18Fixed incorrect path to MultipleObjectMixin in docs.Luke Plant
2010-11-18Added notes in old generic views howto about the new class based approach.Luke Plant
2010-11-18Corrected link in release notes.Luke Plant
2010-11-17Added a hidden toctree pointing at the index file in the docs to silence a sp...Alex Gaynor
2010-11-17Fixed #14713 -- documented that resolve can raise Http404. Thanks to Adam fo...Alex Gaynor
2010-11-17Corrected some syntax issues in the docs.Alex Gaynor
2010-11-17Fixed #10004 and #12320 -- Enabled the makemessages management command to col...Jannis Leidel
2010-11-17Fixed a bunch of code examples in the form media documentation.Jannis Leidel
2010-11-17Fixed #14693, #14709 -- Backwards incompatible change to rectify the confusio...Jannis Leidel
2010-11-17Remove an obsolete admonition in tutorial one (referencing 0.96 functionality)Chris Beaven
2010-11-17Fixed #14706 -- corrected a stray backtick in the docs. Thanks to Adam for t...Alex Gaynor
2010-11-16Better cross-referencing of the USE_THOUSAND_SEPARATOR setting in documentati...Chris Beaven
2010-11-16Added info about using logging to the 'Error reporting' howto.Luke Plant
2010-11-16Corrected 'email' to 'e-mail' in error reporting docs.Luke Plant
2010-11-16Fixed #14696, corrected some messed up syntax in the docs.Alex Gaynor
2010-11-14Fixed #14536 -- Corrected DB connection OPTIONS examples in documentation. Th...Ramiro Morales
2010-11-13Fixed #12325 -- Allows zero values for moderate_after and close_after fields ...Jannis Leidel
2010-11-13Added release notes for potential alpha-2.Jannis Leidel
2010-11-13Refactored runserver command and moved code related to staticfiles to a subcl...Jannis Leidel
2010-11-13Fixed a few typos introduced in r14533.Jannis Leidel
2010-11-13Corrected default value for ADMIN_MEDIA_PREFIX in docs, and added info about ...Luke Plant
2010-11-12Correct a typo in [14541].James Bennett
2010-11-12Better description in the release notes of what's going on with the PasswordI...James Bennett
2010-11-12Fixed #14669 -- corrected an ungrammatical sentence in the internationalizati...Gabriel Hurley
2010-11-11Reverted deprecation of media context processor (from r14293) to separate sta...Jannis Leidel
2010-11-11Added AdminMediaHandler to deprecation docs.Jannis Leidel
2010-11-11Fixed #14524, #14582, #14617, #14665 and #14667 -- Tweaked staticfiles app.Jannis Leidel
2010-11-11Added note about the addition of the django.contrib.staticfiles app. Thanks t...Jannis Leidel
2010-11-11Turns out that "unintended paragraph break" was actually missing the end of t...Gabriel Hurley
2010-11-11Small corrections to 1.3-alpha release notes (an unintended paragraph break, ...Gabriel Hurley
2010-11-11Add 1.3 alpha notes to release-notes index.James Bennett
2010-11-11Remove the 1.3 paragraph from the alpha notes.James Bennett
2010-11-11Correct a typo in the 1.3 alpha release notes.James Bennett
2010-11-11Add roadmap and contributing boilerplate to 1.3 alpha notes.James Bennett
2010-11-11Add 1.3 alpha 1 release notes.James Bennett
2010-11-09Fixed #7539, #13067 -- Added on_delete argument to ForeignKey to control casc...Carl Meyer
2010-11-09Fixed #14599 -- Added documentation for QuerySet.delete() in the QuerySet API...Carl Meyer
2010-11-09Fixed #14650 -- noted that underscores are also valid in slug fields. Thanks...Alex Gaynor
2010-11-09Fixed typo in raw SQL docs example.Ramiro Morales
2010-11-08Small rewording of tutorial01.txt changes from [14066]Adrian Holovaty
2010-11-08Fixed #14641 - a handful of grammer/typo fixes.Jacob Kaplan-Moss
2010-11-07Fixed #11877 -- Documented that HttpRequest.get_host() fails behind multiple ...Gabriel Hurley
2010-11-07Completed and enhanced links to database-specific notes from the install docs.Ramiro Morales
2010-11-07Fixed #14636 -- corrected bad formatting in the docs, which was resulting in ...Alex Gaynor
2010-11-07Fixed #12975 -- Moved the docs for contrib.admindocs out of the template docs...Gabriel Hurley
2010-11-07Fixed #10904 -- Corrected inappropriate usage of the term "absolute URL" thro...Gabriel Hurley
2010-11-07Fixed #8325 -- Reorganization and expansion of the login_required decorator d...Gabriel Hurley
2010-11-06Fixed #14600 -- Added a versionchanged directive to the TEMPLATE_CONTEXT_PROC...Gabriel Hurley