summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2013-02-20[1.4.x] Note that ALLOWED_HOSTS default changes in Django 1.5.Carl Meyer
2013-02-19[1.3.x] Don't characterize XML vulnerabilities as DoS-only.Carl Meyer
2013-02-19[1.3.x] Bump version numbers for security release.1.3.6James Bennett
2013-02-19[1.3.x] Update 1.3.6 release notes for all security fixes.Carl Meyer
2013-02-12[1.3.x] Added a default limit to the maximum number of forms in a formset.Aymeric Augustin
This is a security fix. Disclosure and advisory coming shortly.
2013-02-12[1.3.x] Added ALLOWED_HOSTS setting for HTTP host header validation.Carl Meyer
This is a security fix; disclosure and advisory coming shortly.
2012-12-10[1.3.x] Bump version numbers for security release.1.3.5James Bennett
2012-10-17[1.3.x] Bump version numbers for security release.1.3.4James Bennett
2012-08-01[1.3.x] Bump version numbers for bugfix release.1.3.3James Bennett
2012-07-30[1.3.x] Bump version numbers for security releases.James Bennett
2012-03-16[1.3.X] Fixed #17841 -- Clarified caching note about authentication ↵Claude Paroz
backends. Thanks auzigog for the proposal and lukegb for the patch. Backport of r17752 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@17753 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-15[1.3.X] Fixed #17900 -- StreamHandler output defaults to stderr. Thanks ↵Claude Paroz
c4m3lo for the report. Backport of r17741 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@17742 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-14[1.3.X] Fixed #17837. Improved markdown safety.Paul McMillan
Markdown enable_attributes is now False when safe_mode is enabled. Documented the markdown "safe" argument. Added warnings when the safe argument is passed to versions of markdown which cannot be made safe. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@17734 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-14[1.3.X] Updated some outdated external URLs in docs.Claude Paroz
Backport of r17710 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@17711 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-13Fixed #17584 -- Updated create_template_postgis-debian.sh script for ↵Claude Paroz
PostgreSQL 9.1 installs. Thanks akaihola for the initial patch. Backport of r17706 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@17707 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-12[1.3.X] Fixed the localization docs a little to point to the correct ↵Jannis Leidel
Transifex URL. Also reworded it a bit to follow the site's new UI. Backport from trunk (r17690). git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@17691 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-01[1.3.X] Fixed broken link to python-markdown in contrib.markup docs.Carl Meyer
Backport of r17608 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@17609 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-02-25[1.3.X] Fixed #17743 - Typo in topics/i18n/index.txtTimo Graham
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@17587 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-02-24[1.3.X] Fixed #17757 - Typo in docs/intro/overview.txt; thanks kaushik1618.Timo Graham
Backport of r17584 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@17585 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-02-24[1.3.X] Fixed #17749 - Documented better way of overriding ModelAdmin; ↵Timo Graham
thanks chrisdpratt and claudep. Backport of r17582 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@17583 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-02-20[1.3.X] Fixed #16758 - Added a warning regarding overriding default ↵Timo Graham
settings; thanks cyclops for the suggestion & Aymeric Augustin for the patch. Backport of r17566 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@17567 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-02-20[1.3.X] Fixed #17390 - Added a note to topics/auth.txt regarding how to ↵Timo Graham
decorate class-based generic views; thanks zsiciarz for the patch. Backport of r17564 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@17565 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-02-19[1.3.X] Fixed #17319 -- Made the example for set_language less error-prone. ↵Aymeric Augustin
Backport of r17560 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@17561 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-02-19[1.3.X] Fixed #17166 -- Documented how FIXTURE_DIRS works in the inital data ↵Aymeric Augustin
how-to, and edited related bits in the settings reference. Backport of r17558 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@17559 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-02-19[1.3.X] Fixed #17316 -- Mentionned that the MultipleProxyMiddleware provided ↵Aymeric Augustin
as an example must run rather early. Backport of r17556 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@17557 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-02-19[1.3.X] Fixed #16452 -- Clarified that the DATE/DATETIME/TIME_INPUT_FORMATS ↵Aymeric Augustin
settings have no effect when USE_L10N is True. Backport of r17554 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@17555 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-02-19[1.3.X] Fixed #17573 -- Documented MySQL's switch to InnoDB as default ↵Aymeric Augustin
storage engine. Backport of r17552 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@17553 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-02-18[1.3.X] Fixed #17706 - Improved short description example in Tutorial 2; ↵Timo Graham
thanks xbito and claudep. Backport of r17550 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@17551 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-02-18[1.3.X] Fixed #17685 - Typo in BaseDateListView.get_dated_items(); thanks ejb.Timo Graham
Backport of r17548 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@17549 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-02-14[1.3.X] Updated link to Django Debug Toolbar homepage.Timo Graham
Thanks to rowynm AT gmail DOT com for the report and to Claude Paroz for the patch. Fixes #17543. Backport of r17376 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@17523 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-02-12Fixed #16653 - Added example of kwargs support for resolve(); thanks ↵Timo Graham
krzysiumed for the patch. Backport of r17517 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@17518 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-02-11[1.3.X] Fixed #17618 - Documented that variable names in template must not ↵Timo Graham
start with an underscore; thanks guillemette and krzysiumed. Backport of r17504 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@17505 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-02-11[1.3.X] Fixed link to SpatiaLite 2.x initial SQL files.Ramiro Morales
Backport of [17491] and [17496] from trunk. Refs #17554. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@17498 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-02-05[1.3.X] Fixed #17571 - Fixed documentation of skipUnlessDBFeature; thanks ↵Timo Graham
EnTeQuAk for the report. Backport of r17459 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@17460 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-02-05[1.3.X] Fixed #17510 - Typo in docs/topics/class-based-views.txt; thanks ↵Timo Graham
andrew and noria. Backport of r17457 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@17458 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-01-26[1.3.X] Fixed #17240 -- Replaced links to the online version of the docs by ↵Ramiro Morales
internal references. Backport of [17100] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@17397 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-01-25[1.3.X] Added note about deprecation of project-level translations to the ↵Ramiro Morales
deprecation timeline document. Thanks Jannis for the report. Fixes #17588. Backport of [17394] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@17395 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-01-22[1.3.X] Fixed #17575 -- Typo in an example of ModelAdmin.list_filter. Thanks ↵Aymeric Augustin
apelisse AT gmail com for the report. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@17388 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-01-21[1.3.X] Fixed the link to the IRC logs in the README and docs. Refs #17453, ↵Aymeric Augustin
#16277. Backport of [17149] and [17385]. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@17386 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-01-12Fixed #17538 -- corrected the section in tutorial 3 about the handler404 ↵Carl Meyer
default. Thanks matt at brozowski dot com for the report. Backport of r17369 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@17370 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-01-04[1.3.X] Clarified deployment docs to avoid giving users the impression that ↵Carl Meyer
staticfiles should be used to actually serve files in production. Backport of r17338 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@17339 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-12-31[1.3.X] Fixed #11986 - Added sudo to Mac OS permissions note in tutorial.Timo Graham
Backport of r17318 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@17319 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-12-31[1.3.X] Fixed #640 - Documented that changing order_with_respect_to requires ↵Timo Graham
a schema change; thanks fcurella and poirier for the draft patches. Backport of r17316 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@17317 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-12-31[1.3.X] Fixed #702 - Documented that ManyToMany fields can't be in ↵Timo Graham
unique_together; thanks poirier for the patch. Backport of r17314 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@17315 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-12-30[1.3.X] Fixed #17068 - Documented that documentation fixes will be more ↵Timo Graham
freely backported. Backport of r17300 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@17301 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-12-30[1.3.X] Fixed #17470 - Broken links in 0.95/0.96 release notes; thanks ↵Timo Graham
fastinetserver for the report; aaugustin for the patch. Backport of r17290 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@17291 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-11-19[1.3.X] Fixed #17028 - Changed diveintopython.org -> diveintopython.netTimo Graham
Backport of r17115 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@17116 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-11-06[1.3.X] Fixed #17171 -- Updated tutorial urls.py code snippets to match ↵Carl Meyer
startproject template and recommended practice. (No 'import *', use 'urls()' function.). Thanks haimunt for report. Parts of this are a backport of r17073 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@17074 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-10-27[1.3.X] Fixed #17123 -- corrected the path to admin static assets in 1.3 ↵Carl Meyer
docs. Thanks glarrain for the report. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@17044 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-10-18[1.3.X] Refs #16072 -- Corrected blocktrans multiple-argument syntax example ↵Carl Meyer
in the docs. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@17011 bcc190cf-cafb-0310-a4f2-bffc1f526a37