summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Collapse)Author
2010-03-07[1.1.X] Fixed #13048: Corrected typo in email documentation. Backport of ↵James Bennett
[12694] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12695 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-03-01[1.1.X] Fixed #5605: only lowercase the domain portion of an email address ↵Jacob Kaplan-Moss
in `UserManager.create_user`. Thanks, Leo. Backport of [12641] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12642 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-02-24[1.1.X] Fixed #11933 -- Added versionchanged marker for the cache_db session ↵Russell Keith-Magee
backend. Thanks to gabrielhurley for the report and patch. Backport of r12569 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12571 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-02-24[1.1.X] Fixed #11782 -- Added some Sphinx metadata to the file uploads ↵Russell Keith-Magee
documentation. Thanks to timo for the patch. Backport of r12562 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12566 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-02-24[1.1.X] Fixed #12880 -- Added some missing sphinx directives for module ↵Russell Keith-Magee
references. Thanks to psagers for the report, and timo for the patch. Backport of r12559 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12564 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-02-23[1.1.X] Fixed #12799 -- Added an extra newline to help with PDF generation ↵Russell Keith-Magee
of documentation. Thanks to Ivan Savov for the report. Backport of r12518 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12522 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-02-23[1.1.X] Fixed #12859 -- Clarified the documentation on using multiple tables ↵Russell Keith-Magee
with .update() calls. Thanks to dwillis for the report. Backport of r12515 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12520 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-02-22[1.1.X] Fixed #11714 - Document a few of the i18n function that can be used ↵Jannis Leidel
outside views and templates. Thanks, Jarek Zgoda and Ramiro Morales. Backport or r12473. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12483 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-02-22[1.1.X] Fixed #12895 - Fixed typo in auth docs. Thanks Timo.Jannis Leidel
Backported from r12457. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12477 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-02-16[1.1.X] Fixed #10260 - Refactored internationalization documentation. ↵Jannis Leidel
Thanks, Ramiro Morales. Partial backport of r12440. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12449 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-01-17[1.1.X] Fixed #11794 - Typo in model manager documentation. Thanks, timo.Jannis Leidel
Conflicts: docs/topics/db/managers.txt git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12244 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-01-16[1.1.X] Created a 'DB optimization' topic, with cross-refs to relevant sections.Luke Plant
Also fixed #10291, which was related, and cleaned up some inconsistent doc labels. Backport of r12229 from trunk git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12230 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-01-08[1.1.X] Updated the docs to suggest using ``*args, **kwargs`` when ↵Russell Keith-Magee
implementing model save methods. Thanks to Jeff Croft for the report. Partial backport of r12118 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12119 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-01-04[1.1.X] Fixed #12503 - form examples don't validate according to w3cLuke Plant
Thanks to skyl for the report. Backport of r12086 from trunk git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12087 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-01-01[1.1.X] Fixed #12383 - Typo fix for authentication documentation.Jannis Leidel
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12061 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-12-26[1.1.X] i18n documentation fixes:Gary Wilson Jr
* Fixed typo (fixes #12449, thanks googol). * Wrapped long lines. * Removed unused link target directive. Backport of r12001 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12002 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-12-26[1.1.X] Fixed several broken and redirecting URLs in the documentation ↵Gary Wilson Jr
(fixes #12219, refs #12427). Backport of r11994 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@11995 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-12-22[1.1.X] Fixed #8145 - Documented the codenames of the default auth permissionsJannis Leidel
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@11948 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-11-19Corrected an inconsistency in the documentation regarding the way to specify ↵Russell Keith-Magee
the locmem and dummy cache backend. Thanks to Jens Diemer for the report. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@11750 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-11-16[1.1.X] Fixed #5034 -- honor request.urlconf in reverse and resolve.Brian Rosner
This enables {% url %} to honor request.urlconf set from process_request middleware methods. Thanks SmileyChris for the initial patch work. Backport of [11740] from trunk git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@11741 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-11-12[1.1.X] Fixed #12204 -- Corrected the use of :djadmin: links in the testing ↵Russell Keith-Magee
docs, plus updated a lot of old-style markup in the django-admin docs. Thanks to Art_S for the report. Backport of r11734 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@11735 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-10-26[1.1.X] Fixed #11961: Corrected a few typos in docs/testing.txt. Thanks to ↵Karen Tracey
timo for the patch. Merge of r11599 from trunk. Also updated svnmerge-integrated to reflect other changesets already backported, and added a couple more that should not be merged to svnmerge-blocked. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@11659 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-09-23[1.1.X] Fixed #11931: Removed mention of nonexistent get_sql() method for ↵James Bennett
arguments to limit_choices_to. Since the correct reference involves undocumented ORM internals, this simply removes the reference entirely in favor of publicly-documented use of Q objects. Backport of [11591] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@11592 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-09-13[1.1.X] Fixed #11755 -- Added documentation for an edge case of FormSet ↵Russell Keith-Magee
usage. Thanks to ffualo for the suggestion. Merge of r11549 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@11571 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-09-13[1.1.X] Fixed #11740 -- Added extra detail on the behavior of ModelForms. ↵Russell Keith-Magee
Thanks to severian for the suggestion. Merge of r11548 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@11570 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-09-13[1.1.X] Fixed #9414 -- Clarified the documentation on the permission ↵Russell Keith-Magee
decorators. Thanks to timo for the patch. Merge of r11547 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@11569 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-09-13[1.1.X] Fixed #11873 -- Corrected typo in generic views docs. Thanks to ↵Russell Keith-Magee
Brett Cannon for the report. Merge of r11546 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@11568 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-09-13[1.1.X] Fixed #11073 -- Added documentation for SESSION_COOKIE_PATH. Thanks ↵Russell Keith-Magee
to liling for the report, and gsong for the patch. Merge of r11545 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@11567 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-09-13[1.1.X] Fixed #10864 -- Clarified the role played by redirect_to_field in ↵Russell Keith-Magee
the login_required auth decorator. Thanks to trigeek38 for the suggestion, and SmileyChris for the draft. Merge of r11544 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@11566 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-09-13[1.1.X] Fixed #11589 -- Corrected an argument in the shortcuts ↵Russell Keith-Magee
documentation. Thanks to tsaylor for the report. Merge of r11531 and r11532 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@11553 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-09-11Fixed #11554: Several errors in Generic Views Documentation. Luke Plant
Thanks Ramiro. Refs #11477 - that ticket should have been marked a duplicate of #11554 git-svn-id: http://code.djangoproject.com/svn/django/trunk@11499 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-09-10Fixed #7376: auth docs don't say they depend on contenttypes.Luke Plant
Thanks arien git-svn-id: http://code.djangoproject.com/svn/django/trunk@11487 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-09-10Fixed #11477: Generic views docs point out bug with wrong querysetLuke Plant
Thanks SmileyChris git-svn-id: http://code.djangoproject.com/svn/django/trunk@11484 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-21Cleanup of some minor markup problems in URL documentation.Russell Keith-Magee
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11275 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-17Fixed #11492 -- Corrected some typos, and added some extra markup for the ↵Russell Keith-Magee
URLs documentation. Thanks to Ramiro Morales for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11258 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-16Fixed #11491 -- Corrected minor typo in new namespace URL docs. Thanks to ↵Russell Keith-Magee
Carl Meyer for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11253 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-16Fixed #10061 -- Added namespacing for named URLs - most importantly, for the ↵Russell Keith-Magee
admin site, where the absence of this facility was causing problems. Thanks to the many people who contributed to and helped review this patch. This change is backwards incompatible for anyone that is using the named URLs introduced in [9739]. Any usage of the old admin_XXX names need to be modified to use the new namespaced format; in many cases this will be as simple as a search & replace for "admin_" -> "admin:". See the docs for more details on the new URL names, and the namespace resolution strategy. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11250 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-16Fixed #10908 -- Clarified the procedure for creating test users in the ↵Russell Keith-Magee
testing docs. Thanks to gruszczy and timo. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11248 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-15Fixed #11364 -- Modified the jsi18n example to use the {% url %} tag rather ↵Russell Keith-Magee
than a placeholder. Thanks to jcassee for the suggestion. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11237 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-15Fixed #10287 -- Added better examples in the docs of formset validation. ↵Russell Keith-Magee
Thanks to Andrew Badr for the text. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11234 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-11Fixed #11439 -- Added docs on including URL patterns as an iterable. Thanks ↵Russell Keith-Magee
to Ramiro Morales for the draft text. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11221 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-03Fixed #9607 -- Added documentation for the ``extra`` argument in test client ↵Russell Keith-Magee
methods. Thanks to jroes for the report and patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11173 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-03Fixed #10604 -- Added note on the limitation of ungettext, especially as ↵Russell Keith-Magee
relating to the {% blocktrans %} tag. Thanks to bartTC for the report, and Ramiro Morales for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11164 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-06-24Fixed #10741: Updated instructions on the best gettext package to get for ↵Karen Tracey
Windows. Thanks Ramiro. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11103 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-06-24Fixed #8861 -- Added note on the availability of ModelForm.instance. Thanks ↵Russell Keith-Magee
to Ramiro Morales for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11097 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-06-24Fixed #11356 -- Added links to the growing collection of 3rd party database ↵Russell Keith-Magee
backends that are available. Thank to Nathan Auch for the draft text. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11093 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-06-18Made correction to documentation change from [11045].Russell Keith-Magee
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11054 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-06-18Fixed #11253 -- Normalized the way the docs refer to TestCase.assert* ↵Russell Keith-Magee
methods. Thanks to SmileyChris for the report and patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11051 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-06-18Fixed #11322 -- Clarified docs regarding middleware processing. Thanks the ↵Russell Keith-Magee
Michael Malone for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11048 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-06-18Fixed #11318 -- Grammar correction in modelform docs. Thanks to seemant for ↵Russell Keith-Magee
the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11047 bcc190cf-cafb-0310-a4f2-bffc1f526a37