summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2014-02-06Updated 1.6.2 release notes for release (and linkified tickets).Jacob Kaplan-Moss
2014-02-05[1.6.x] Added missing items to 1.6.2 release notes.Tim Graham
Backport of b17c75564f from master
2014-02-05[1.6.x] Added previous commit to 1.6.2 release notes.Baptiste Mispelon
Backport of 2dd88f0687c2bc9c457816a011bf5e46f6bf84ad from master.
2014-01-29[1.6.x] Fix typo CRSF -> CSRFIan Foote
Backport of af64f829d7 from master
2014-01-26[1.6.x] Added release note stubs for 1.5.6 and 1.4.11.Tim Graham
Backport of dfa28981ce from master
2014-01-26[1.6.x] Added missing items to 1.6.2 release notes.Tim Graham
Backport of 2cbe1e28fb from master
2014-01-26[1.6.x] Fixed typo. Refs #21836.Aymeric Augustin
Backport of 8e1fc03 from master
2014-01-25[1.6.x] Fixed #21836 -- Improved transaction docs about autocommit modeChris Jerdonek
Clarified that queries in autocommit mode are committed immediately only if a transaction has not already been started. Added to the main transaction docs that Django's TestCase class implicitly wraps its tests in transactions. Backport of 798fd59f from master.
2014-01-24[1.6.x] Fixed #21869 -- Fixed docs building with Sphinx 1.2.1.Tim Graham
Thanks tragiclifestories for the report. Backport of e1d18b9d2e from master
2014-01-24[1.6.x] Fixed #21824 -- Added reference to LTS in docs/internals/security.txtJames Turley
Backport of 4d8209431d from master
2014-01-23[1.6.x] Fixed some punctuation; thanks Chris Jerdonek.Tim Graham
Backport of 81830ce34f from master
2014-01-22[1.6.x] Always use parentheses when documenting a method with no arguments.Baptiste Mispelon
Backport of 05d36dc06e6d767bb28993c65a54b703f319a386 from master.
2014-01-22[1.6.x] Don't show `self` in the list of arguments of a method.Baptiste Mispelon
This is consistent with Python's official documentation and it's a sphinx recommendation too[1]. [1] http://sphinx-doc.org/markup/desc.html#dir-method Refs #21855. Backport of 79e1d6ebd70898d514a44b85648e3d24104c4243 from master.
2014-01-22[1.6.x] Fixed #20834 -- Described how caching of user permissions works.Tim Graham
Thanks Giggaflop and Jennifer Casavantes. Backport of 5f9790072d from master
2014-01-22[1.6.x] Added a link to the 1.6 release notes which also fixed a rendering ↵Tim Graham
issue. Backport of 2171341162 from master
2014-01-22[1.6.x] Fixed #21529 -- Noted that {% url %} encodes its output (refs #13260).Tim Graham
Backport of dfc092622e from master
2014-01-22[1.6.x] Fixed #21726 -- Clarified that password should not be included in ↵Tim Graham
REQUIRED_FIELDS. Thanks russellm for the report. Backport of 6f06c749b7 from master
2014-01-20[1.6.x] Fixed #21834 -- Clarifed usage of template_name in tutorial part 4.Tim Graham
refs #21195 on master.
2014-01-19[1.6.x] Added a note about LTS releases.Jacob Kaplan-Moss
Backport of a44cbca2a5f1388c6511dad48443877fa660845a from master.
2014-01-17[1.6.x] Fixed #18942 -- Clarified usage of {% get_static_prefix %}.Tim Graham
Thanks Aymeric for the suggestion. Backport of bc7668eb51 from master
2014-01-17[1.6.x] Fixed #13116 -- Described scope of variables created by {% url ... ↵Tim Graham
as var %} syntax. Thanks leif_p for the suggestion. Backport of 4a5aac47a6 from master
2014-01-17[1.6.x] Fixed #20052 -- Discouraged use of Jython given the current state of ↵Tim Graham
django-jython. Thanks Josh Juneau (maintainer of django-jython) for the review. Backport of a67e327db5 from master
2014-01-16[1.6.x] Fixed #18285 -- Documented that bulk_create doesn't work with M2M ↵Tim Graham
relationships. Backport of 9173d2cb74 from master
2014-01-16[1.6.x] Fixed #21768 -- Corrected TemplateView context section.Tim Graham
Thanks nedbatchelder for the report and claudep for the patch. Backport of c05b2f58e7 from master
2014-01-16[1.6.x] Fixed #21727 -- Added some links to help clarify topics/auth/default.txtTim Graham
Thanks daGrevis for the suggestion. Backport of d35f2bfd5b from master
2014-01-16[1.6.x] Fixed #21747 -- Added {% elif %} to template topics guide.Tim Graham
Thanks gcc for the suggestion. Backport of 9e5033b302 from master
2014-01-15[1.6.x] Fixed typo in storage docsKevin Wood
Backport of 82f466b571 from master
2014-01-04[1.6.x] Fixed #21730 -- Removed superfluous db_index in custom auth docsClaude Paroz
Thanks rafalp for the report. Backport of c717ebbfec from master.
2014-01-03[1.6.x] Fixed a sentence in the session security docs; thanks claudep.Tim Graham
Backport of 4d27d311f6 from master
2014-01-03[1.6.x] Fixed #21728 -- Corrected an inadvertent path change in ↵Tianyi Wang
docs/intro/contributing.txt. Backport of e6800ea136 from master
2014-01-02[1.6.x] Fixed #21319 -- Added documentation for the Form.fields attribute.Vajrasky Kok
Thanks pydanny for the report. Also, added documentation about base_fields attribute and its difference with fields attribute. Backport of ea83102d0f from master
2014-01-02[1.6.x] Fixed #21722 -- Added a warning for avoiding XSS vulnerabilities ↵Tim Graham
when reusing built-in filters. Thanks Stephen McDonald for the suggestion. Backport of 07711e9997 from master
2014-01-02[1.6.x] Fixed typos. Changed grammar.Frank Tobia
Backport of 6dd8631617 from master
2014-01-02[1.6.x] Fixed minor typos.Nathan Smith
Backport of 44d40ba521 from master
2013-12-31[1.6.x] Django sees more than 1mm hits per hourMatt Robenolt
Disqus regularly does 40-50k/s Backport of a502bbb2f0 from master
2013-12-31[1.6.x] Fixed #21581 -- Fixed a number of issues with collectstatic.Loic Bistuer
When STATIC_ROOT wasn't set, collectstatic --clear would delete every files within the current directory and its descendants. This patch makes the following changes: Prevent collectstatic from running if STATIC_ROOT isn't set. Fixed an issue that prevented collectstatic from displaying the destination directory. Changed the warning header to notify when the command is run in dry-run mode. Backport of 4befb3015c from master
2013-12-31[1.6.x] Fixed #21484 -- Documented that SQL logging does not include ↵Tim Graham
"framework level" queries. Backport of 4d8d76e7a8 from master
2013-12-31[1.6.x] Fixed #19395 -- Added a simple example logging config.Tim Graham
Thanks ken.nelson at maclaren.com. Backport of 69f0249d7b from master
2013-12-31[1.6.x] Fixed #21701 -- Improved testing doc titles and added testing/tools.txt.Tim Graham
Thanks cjerdonek for the suggestion. Backport of 9953e98e6a from master
2013-12-30[1.6.x] Fixed #21708 -- Added some headings to separate unrelated topics.Tim Graham
Thanks ashley at ashleymills.com for the suggestion. Backport of 270f7e2167 from master
2013-12-30[1.6.x] Fixed #21710 -- Documented User.get_short_name()Tim Graham
Thanks Keryn Knight for the report. Backport of 0150830687 from master
2013-12-28[1.6.x] Fixed #21618 -- Added hints about openlayers.js hostingClaude Paroz
Thanks kz26 for the report and Tim Graham for the excellent review. Backport of b7a7baa554 from master.
2013-12-27[1.6.x] Fixed #21650 -- Corrected bad advice for plural translation.Tim Graham
Thanks nedbatchelder and claudep. Backport of 85270ef3f5 from master
2013-12-26[1.6.x] Fixed #21582 -- Corrected URL namespace example.Tim Graham
Thanks oubiga for the report. Backport of 025ec2e7fe from master
2013-12-26[1.6.x] Fixed #21629 -- Added instructions for loading MySQL time zone ↵Tim Graham
definitions. Thanks Aymeric for the suggestion. Backport of d8d83777eb from master
2013-12-26[1.6.x] Fixed #21627 -- Added unicode_literals to changepassword command.Jon Lønne
Fixed a crash when executing changepassword command when the user object representation contained non-ASCII characters. Backport of 398642fd9b from master
2013-12-26[1.6.x] Fixed #21662 -- Kept parent reference in prepared geometryClaude Paroz
Thanks Robert Scott for the report. Backport of 542198c1d0 from master.
2013-12-25[1.6.x] Fixed #21663 -- Added missing WSGIPythonPath in mod_wsgi config.Tim Graham
Thanks carrie.hazelton at altamiracorp.com for the report. Backport of e82e7ae1e8 from master
2013-12-19[1.6.x] Fixed #21213 -- Added docs for Django's mailing lists.Unai Zalakain
Added docs/internals/mailing-lists.txt documenting the use of django's mailing lists. All references across docs changed to point to this page. The referencing makes use of substitution because there's no way to make a :ref: link in a non-inline fashion in Sphinx. It also makes use of rst_epilog Sphinx conf for making this substitutions across all the docs. Backport of 3895d8899d from master
2013-12-18[1.6.x] Fixed #21585 -- Updated some links to 3rd party database projects.Tim Graham
Thanks graeme.perrow at sap.com for the original report. Backport of 23d9f517dc from master