summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Collapse)Author
2010-12-22[1.2.X] Added some reST markup to avoid a warning during docs compilation.Russell Keith-Magee
Backport of r15022 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15023 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-22[1.2.X] Fixed #14439 -- Improved documentation for running the GeoDjango ↵Justin Bronn
test suite. Backport of r15015 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15016 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-18[1.2.X] Fixed #14676 - Document that the removetags filter is ↵Timo Graham
case-sensitive. Thanks peterh32 for the report and elbarto for the patch. Backport of r14925 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14926 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-18[1.2.X] Fixed #6434 - Add clarifying note about auto_now and auto_now_add. ↵Timo Graham
thank adamv for the patch. Backport of r14923 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14924 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-13[1.2.X] Fixed #14805 -- Capitalize "Google" in sitemaps docs. Thanks, Adam.Jannis Leidel
Backport from trunk (r14884). git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14905 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-11[1.2.X] Fixed #11470 - add documentation for ModelAdmin.message_user. thanks ↵Timo Graham
adamv. Backport of r14868 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14869 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-06[1.2.X] Fixed #8975 -- documented related order methods -- thanks to Leo for ↵Simon Meers
the report and dwillis for the initial patch. Backport of r14848 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14849 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-06[1.2.X] Fixed #14846 -- Corrected a tiny typo in from [14832]. Thanks to ↵Gabriel Hurley
elbarto for catching the mistake. Backport of [14846] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14847 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-06[1.2.X] Fixed #14840 -- Added crossrefs to related objects reference docs. ↵Gabriel Hurley
Thanks to adamv for the report and patch. Backport of [14842] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14843 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-06[1.2.X] Fixed #14746 - Add links to docs/ref/request-response.txt. Thanks adamv.Timo Graham
Backport of r14840 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14841 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-05[1.2.X] Fixed #13162 and #11597 -- Improved the file handling documentation: ↵Gabriel Hurley
Removed documentation of methods on django.core.files.File that did not exist, added documentation for undocumented methods and attributes that did exist, did a general cleanup of the text and organization, and added more metadata targets. Thanks to amenasse and tyrion.mx for the reports. Backport of [14833] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14834 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-05[1.2.X] Fixed #13605 -- Improved documentation of the ↵Gabriel Hurley
django.core.files.storage module. Added documentation for DefaultStorage, get_storage_class, FileSystemStorage, and some missing public methods on Storage. New metadata targets included for everything. Thanks to kopernikus for the report and elbarto for contributing to the patch. Backport of [14831] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14832 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-05[1.2.X] Fixed #14799 -- Provided a full solution for test database creation ↵Russell Keith-Magee
order problems. Backport of r14822, r14823 and r14824 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14825 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-04[1.2.X] Fixed #12407 - Document 'call_command' - thanks UloPe for the ↵Timo Graham
suggestion and adamv for the patch. Backport of r14818 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14819 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-04[1.2.X] Fixed #9033 - Add bullets to QuerySet extra() arguments. thanks ↵Timo Graham
julien for the suggestion and dwillis for the patch. Backport of r14816 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14817 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-04[1.2.X] Fixed #12812 -- added warning about cyclic imports in ↵Simon Meers
contrib.comments. Thanks to Beetle_B, bjourne and philgyford for the reports, and Russ for the wording. Backport of r14810 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14811 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-02[1.2.X] Fixed grammar and tweaked notes about MySQL database/table collation ↵Ramiro Morales
interaction with text fields. Refs #14417. Backport of [14779] from trunk git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14780 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-11-29[1.2.X] Fixed #14775 -- Backports the changes in [13772], which documented ↵Gabriel Hurley
an undocumented feature from 1.0. Thanks to jweyrich for the report, and timo and leovitch for the patch (again). git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14748 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-11-29[1.2.X] Fixed #14804 -- Metadata improvement, broken link fix, and ↵Gabriel Hurley
alphabetization of template filters in contrib.humanize reference docs. Thanks to adamv for the patch. Backport of [14746] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14747 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-11-29[1.2.X] Fixed #11152 - Add some classes to the template docs. Thanks adamv ↵Timo Graham
for the patch. Backport of r14744 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14745 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-11-28[1.2.X] Fixed #14762 - Add documention for ContentFile. Thanks jesh for the ↵Timo Graham
suggestion and adamv for the patch. Backport of r14742 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14743 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-11-28Fixed #14758 - Remove entire method signatures from QuerySet headings - ↵Timo Graham
thanks adamv for the patch. Backport of r14737 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14738 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-11-27[1.2.X] Fixed #14785 - fixes to middleware docs - thanks adamv for the patch.Timo Graham
Backport of r14731 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14732 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-11-26[1.2.X] Fixed #14756 - fix typo in "related objects reference" docs. Thanks ↵Timo Graham
deisner for the report. Backport of r14703 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14704 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-11-22[1.2.X] Fixed #14736 -- corrected an ungrammatical sentence in the template ↵Gabriel Hurley
tags docs. Thanks to DD for the report and adamv for the draft patch. Backport of [14677] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14678 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-11-20[1.2.X] Replaced an unnecessary UTF8 character in the admindocs docs. Thanks ↵Gabriel Hurley
to Luke Plant for the report. Backport of [14646] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14647 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-11-20[1.2.X] Fixed a garbage character that was somehow introduced into some ↵Luke Plant
backported docs. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14641 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-11-20[1.2.X] Updated an old workaround described in the Oracle backend notes with ↵Ian Kelly
more modern advice. Backport of r14637 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14638 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-11-19[1.2.X] Fixed #13351: Added documentation about the cx_Oracle 'threaded' ↵Ian Kelly
option to the oracle backend notes. Backport of r14630 from trunk. Thanks to Skaffen for the suggestion. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14632 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-11-16[1.2.X] Better cross-referencing of the USE_THOUSAND_SEPARATOR setting in ↵Chris Beaven
documentation. Thanks to Klaas van Schelven for the patch. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14579 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-11-16[1.2.X] Fixed #14696, corrected some messed up syntax in the docs. Backport ↵Alex Gaynor
of [14566]. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14567 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-11-14Fixed #14536 -- Corrected DB connection OPTIONS examples in documentation. ↵Ramiro Morales
Thanks denilsonsa for reporting the error. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14558 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-11-09Fixed #14599 -- Added documentation for QuerySet.delete() in the QuerySet ↵Carl Meyer
API reference. Thanks to abeld for the report. Backport of r14505 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14506 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-11-09[1.2.X] Fixed #14650 -- noted that underscores are also valid in slug ↵Alex Gaynor
fields. Thanks to stringify for the report and patch. Backport of [14503]. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14504 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-11-07[1.2.X] Fixed #11877 -- Documented that HttpRequest.get_host() fails behind ↵Gabriel Hurley
multiple reverse proxies, and added an example middleware solution. Thanks to Tom Evans for the report, and arnav for the patch. Backport of [14493] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14494 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-11-07[1.2.X] Fixed #12975 -- Moved the docs for contrib.admindocs out of the ↵Gabriel Hurley
template docs and into their own reference section, and significantly improved the documentation of what admindocs can do. Thanks to jabapyth for the report, and whiteinge for the patch. Backport of [14484] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14485 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-11-07[1.2.X] Fixed #10904 -- Corrected inappropriate usage of the term "absolute ↵Gabriel Hurley
URL" throughout the docs. Replaced with the (RFC 2396-compliant) terms "absolute path reference" or "absolute path" as appropriate for the context. Thanks to sharan666 for the report, and Malcolm, Chris, and dwillis for their work in supplying a solution and patch. Backport of [14482] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14483 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-11-02[1.2.X] Fixed #14584 -- Documented settings.PASSWORD_RESET_TIMEOUT_DAYS. ↵Gabriel Hurley
Also fixed some cross-refs in the neighborhood. Thanks to hop for the report and Adam Mckerlie for the draft patch. Backport of [14437] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14438 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-10-27[1.2.X] Documented options accepted by the runfcgi management command.Ramiro Morales
Also, modified our custom management command option docs xref parser to also process those without a ``--`` prefix. -- Refs #14398. Backport of [14361] from trunk git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14363 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-10-25[1.2.X] Fixed #14047 -- Updated the CommonMiddleware docs to include sending ↵Gabriel Hurley
broken link email notifications. Thanks to Leon Matthews for the report and patch. Backport of [14532] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14353 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-10-25[1.2.X] Removed obsolete 'date' filter -> 'now' tag link.Ramiro Morales
Backport of [14346] from trunk git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14347 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-10-24[1.2.X] Fixed #13040 -- Added info on where to import File class from to ↵Gabriel Hurley
File reference docs, and improved Sphinx formatting. Thanks to stherrien for the report. Backport of [14339] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14340 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-10-23[1.2.X] Fixed #14526 -- Updated wording regarding the minimum Python version ↵Gabriel Hurley
required for GeoDjango. Thanks to PaulM for the report. Backport of [14335] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14336 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-10-23[1.2.X] Fixed #14541 -- Corrected an outdated bit of wording in the ↵Gabriel Hurley
LANGUAGES setting docs. Thanks to akelm for the report and suggested fix. Backport of [14333] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14334 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-10-23[1.2.X] Fixed #14537 -- Added documentation on where validators can be ↵Gabriel Hurley
imported from to Validators Reference docs, and improved Sphinx formatting and metadata. Thanks to rfugger for the report. Backport of [14331] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14332 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-10-23[1.2.X] Fixed #14545 -- Added ValidationError to Exceptions Reference docs ↵Gabriel Hurley
and improved Sphinx metadata. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14330 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-10-23[1.2.X] Fixed #14173 -- Added sections about contrib apps-provided commands ↵Ramiro Morales
to django-admin.py docs. Added documentation about changepassword, pointers to GeoDjango and sitemaps commands, grouped them by app. Backport of [14327] from trunk git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14328 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-10-23[1.2.X] Fixed #14463 -- Fixed links to new location of date/time format ↵Ramiro Morales
specifiers docs. Thanks epicserve for the report. Backport of [14325] from trunk git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14326 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-10-21[1.2.X] Revert [13850], this was a new feature not a bugfix.Chris Beaven
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14316 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-10-20[1.2.X] Fixed #14477 -- Corrects several instances of "add" and "remove" ↵Gabriel Hurley
m2m_changed signal actions not having been updated to "pre_add", "post_add", etc. Thanks to slink and andrews for reporting several instances of it, and andrews for the draft patch. Backport of [14304] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14305 bcc190cf-cafb-0310-a4f2-bffc1f526a37