summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2009-03-30[1.0.X]: Fixed #9853 -- Added information to the model date/time fields to ↵Gary Wilson Jr
note the Python objects used to represent them. Backport of r10198 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10199 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-30[1.0.X]: Fixed some long lines and removed trailing whitespace.Gary Wilson Jr
Backport of r10195 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10196 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-30[1.0.X] Fixed #10653 -- Update docs regarding Jython support. Thanks, Leo ↵Justin Bronn
Soto for ticket & patch. Backport of r10188 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10189 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 #10329 -- Added link target for get_FOO_display, ↵Russell Keith-Magee
get_next_by_FOO, and get_previous_by_FOO. Thanks to rctay for the report, and timo for the patch. Merge of r10152 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10160 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 #10434 -- Corrected FastCGI example. Thanks to vithlani.Russell Keith-Magee
Merge of r10150 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10158 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-24[1.0.X] Fixed #10591 -- Corrected link to Jython in docs. Thanks to framos.Russell Keith-Magee
Merge of r10146 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10155 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-24[1.0.X] Fixed #10592 -- Corrected typo in initial-data howto. Thanks to Paul ↵Russell Keith-Magee
Menzel. Merge of r10145 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10154 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-18[1.0.X] Corrected a problem with the database cache backend, and refactored ↵Russell Keith-Magee
the cache test suite to ensure that all the backends are actually tested. Partial merge of r10031 and r10071 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10086 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-05[1.0.X] Clarified documentation regarding Oracle's treatment of nulls and ↵Ian Kelly
empty strings. Backport of [9976] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9977 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 #9939 -- Corrected minor error in model fields documentation. ↵Russell Keith-Magee
Thanks to seemant for the report. Merge of r9864 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9874 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-02-22[1.0.X] Fixed #10007 -- Corrected (and narrowed) a reference to the Python ↵Russell Keith-Magee
standard library documentation. Thanks to d00gs for the report. Merge of r9863 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9873 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 #10141 -- Added a missing import to the complex Feed example. ↵Russell Keith-Magee
Thanks to Temoto for the report. Merge of r9858 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9868 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-22[1.0.X] Fixed #10312 -- Corrected a link to the Reportlab user guide. Thanks ↵Russell Keith-Magee
to JohnDoe for the report. Merge of r9856 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9866 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-02-03[1.0.X] Corrected code block in apache auth docs.Gary Wilson Jr
Backport of r9806 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9807 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-29[1.0.X] Fixed #10152 -- Fixed typo in porting guide. Thanks eagle-eyed ↵Karen Tracey
anonymous. r9795 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9796 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-01-24[1.0.X] Fixed #10110 -- Added FAQ on how and when to poke the core ↵Russell Keith-Magee
developers about tickets. Thanks to Graham King for turning a couple of django-dev posts into a good first draft. Merge of r9789 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9790 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-01-14A handful of fixes to django.contrib.comments:Jacob Kaplan-Moss
* Fixed #9143, #9429, and #9439 (was r9730 on trunk) * Fixed #9959: comment preview documentation example (was r9731 on trunk) * Fixed #9346: comment upgrade SQL in documentation. (was r9732 on trunk). git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9738 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-01-09[1.0.X] Revised r9567 slightly to be backwards compatible with versions 1.0 ↵Malcolm Tredinnick
- 1.0.2. Also documented the change. We prefer to load directory_index.html for static directory listings, but if you have the (older style) "directory_index" template and no .html version, we'll load that. This should stop a bunch of mysterious breakages when people upgrade to Django 1.0.3 or Django 1.1. Also keeps the docs in sync with released code. Fixed #9993. Backport of r9725 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9726 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
2009-01-06[1.0.X] Documented that case-insensitive matching is not supported for non-ASCIIMalcolm Tredinnick
strings in SQLite. Refs #9905. Backport of r9705 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9706 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-01-03Added a link to RKM's blog in the committers file.Russell Keith-Magee
Backport of r9698 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9699 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 #9902 -- Corrected misspelling in form validation ↵Gary Wilson Jr
documentation, thanks zunzun. Backport of r9674 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9675 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-22[1.0.X] Changed some ReST formatting of headers (in forms/validation.txt).Malcolm Tredinnick
Backport of r9666 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9667 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-16[1.0.X] Fixed #9431 -- Added extra validation for VARCHAR-based fields on MySQL.Malcolm Tredinnick
max_length > 255 and unique=True is not permitted. Based on a patch from adamnelson. Backport of r9470 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9652 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-12-10[1.0.X] Fixed a small reST header glitch in docs/ref/templates/builtins.txt. ↵Karen Tracey
This was [9529] on trunk. Also updated svnmerge.py metadata; all non bugfix changesets from trunk have been applied to 1.0.X. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9640 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-12-10[1.0.X] Yet another place where we claim to support 2.3 and up. Was [9635] ↵James Bennett
in trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9636 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-12-09[1.0.X] Another place where we talked about Python versions. Was [9632] in ↵James Bennett
trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9633 bcc190cf-cafb-0310-a4f2-bffc1f526a37