summaryrefslogtreecommitdiff
path: root/docs/faq
AgeCommit message (Collapse)Author
2009-07-03[1.0.X] Fixed #9669 -- Corrected an answer in the admin FAQ that is wrong in ↵Russell Keith-Magee
a post-newforms-admin world. Thanks to Alex for the report. Merge of r11175 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11177 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-06-18[1.0.X] Fixed #11339 -- Corrected typo in FAQ. Thanks Kellen. Karen Tracey
r11041 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11042 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-05-27[1.0.X] Fixed #11209 -- Added a note to doc on connection.queries that the ↵Karen Tracey
logged sql may not inlude parameter quoting. r10847 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10848 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-05-26[1.0.X] Fixed #11202 -- Removed mod_python information from FAQ, as it is no ↵Karen Tracey
longer the recommended deployment option, in favor of more general pointers to the docs and wiki where deployment is discussed in depth. r10841 from trunk. Also updated svnmerge-integrated to indicate r10837 has been merged to the branch. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10842 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-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-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
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] 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-11-21[1.0.X] Remove the FAQ answer about a setuptools install error that ↵Karen Tracey
references running a script 2-years-gone from the source tree. r9523 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9524 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-21[1.0.X] Fixed #9611 -- Noted in the FAQ answer about Python versions that ↵Karen Tracey
some contrib apps (notably gis) may require a higher Python version. Thansk jamesivanwhite for the report and initial patch. r9521 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9522 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 #9468 -- Fixed a misleading FAQ answer.Malcolm Tredinnick
Backport of r9428 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9430 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-02[1.0.X] Fixed #9497 - Doc typos. Many thanks ramiro. Karen Tracey
[9330] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9331 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-09-09Fixed #8985 -- Removed two FAQ questions that have been outdated by the 1.0 ↵Adrian Holovaty
release, including 'When will you release Django 1.0?' Good riddance! git-svn-id: http://code.djangoproject.com/svn/django/trunk@8991 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-09-09Fixed #8983 -- Removed a funky character from faq/general.txt. Thanks, ↵Adrian Holovaty
Fernando Correia git-svn-id: http://code.djangoproject.com/svn/django/trunk@8988 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-09-03Cleaned up the list of authors/contributors so that people actually working ↵Jacob Kaplan-Moss
on Django get some props. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8936 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-09-02A bunch of cleanups to file documentation. Along the way some references to ↵Jacob Kaplan-Moss
the old file methods were removed - thanks, varikin. Fixes #8642. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8862 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-08-23Massive reorganization of the docs. See the new docs online at ↵Jacob Kaplan-Moss
http://docs.djangoproject.com/. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8506 bcc190cf-cafb-0310-a4f2-bffc1f526a37