summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2010-11-22[1.2.X] Fixed #14736 -- corrected an ungrammatical sentence in the template t...Gabriel Hurley
2010-11-20[1.2.X] Replaced an unnecessary UTF8 character in the admindocs docs. Thanks ...Gabriel Hurley
2010-11-20[1.2.X] Fixed #14727 -- Corrected three minor issues in the docs. Thanks to O...Gabriel Hurley
2010-11-20[1.2.X] Fixed a garbage character that was somehow introduced into some backp...Luke Plant
2010-11-20[1.2.X] Fixed hyperlinking of template tags for Sphinx >= 1.0Luke Plant
2010-11-20[1.2.X] Updated an old workaround described in the Oracle backend notes with ...Ian Kelly
2010-11-19[1.2.X] Removed compatibility with Sphinx < 1.0 workarounds in our extension ...Ramiro Morales
2010-11-19[1.2.X] Fixed #13351: Added documentation about the cx_Oracle 'threaded' opti...Ian Kelly
2010-11-19[1.2.X] Bumped documentation-building requirements to Sphinx 1.0.2 and Pygmen...Carl Meyer
2010-11-19[1.2.X] Fixed #14728 -- Broadened warning about django-admin.py missing .py s...Carl Meyer
2010-11-17[1.2.X] Added a hidden toctree pointing at the index file in the docs to sile...Alex Gaynor
2010-11-17[1.2.X] Fixed #14713 -- documented that resolve can raise Http404. Thanks to...Alex Gaynor
2010-11-17[1.2.X] Corrected some syntax issues in the docs. Backport of [14598].Alex Gaynor
2010-11-17[1.2.X] Fixed a bunch of code examples in the form media documentation.Jannis Leidel
2010-11-17[1.2.X] Remove an obsolete admonition in tutorial one (referencing 0.96 funct...Chris Beaven
2010-11-16[1.2.X] Better cross-referencing of the USE_THOUSAND_SEPARATOR setting in doc...Chris Beaven
2010-11-16[1.2.X] Corrected 'email' to 'e-mail' in error reporting docs.Luke Plant
2010-11-16[1.2.X] Fixed #14696, corrected some messed up syntax in the docs. Backport ...Alex Gaynor
2010-11-14Fixed #14536 -- Corrected DB connection OPTIONS examples in documentation. Th...Ramiro Morales
2010-11-12[1.2.X] Fixed #14669 -- corrected an ungrammatical sentence in the internatio...Gabriel Hurley
2010-11-09Fixed #14599 -- Added documentation for QuerySet.delete() in the QuerySet API...Carl Meyer
2010-11-09[1.2.X] Fixed #14650 -- noted that underscores are also valid in slug fields....Alex Gaynor
2010-11-09[1.2.X] Fixed typo in raw SQL docs example.Ramiro Morales
2010-11-08[1.2.X] Small rewording of tutorial01.txt changes from [14066]Jacob Kaplan-Moss
2010-11-08[1.2.X] Fixed #14641 - a handful of grammer/typo fixes.Jacob Kaplan-Moss
2010-11-07[1.2.X] Backporting myself to the 1.2.X docs/internals/committers.txt... and ...Gabriel Hurley
2010-11-07[1.2.X] Fixed #11877 -- Documented that HttpRequest.get_host() fails behind m...Gabriel Hurley
2010-11-07[1.2.X] Completed and enhanced links to database-specific notes from the inst...Ramiro Morales
2010-11-07[1.2.X] Fixed #12975 -- Moved the docs for contrib.admindocs out of the templ...Gabriel Hurley
2010-11-07[1.2.X] Fixed #10904 -- Corrected inappropriate usage of the term "absolute U...Gabriel Hurley
2010-11-07[1.2.X] Fixed #8325 -- Reorganization and expansion of the login_required dec...Gabriel Hurley
2010-11-06[1.2.X] Fixed #14627 -- Made Tutorial 3 more explicit regarding the transform...Gabriel Hurley
2010-11-06[1.2.X] Fixed #14624 -- Updated a few outdated references to CacheMiddleware ...Gabriel Hurley
2010-11-06[1.2.X] Fixed #14629 -- corrected a misspelling and poor wording in the docs....Alex Gaynor
2010-11-04[1.2.X] Fixed #14619 -- corrected a typo in the email docs. Backport of [144...Alex Gaynor
2010-11-04[1.2.X] Fixed typo in i18n docs.Jannis Leidel
2010-11-02[1.2.X] Fixed #14584 -- Documented settings.PASSWORD_RESET_TIMEOUT_DAYS. Also...Gabriel Hurley
2010-10-31[1.2.X] Fixed #13503 -- Corrected misleading custom permission example in the...Ramiro Morales
2010-10-28[1.2.X] Fixed #14409 -- Fixed typo in docs/internals/documentation.txt. Thank...Russell Keith-Magee
2010-10-28[1.2.X] Fixed #14578 -- Corrected a typo in the Models topic docs. Thanks to ...Gabriel Hurley
2010-10-27[1.2.X] Documented options accepted by the runfcgi management command.Ramiro Morales
2010-10-25[1.2.X] Fixed #14047 -- Updated the CommonMiddleware docs to include sending ...Gabriel Hurley
2010-10-25[1.2.X] Fixed #10545 -- Mentioned that template context variables only exist ...Gabriel Hurley
2010-10-25[1.2.X] Removed obsolete 'date' filter -> 'now' tag link.Ramiro Morales
2010-10-24[1.2.X] Fixed #14551 -- corrected a type in the remote user auth documentatio...Alex Gaynor
2010-10-24[1.2.X] Fixed #13040 -- Added info on where to import File class from to File...Gabriel Hurley
2010-10-24[1.2.X] Fixed #11441 -- Improved signal topic guide, particularly regarding t...Gabriel Hurley
2010-10-23[1.2.X] Fixed #14526 -- Updated wording regarding the minimum Python version ...Gabriel Hurley
2010-10-23[1.2.X] Fixed #14541 -- Corrected an outdated bit of wording in the LANGUAGES...Gabriel Hurley
2010-10-23[1.2.X] Fixed #14537 -- Added documentation on where validators can be import...Gabriel Hurley