summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Collapse)Author
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
2009-03-24[1.0.X] Fixed #10503 -- Clarified docs on the operation of the noop option ↵Russell Keith-Magee
to {% trans %}. Thanks to liangent for the report. Merge of r10151 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10159 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-24[1.0.X] Fixed #10437 -- Corrected typo in Widget media example. Thanks to ↵Russell Keith-Magee
Manuel Saelices. Merge of r10149 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10157 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-24[1.0.X] Fixed #10570 -- Grammar fix for Manager docs. Thanks to adamv.Russell Keith-Magee
Merge of r10147 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10156 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-15[1.0.X] Documented patterns for adding extra managers to model subclasses.Malcolm Tredinnick
This seems to have been a source of confusion, so now we have some explicit examples. Fixed #9676. Backport of r10058 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10061 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-15[1.0.X] Clarified and expanded documentation for Manager.use_for_related_fields.Malcolm Tredinnick
This is for Manager subclasses that are default managers, but only sometimes. The general rule is: "don't use it." If you really need it, read the instructions. Backport of r10057 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10060 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-04[1.0.X] Made it explicit if you accidentally override a Field from a parent ↵Malcolm Tredinnick
model. This was always not working reliably (model initialization and serialization were two of the problems). Now, it's an explicit error. Also, documented. Fixed #10252. Backport of r9974 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9975 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-03[1.0.X] Minor update to documentation for many-to-many filter() calls.Malcolm Tredinnick
Removed a potential ambiguity when describing how multiple conditions in one filter() call are handled. Backport of r9958 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9959 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-02[1.0.X] Small edit to the caching docs.Malcolm Tredinnick
Turns out, super-lightning is not faster than normal lightning. :-) Backport of r9949 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9950 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-02-28[1.0.X] Fixed #10377: Added clearer warning to database notes for cx_Oracle 5.0.James Bennett
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9923 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-02-22[1.0.X] Fixed #9347 -- Added an entry in the field reference for the ↵Russell Keith-Magee
verbose_name option. Thanks to marcoberi for the suggestion, and timo for the eventual patch. Merge of r9865 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9875 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-02-22[1.0.X] Fixed #10118 -- Clarified the error message raised when accessing a ↵Russell Keith-Magee
subclass model that doesn't exist. Thanks to peterbraden@peterbraden.co.uk for the suggestion. Merge of r9859 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9869 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-02-22[1.0.X] Fixed #10298 -- Corrected the example for the get_list_or_404 ↵Russell Keith-Magee
shortcut. Thanks to Dagur for the report. Merge of r9857 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9867 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-02-21[1.0.X] Merged trunk changes [9850], [9851], [9852], [9853]Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9854 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-02-16[1.0.X] Auth-related doc cleanups:Gary Wilson Jr
* Added to documentation of missing characters from `allowed_chars` in `make_random_password`. * Fixed several long lines and word wraps. * Added a reference link to the "How to log a user in" section and made a later reference to this section an actual link using the `:ref:` directive. * Turned a command line code example into a code block. * Added attribute reference link for a ``request.META`` mention. * Added `code-block:: html` directives for HTML examples. * Corrected reference links for all the `auth.views` functions. * Added a few function signatures and documentation of optional parameters that were missing for some of the the `auth.views` functions (refs #10272). Backport of r9835 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9836 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-02-15[1.0.X] A few minor wording, whitespace, punctuation, and link changes for ↵Gary Wilson Jr
the middleware documentation. Backport of r9833 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9834 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-01-29[1.0.X] Fixed #8638 -- Added documentation on how to redirect email to a ↵Russell Keith-Magee
dummy server for testing purposes. Thanks to Rob Hudson and Marc Fargas for their work on the draft for this change. Merge of r9793 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9798 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-01-06[1.0.X] Refs #9935: Added a note in the documentation to the effect that ↵Ian Kelly
Django currently requires a 4.X release of cx_Oracle. Backport of [9709] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9710 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-12-26[1.0.X] Merged [9682], [9683] and [9684] from trunk. These were changes ↵Adrian Holovaty
dealing with documenting and adding a helpful error message for the quirk of admin users needing 'change user' permission to add users. Refs #9866 git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9685 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-12-23[1.0.X] Fixed #9884 -- Corrected template example in model forms ↵Gary Wilson Jr
documentation, thanks bradmontgomery. Backport of r9676 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9677 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-12-23[1.0.X] Fixed #9896 -- Corrected a couple uses of `formset.forms`, thanks ↵Gary Wilson Jr
aglzen. Backport of r9672 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9673 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-12-23[1.0.X] Fixed #9780 -- Fixed an undefined internal link in the model forms ↵Gary Wilson Jr
documentation, thanks ramiro. Backport of r9670 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9671 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-12-22[1.0.X] Fixed #9904 -- Corrected name of storage method in files documentation.Gary Wilson Jr
Backport of r9668 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9669 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-12-21[1.0.X] Fixed #9898 -- Added a missing 'e' to 'one'. Thanks gizzywump. Also ↵Karen Tracey
Americanized specialised while in the area, per contributing's guideline. r9662 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9663 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-12-09[1.0.X] Clarify install docs to point at new FAQ items about Python 3.0. Was ↵James Bennett
[9360] in trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9631 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-12-09[1.0.X] Fixed #9783; clarified install docs and FAQ to explain that Django ↵James Bennett
does not yet work with Python 3.0. Was [9628] in trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9629 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-12-09[1.0.X] Did some much-needed rewriting/editing in the formsets section of ↵Adrian Holovaty
docs/topics/forms/modelsforms.txt. 'It self' is not two words. Backport of [9616] git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9617 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-12-09[1.0.X] Improved the model formset and inline formset documentation to be ↵Brian Rosner
more explicit and handle some cases that were never addressed before. Backport of r9614 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9615 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-12-08[1.0.X] Fixed #9718 -- Removed a reference to oldforms FormWrapper? object ↵Gary Wilson Jr
in the user authentication docs. Backport of r9595 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9596 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-12-03[1.0.X] Fixed #9740 -- Updated and correct usage of max_entries in cache ↵Malcolm Tredinnick
documentation. Backport of r9556 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9559 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-12-02[1.0.X] Added a short note to the modelforms documentation linking betweenMalcolm Tredinnick
save(commit=False) and using force_insert or force_update on the Model.save() call. Refs #8672. Backport of r9539 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9541 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-21[1.0.X] Fixed #9618: Corrected an error in some example code in the forms ↵Karen Tracey
documentation. Thanks matthijs. r9517 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9518 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-18[1.0.X] Removed 'Most Web sites wouldn't be complete without a way to upload ↵Adrian Holovaty
files' sentence from file-uploads.txt in docs. I beg to differ. (Same as [9487] on trunk) git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9488 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-16[1.0.X] Fixed #9472 -- Fixed a couple of URL patterns to be more consistent ↵Malcolm Tredinnick
(and remove a misleading initial slash). Thanks, daveyjoe. Backport of r9471 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9472 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-15[1.0.x] Fixed #9477 -- Removed and edited a bunch of references to "developmentMalcolm Tredinnick
version". Some were replaced with versionadded or versionchanged directives. Other, more minor ones, were removed altogether. Based on a patch from James Bennett. Backport of r9454 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9455 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-14[django-1.0.X] Fixed #9377 -- Clarified when cmemcached support was included ↵Malcolm Tredinnick
in Django. Backport of r9435 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9437 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-14[django-1.0.X] Fixed #9531 -- Fixed some awkward wording in the docs. ↵Malcolm Tredinnick
Thanks, gsf. Backport of r9434 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9436 bcc190cf-cafb-0310-a4f2-bffc1f526a37