summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
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
2010-11-06Added a README for building offline HTML docs.Luke Plant
2010-11-06Fixed hyperlinking of template tags/filters in offline docs so that non-built...Luke Plant
2010-11-06Fixed #14627 -- Made Tutorial 3 more explicit regarding the transformations t...Gabriel Hurley
2010-11-06Fixed #14624 -- Updated a few outdated references to CacheMiddleware in the t...Gabriel Hurley
2010-11-06Fixed #14629 -- corrected a misspelling and poor wording in the docs. Thanks...Alex Gaynor
2010-11-04Fixed #14619 -- corrected a typo in the email docs.Alex Gaynor
2010-11-04Fixed #6476 -- Added option to makemessages management command to disable wra...Jannis Leidel
2010-11-04Fixed typo in i18n docs.Jannis Leidel
2010-11-04Fixed #9988 -- Added support for translation contexts. Thanks, Claude Paroz.Jannis Leidel
2010-11-04Fixed #14318 -- Added `GEOSGeometry.valid_reason` property. Thanks, Rob Coup.Justin Bronn
2010-11-02Fixed #13567 -- Added a 'silent' argument to the cycle tag, so that you can d...Russell Keith-Magee
2010-11-02Fixed #14584 -- Documented settings.PASSWORD_RESET_TIMEOUT_DAYS. Also fixed s...Gabriel Hurley
2010-11-01Fixed #14455 -- Documented the backwards compatibility policy for local flavo...Russell Keith-Magee
2010-10-31Fixed a typo in the class based views docs, thanks to lasko for the report.Alex Gaynor
2010-10-31Fixed #13503 -- Corrected misleading custom permission example in the docs.Ramiro Morales
2010-10-29Fixed #14181 -- Added a template tag and filters to allow localization to be ...Russell Keith-Magee
2010-10-29Fixed #9886 -- Added a file-like interface to HttpRequest. Thanks to Ivan Sag...Russell Keith-Magee
2010-10-29Fixed #14560 -- Enable HEAD requests to be cached properly. Thanks, codemonkey!Honza Král
2010-10-28Corrected to markup problems with docs added for recent features.Russell Keith-Magee
2010-10-28Added documentation note for the backwards incompatible change in r13996.Russell Keith-Magee
2010-10-28Fixed #14231 -- Added an index to the expire_date column on the Session model...Russell Keith-Magee
2010-10-28Fixed #14578 -- Corrected a typo in the Models topic docs. Thanks to tobych f...Gabriel Hurley
2010-10-27Edited docs/topics/testing.txt change from [14058]Adrian Holovaty
2010-10-27Edited docs/ref/models/fields.txt change from [14049]Adrian Holovaty
2010-10-27Documented options accepted by the runfcgi management command.Ramiro Morales
2010-10-26Corrected some typos in the tutorial, thanks to Brandon Height for the report.Alex Gaynor
2010-10-26Fixed #14562 -- corrected a typo in the static-files howto. Thanks to stephan...Gabriel Hurley
2010-10-26Replace an incorrect reference to collectmedia in the docs (the command is co...Chris Beaven
2010-10-25Fixed #14047 -- Updated the CommonMiddleware docs to include sending broken l...Gabriel Hurley
2010-10-25Fixed #10545 -- Mentioned that template context variables are scoped to the b...Gabriel Hurley
2010-10-25Removed obsolete 'date' filter -> 'now' tag link.Ramiro Morales
2010-10-24Fixed #14551 -- corrected a type in the remote user auth documentation. Than...Alex Gaynor
2010-10-24Fixed #13040 -- Added info on where to import File class from to File referen...Gabriel Hurley
2010-10-24Fixed #11441 -- Improved signal topic guide, particularly regarding the weak ...Gabriel Hurley