summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Collapse)Author
2009-07-21[1.0.X] Cleanup of some minor markup problems in URL documentation. Thanks ↵Russell Keith-Magee
to Ramiro Morales for the patch (an apologies for ommitting the credit from r11275) Merge of r11275 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11279 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-17[1.0.X] Fixed #11492 -- Corrected some typos, and added some extra markup ↵Russell Keith-Magee
for the URLs documentation. Thanks to Ramiro Morales for the patch. Merge of r11258 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11259 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-16[1.0.X] Fixed #10908 -- Clarified the procedure for creating test users in ↵Russell Keith-Magee
the testing docs. Thanks to gruszczy and timo. Merge of r11248 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11254 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-15[1.0.X] Fixed #11364 -- Modified the jsi18n example to use the {% url %} tag ↵Russell Keith-Magee
rather than a placeholder. Thanks to jcassee for the suggestion. Merge of r11237 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11244 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-15[1.0.X] Fixed #10287 -- Added better examples in the docs of formset ↵Russell Keith-Magee
validation. Thanks to Andrew Badr for the text. Merge of r11234 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11241 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-03[1.0.X] Fixed #9607 -- Added documentation for the ``extra`` argument in ↵Russell Keith-Magee
test client methods. Thanks to jroes for the report and patch. Merge of r11173 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11174 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-03[1.0.X] Added a Sphinx anchor that somehow got omitted from r11102.Russell Keith-Magee
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11168 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-03[1.0.X] Fixed #10604 -- Added note on the limitation of ungettext, ↵Russell Keith-Magee
especially as relating to the {% blocktrans %} tag. Thanks to bartTC for the report, and Ramiro Morales for the patch. Merge of r11164 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11167 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-06-25[1.0.X] Made some small improvements to docs/topics/http/sessions.txtRussell Keith-Magee
Merge of r10839 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11107 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-06-24[1.0.X] Fixed #10741: Updated instructions on the best gettext package to ↵Karen Tracey
get for Windows. Thanks Ramiro. r11103 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11104 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-06-24[1.0.X] Fixed #8861 -- Added note on the availability of ModelForm.instance. ↵Russell Keith-Magee
Thanks to Ramiro Morales for the patch. Merge of r11097 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11102 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-06-24[1.0.X] Fixed #11356 -- Added links to the growing collection of 3rd party ↵Russell Keith-Magee
database backends that are available. Thank to Nathan Auch for the draft text. Merge of r11093 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11098 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-06-18[1.0.X] Fixed #11253 -- Normalized the way the docs refer to ↵Russell Keith-Magee
TestCase.assert* methods. Thanks to SmileyChris for the report and patch. Merge of r11051 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11063 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-06-18[1.0.X] Fixed #11322 -- Clarified docs regarding middleware processing. ↵Russell Keith-Magee
Thanks the Michael Malone for the patch. Merge of r11048 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11060 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-06-18[1.0.X] Fixed #11318 -- Grammar correction in modelform docs. Thanks to ↵Russell Keith-Magee
seemant for the report. Merge of r11047 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11059 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-06-18[1.0.X] Fixed #11278 -- Clarified query documentation regarding bulk ↵Russell Keith-Magee
assignment of m2m values. Thanks to zgoda for the patch. Merge of r11045 and r11054 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11057 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-06-18[1.0.X] Fixed #11272 -- Made some clarifications to the overview and ↵Russell Keith-Magee
tutorial. Thanks to jjinux for the review notes. Merge of r11044 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11056 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-06-17[1.0.X] Fixed #11335 -- Corrected model reference in generic views doc. ↵Karen Tracey
Thanks oyvind. r11028 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11029 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-06-17[1.0.X] Fixed #10336 -- Added improved documentation of generic views. ↵Russell Keith-Magee
Thanks to Jacob and Adrian for the original text (from the DjangoBook), and Ramiro for doing the work of porting the docs. Merge of r11025 and r11026 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11027 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-06-17[1.0.X] Fixed #9919 -- Added note on the need to mark transactions as dirty ↵Russell Keith-Magee
when using raw SQL. Merge of r11022 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11024 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-06-10[1.0.X] Fixed #10845 -- Clarified the examples for using ModelForms with ↵Russell Keith-Magee
fields or exclude specified. Thanks to Andrew Durdin for the suggestion. Merge of r10972 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10975 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-05-27[1.0.X] Fixed #11215 -- Replaced erroneous catch with except in testing doc. ↵Karen Tracey
Thanks jgomo3. r10845 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10846 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-05-24[1.0.X] Fixed #8857 -- Corrected ref in modelforms documentation and added ↵Brian Rosner
ref to file upload documentation in form documentation. Thanks Kyle Fox and prairiedogg. Backport of [10837] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10838 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-05-23[1.0.X] Fixed #11188 -- Removed incorrect doc note about step being ↵Karen Tracey
unsupported when slicing query sets. r10835 from trunk. Also updated svnmerge metadata for some other recent commits. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10836 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-05-18[1.0.X] Fixed #11138 -- Corrected the description of behavior related to the ↵Karen Tracey
max_num parameter for model formsets. r10819 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10820 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-05-17[1.0.X] Fixed #10400: Added a note in the file uploads doc about the correct ↵Karen Tracey
form type needed for file uploads to work. Thanks claudep and timo. r10816 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10817 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-05-17[1.0.X] Fixed #10817 -- Corrected some grammar in the forms doc. Thanks ↵Karen Tracey
nickretallack@gmail.com. r10814 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10815 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-05-17[1.0.X] Fixed #10855: Reference doc on creating superusers in the tutorial ↵Karen Tracey
at the point where an account is needed, so that readers who neglected to create one earlier (or who forgot the password) don't get stuck or think they have to start all over. Thanks cwolf127 and timo. r10810 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10811 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-05-17[1.0.X] Fixed #11106 -- Corrected typo in models doc. Thanks mnieber. Karen Tracey
r10797 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10798 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-05-17[1.0.X] Fixed #11128 -- Misc. fixes and improvements to the model forms doc. ↵Karen Tracey
Thanks Ramiro and Alex. r10795 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10796 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-05-16[1.0.X] Fixed #9206 -- Added documentation on savepoints, and how to use ↵Russell Keith-Magee
them to recover from errors in PostgreSQL. Thanks to Richard Davies for the draft text. Merge of r10791 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10792 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-05-14[1.0.X] Fixed #10795: added a link to model formsets docs from the formsets ↵Jacob Kaplan-Moss
docs. Backport of [10774] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10775 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-05-14[1.0.X] Fixed #10273: added an explanation of `SetPasswordForm` and ↵Jacob Kaplan-Moss
`UserChangeForm` to the docs. Thanks, Tarken. Backport of [10772] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10773 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-05-14[1.0.X] Fixed #10272: documented the signatures for the contrib.auth views. ↵Jacob Kaplan-Moss
Thanks, Idan Gazit. Backport of [10770] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10771 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-05-12[1.0.X] Fixed #11063: updated install docs to mention mod_wsgi instead of ↵Jacob Kaplan-Moss
mod_python. Backport of [10745] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10747 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-05-08[1.0.X] Fixed #9493 -- Corrected error handling of formsets that violate ↵Russell Keith-Magee
unique constraints across the component forms. Thanks to Alex Gaynor for the patch. Merge of r10682 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10718 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-05-02[1.0.X] Fixed #9206 -- Clarified documentation of transaction handling in ↵Russell Keith-Magee
raw SQL, and error recovery for Postgres. Thanks to Richard Davies for the suggestion and draft text. Merge of r10655 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10657 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-05-02[1.0.X] Fixed #10954 -- Corrected error in docs example describing extending ↵Russell Keith-Magee
the JSON serializer. Thanks to Glenn for the report. Merge of r10654 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10656 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-16[1.0.X] Fixed #10779 -- Corrected description of an example in the files ↵Russell Keith-Magee
docs. Thanks to timo for the patch. Merge of r10567 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10571 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-16[1.0.X] Fixed #10822 -- Corrected minor typo in i18n docs. Thanks to ↵Russell Keith-Magee
prairiedogg for the report. Merge of r10561 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10568 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-03[1.0.X] Fixed a whole bunch of small docs typos, errors, and ommissions. ↵Jacob Kaplan-Moss
Backport of the parts of r10371 that apply to the 1.0 docs. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10372 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-01[1.0.X] Fixed #10031: updated SQLite database docs to more strongly indicate ↵Jacob Kaplan-Moss
the problems with versions before 3.3.6. Thanks, ramiro. Backport of r10311 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10312 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-01[1.0.X] A whole lotta documentation fixes, backported from r10303 on trunk.Jacob Kaplan-Moss
I got my commit message cut off the first try, but luckily I get to still thank Kevin Kubasik for rolling all these fixes up into a single easy patch. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10306 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-31Made a bunch of edits to docs/topics/cache.txt, mostly based on stuff from ↵Jacob Kaplan-Moss
the Django Book. Backport of [10055] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10305 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-31[1.0.X] Fixed #9012: Changed inappropriate title of models documentation. ↵James Bennett
Backport of [10276] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10277 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-31[1.0.X] Fixed #10306: Corrected form action in auth login example. Backport ↵James Bennett
of [10269] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10270 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-31[1.0.X]: Fixed #10120 -- Added a `return` to a doc example, patch from andrews.Gary Wilson Jr
Backport of r10265 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10266 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-31[1.0.X]: Fixed #10553 -- Corrected several uses of `URLconf` in ↵Gary Wilson Jr
documentation and comments, according to the Django style guide. Based on patch from rduffield. Backport of r10256 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10257 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-30[1.0.X]: Fixed #9914 -- Fixed field class name in models docs, patch from timo.Gary Wilson Jr
Backport of r10200 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10201 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-24[1.0.X] Made a couple of cross-references in the model fields documentaiton ↵Malcolm Tredinnick
consistent. Backport of r10007 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10167 bcc190cf-cafb-0310-a4f2-bffc1f526a37