summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2013-03-28Bump version numbers for 1.5.1.1.5.1Jacob Kaplan-Moss
2013-03-28[1.5.x] Added 1.5.1 release notes.Jacob Kaplan-Moss
Backport of ae5247cb from master.
2013-03-26Document password truncation with BCryptPasswordHasherDonald Stufft
2013-03-24[1.5.X] Fixed signature of HttpResponse.set_signed_cookie in docs.Yohan Boniface
Backport of c5b2414a52 from master
2013-03-23[1.5.x] Fixed #20119 -- Fixed typo in auth docsClaude Paroz
Thanks vinyll for the report. Backport of f670cce9f53 from master.
2013-03-22[1.5.x] Added missing markup to docs.Tim Graham
Backport of 93cffc3b37 from master.
2013-03-22[1.5.x] Fixed docs template name typoTom V
Backport of a907fa088e from master
2013-03-22[1.5.x] Fixed #17935 - Clarified intro of topics/files.txt.Tim Graham
Thanks guettli for the suggestion. Backport of f7795e968d from master
2013-03-20[1.5.x] Fixed #20096 -- Added link to the Greek localflavor appClaude Paroz
Backport of a9ee0e297 from master.
2013-03-18[1.5.x] Fixed #20051 -- Specified where to define `TEMPLATE_DIRS`.Matthew Wood
2013-03-17[1.5.x] Minor docs fix for e11ccc76.Aymeric Augustin
Backport of f3a6d74 from master.
2013-03-17[1.5.x] Updated bundled version of six.Aymeric Augustin
Backport of e11ccc76d325b6bbbf101f510a91299f507f0745.
2013-03-12[1.5.x] Fixed #19965 - Added a warning that the tutorial is written for ↵Tim Graham
Python 2. Thanks itsallvoodoo for the patch. Backport of e1bafdbffa from master.
2013-03-10[1.5.x] Fixed #20008 -- Removed trailing slash in Wikipedia linkClaude Paroz
Thanks senden9 at gmail.com for the report. Backport of 63c52dcbcd from master.
2013-03-02[1.5.x] Fixed #19962 - Added a note about SESSION_EXPIRE_AT_BROWSER_CLOSE ↵Tim Graham
and browsers that persist sessions. Thanks David Sanders. Backport of fe5d9fe5fe from master
2013-03-01[1.5.x] Fixed #19960 -- Fixed sentence in contrib.auth signals docsClaude Paroz
Thanks edd at slipszenko.net for the report. Backport of 6d3b0c33dc from master.
2013-02-28[1.5.x] Fixed #19937 - Typo in class-based views intro.Tim Graham
Backport of d009ffe436 from master
2013-02-27[1.5.x] [py3] str.decode does not exist; str.encode was intendedMarti Raudsepp
Backport of fba6df19b5 from master
2013-02-27[1.5.x] Fixed #19926 -- Fixed a link to code example in queries docsClaude Paroz
Thanks Randy Salvo for the report. Backport of b0ba21db07 from master.
2013-02-27[1.5.x] Fixed #16807 - Added a class-based views intro.Tim Graham
Thanks Preston Holmes for the text. Backport of 2108941677 from master
2013-02-26[1.5.x] Fixed #19922 - Typo in translation docs.Tim Graham
Thanks amoebob for the report. Backport of 9ce1b6191b from master
2013-02-26[1.5.x] Add release date to 1.5 release notes.James Bennett
2013-02-26[1.5.x] Bump version numbers for Django 1.5 release.James Bennett
2013-02-25[1.5.x] Fixed #6195 -- Documented caching options for javascript_catalog.Aymeric Augustin
Backport of 0836670 from master
2013-02-25[1.5.x] Minor edits to some recently-added admin docs.Carl Meyer
Backport of 8f839aaa180f from master.
2013-02-24[1.5.x] Fixed #19394 --Added note about auth forms and custom user models.Ben Konrath
2013-02-23[1.5.x] Made a small clarification in tutorial.Preston Holmes
refs #19889
2013-02-23[1.5.X] Added an example of "default" database dictionary left blank; refs ↵Tim Graham
#19775. Thanks wsmith323 for the patch. Backport of cf890c110e from master
2013-02-23[1.5.X] Fixed #19402 - Clarified purpose of CustomUser.REQUIRED_FIELDSTim Graham
Thanks pydanny for the report and ptone for the patch. Backport of 24a2bcbcdd from master
2013-02-23[1.5.X] Fixed #19579 - Documented that "providing_args" is purely ↵Tim Graham
documentational. Backport of 4c05fdb467 from master
2013-02-23[1.5.X] Fixed #19880 - Fixed an error in the form wizard initial_dict example.Tim Graham
Thanks almalki for the report. Backport of 9b97f01dea from master
2013-02-23[1.5.X] Fixed #19775 - Clarified requirements of the "default" database.Tim Graham
Thanks monkut for the report and wsmith323 for the patch. Backport of 31bcb102b2 from master
2013-02-23[1.5.X] Updated example to use staticfiles static template tag, thanks ↵Tim Graham
reinout for the suggestion, refs #19675. Backport of f3ae67a62f from master
2013-02-23[1.5.x] Fixed #19752 - Changed Postgres version numbers to 9.x to avoid ↵Tim Graham
having to update them each minor release. Backport of 8d17114899 from master.
2013-02-23[1.5.X] Updated static file example in overview to use static template tag, ↵Tim Graham
refs #19675. Thanks jezdez for the note. Backport of 9e959e8d58 from master
2013-02-23[1.5.X] Fixed #19675 - Added mention of static files to overview.Tim Graham
Thanks Dwight Gunning for the patch. Backport of a61dbd6219 from master
2013-02-23[1.5.x] Fixed #19887 - Noted when callables may be used in ModelAdmin.fields ↵Tim Graham
and ModelAdmin.fieldset. Thanks Patrick Strasser for the suggestion and Zbigniew Siciarz for the patch. Backport of 722683f508 from master.
2013-02-23[1.5.x] Changed "mysite/mytemplates/" -> "mysite/templates" in tutorial.Tim Graham
Thanks James Pic. Backport of 1b7fb29dfb from master.
2013-02-23[1.5.x] Fixed #17094 - Typo in class-based views doc.Tim Graham
Thanks alej0 for the report. Backport of c89717fabe from master.
2013-02-20[1.5.x] Fixed #19868 -- Clarified purpose of custom user examplePreston Holmes
2013-02-19Don't characterize XML vulnerabilities as DoS-only.Carl Meyer
2013-02-19[1.5.X] Fixed #19728 - Updated API stability doc to reflect current meaning ↵Tim Graham
of "stable". Backport of 132d5822b0 from master
2013-02-19[1.5.X] Fixed typo in docs/topics/class-based-views/generic-display.txtStefan "hr" Berder
Backport of 22d5e4b4af from master
2013-02-19[1.5.x] Bump version numbers for security release.1.5c2James Bennett
2013-02-19[1.5.x] Update 1.5 release notes for XML and formset fixes.Carl Meyer
2013-02-19[1.5.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-19[1.5.x] Added a new required ALLOWED_HOSTS setting for HTTP host header ↵Carl Meyer
validation. This is a security fix; disclosure and advisory coming shortly.
2013-02-18[1.5.X] Fixed #19717 - Removed mentions of "root QuerySet" in docs.Tim Graham
Thanks julien.aubert.mail@ for the report and James Pic for the patch. Backport of 64d0f89ab1 from master
2013-02-18[1.5.x] Corrected INSTALLED_APPS syntax in 1.5 release notes.Simon Meers
Backport of 9c2066d5 from master.
2013-02-16[1.5.x] Fixed #19824 - Corrected the class described for Field.primary_key ↵Tim Graham
from IntegerField to AutoField. Thanks Keryn Knight. Backport of 218bbef0c4 from master