summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Collapse)Author
2010-05-14[1.1.X] Fixed #13532 -- Corrected and clarified examples in F() docs. Thanks ↵Russell Keith-Magee
to erw for the report and patch. Backport of r13254 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13255 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-12[1.1.X] Fixed #13530: Corrected a handful of doc typos. Thanks Ramiro. Karen Tracey
Merge of the applicable bits of r13247. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13248 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-10[1.1.X] Fixed #11908 -- Clarified the role and usage of the ManagementForm ↵Russell Keith-Magee
in formsets. Thanks to timo for the draft patch. Backport of r13222 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13227 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-10[1.1.X] Fixed #12505 -- Clarified the use of the extra argument in formsets. ↵Russell Keith-Magee
Thanks to Andreas for the report, and timo for the draft patch. Backport of r13218 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13223 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-10[1.1.X] Fixed #12678 -- Corrected a few references to Queryset into ↵Russell Keith-Magee
QuerySet. Thanks to ChrisMorgan for the report, and timo for the patch. Backport of r13211 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13216 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-10[1.1.X] Fixed #13158 -- Clarified that OneToOneField is a better option for ↵Russell Keith-Magee
User profile classes. Thanks to hvdklauw for the report and patch. Backport of r13197 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13200 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-10[1.1.X] Fixed #13329 -- Corrected markup problem with URL pattern in generic ↵Russell Keith-Magee
views docs. Thanks to LaundroMat for the report. Backport of r13196 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13199 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-09[1.1.X] Fixed #13317 - Clarified documentation about how the blocktrans and ↵Jannis Leidel
trans template tags work with regard to variables. Thanks for the initial patch, Ramiro Morales. Backport from trunk, r13184. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13185 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-09[1.1.X] Fixed #11933 -- Corrected the naming of the cached_db session ↵Russell Keith-Magee
backend. Thanks to mb0@mb0.org for the report and Gabriel Hurley for the patch. Backport of r13169 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13175 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-09[1.1.X] Fixed #12278 -- Corrected an example usage of string_concat. Thanks ↵Russell Keith-Magee
to loumz for the report, and timo for the patch. Backport of r13167 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13173 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-09[1.1.X] Fixed #12412 -- Clarified the documentation around file handling by ↵Russell Keith-Magee
the test client. Thanks to Gabriel Hurley for the draft patch. Backport of r13166 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13172 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-09[1.1.X] Fixed #13051 -- Corrected the documentation of URL namespacing to ↵Russell Keith-Magee
match the tested implementation behavior. Thanks to apollo13 for the report, and Gabriel Hurley for the patch. Backport of r13161 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13164 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-09[1.1.X] Fixed #13417 -- Clarified the use of the djangojs domain for ↵Russell Keith-Magee
translation. Thanks to stephaner for the report and initial patch, and Ramiro Morales for his additional markup. Backport of r13147 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13152 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-09[1.1.X] Fixed #13497 -- Corrected various typos and markup problems in docs. ↵Russell Keith-Magee
Thanks to Ramiro Morales for the report and patch. Backport of r13144 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13150 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-09[1.1.X] Fixed #13499 -- Corrected typo in l10n docs. Thanks to selwin for ↵Russell Keith-Magee
the report and patch. Backport of r13143 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13149 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-08[1.1.X] Added hyperlinks for builtin template tags and filters to code ↵Luke Plant
samples in docs. Implemented in javascript because doing it 'properly' is pretty much impossible with Sphinx and Pygments. Refs #12249 Backport of [13135] from trunk git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13137 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-08[1.1.X] Fixed #13471 -- Added example of send_mass_mail usage. Thanks to ↵Russell Keith-Magee
gtaylor for the report and patch. Backport of r13127 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13131 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-07[1.1.X] Fixed typo and small formatting mistake in docsLuke Plant
Backport of [13118] from trunk git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13119 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-06[1.1.X] Fixed #8357 -- Clarified what constitutes activity when calculating ↵Russell Keith-Magee
session expiry. Thanks to timo for the patch. Backport of r13113 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13114 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-06[1.1.X] Fixed #13420 -- Clarified grammar in the email docs. Thanks to ↵Russell Keith-Magee
Dominic Rodger for the report. Backport of r13104 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13111 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-03[1.1.X] Fixed #12688 -- Removed typo in manager docs. Thanks, orokusaki for ↵Karen Tracey
the report and timo for the patch. r12485 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13079 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-04-06[1.1.X] Fixed #13035 - Incorrect documentation regarding admin and default ↵Luke Plant
managers Thanks to rasca for report and gabrielhurley for patch. Backport of r12930 from trunk git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12931 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-04-06[1.1.X] Fixed #13268 - 'ForeignKeyField' in topics/db/queries.txtLuke Plant
Thanks piquadrat for report and patch. Backport of r12928 from trunk git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12929 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-04-05[1.1.X] Fixed #13263 -- Corrected field name typo in queries documentation ↵Justin Bronn
examples. Thanks, RicherPots for bug report and gabrielhurley for the patch. Backport of r12926 from trunk git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12927 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-04-05[1.1.X] Fixed #13271 -- Corrected a typo in the signals documentation. ↵Justin Bronn
Thanks, chtito. Backport of r12924 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12925 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-03-27[1.1.X] Fixed #13189 -- Fixed typo in code example, thanks to gabrielhurley ↵Gary Wilson Jr
for patch. Backport of r12862 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12863 bcc190cf-cafb-0310-a4f2-bffc1f526a37
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