summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2013-11-06[1.6.x] Bump version numbers for 1.6 release.James Bennett
2013-11-02[1.6.x] Fixed #21373 -- Typo fixed in i18n docsClaude Paroz
Thanks rpq at winscores.com for the report. Backport of 88b9d4ff3a from master.
2013-11-01[1.6.x] Fixed spelling ("dependant" -> "dependent")Tim Graham
Dependent means reliant on. A dependant is a person like a child or spouse. Thanks Andrew Wilcox for the report. Backport of 090315f5df from master
2013-11-01[1.6.x] Fixed typo -- "a" user, not "an" userSylvain Bellemare
Backport of c7dabe49dd from master
2013-11-01[1.6.x] Fixed #21364 -- Specified InnoDB full-text support from MySQL 5.6.4 onClaude Paroz
Thanks thevlad at gmail.com for the report. Backport of 89116cf24a from master.
2013-11-01[1.6.x] Fixed #21359 -- Corrected MySQL collation name in databases docsClaude Paroz
Thanks k_sze for the report. Backport of 67c6c1a7c from master.
2013-10-31[1.6.x] Fixed #21339 -- Documented removal of some form field error messagesClaude Paroz
2013-10-30[1.6.x] Fixed #21306 -- Documented lower-casing behavior of title filter.Tim Graham
Backport of eafe279120 from master
2013-10-30[1.6.x] Fixed #21294 -- Clarified the logout next_page argument.Tim Graham
Thanks wim at go2people.nl for the report. Backport of 51e6575472 from master
2013-10-30[1.6.x] Documented the limitation on sep argument to SignerAntoine Catton
Co-Authored-By: Gavin Wahl <gwahl@fusionbox.com> Backport of e9a356a695 from master
2013-10-30[1.6.x] Fixed #21316 -- Documented that modifying safe strings makes them ↵Tim Graham
unsafe. Thanks dev@simon.net.nz for the suggestion and vijay_shanker for the patch. Backport of 1edef50880 from master
2013-10-30[1.6.x] Fixed #21337 -- Documented removal of ↵Tim Graham
django.core.servers.basehttp.WSGIServerException refs 2ca00faa913754cd5860f6e1f23c8da2529c691a Backport of b47a052eb5 from master
2013-10-25[1.6.x] Fixed #21325 -- Added missing argument to permission_required decorator.Tim Graham
Backport of cc2049cdd7 from master
2013-10-25[1.6.x] Fixed typo in docs/releases/1.4.9.txt.Paolo Melchiorre
Backport of 3b0293370a from master
2013-10-23[1.6.x] Bumped release date for 1.5.5 & 1.4.9.Tim Graham
Backport of 4ce5c119b5 from master
2013-10-23Fixed #13245: Explained Oracle's behavior w.r.t db_tableShai Berger
and how to prevent table-name truncation Thanks russellm & timo for discussion, and timo for review. Backported from master 317040a73b77be8f8210801793b2ce6d1a69301e
2013-10-22[1.6.x] Added 1.5.5 and 1.4.9 release notesTim Graham
Backport of 2eb8f15516 from master
2013-10-22[1.6.x] Fixed #21304 -- Typo in docs/topics/testing/advanced.txtTim Graham
Thanks joao at silvaneves.org for the report. Backport of 9704c49d59 from master
2013-10-21[1.6.x] Added docs for the hasher's iteration count changes.Tim Graham
Backport of 28b70425afb2fb8bcbec09d249e37fa786f8a155 from master.
2013-10-21[1.6.x] Fixed #21296 -- Added docs for PostgreSQL and unix domains sockets.Riccardo Magliocchetti
Backport of 1e39982b6e from master
2013-10-18[1.6.x] Fixed #21212 -- Documented the reverse name for OneToOneField.Juergen Schackmann
Thanks bjb at credil.org for the report. Backport of f8632572ad from master
2013-10-18[1.6.x] Added a warning regarding session security and subdomains.Tim Graham
Backport of a3372f67cb from master
2013-10-18[1.6.x] Fixed ReST error in 1.6. release notes.Tim Graham
Backport of 651bb73ab3 from master
2013-10-17[1.6.x] Removed 1.6 release note text regarding password limit length.Tim Graham
This changed was reverted in 5d74853e156105ea02a41f4731346dbe272c2412. Backport of d97bec5ee3 from master
2013-10-15[1.6.x] Improvement on InlineFormSet doc, refs #21006Tianyi Wang
Backport of 944a2bb7c1 from master
2013-10-15[1.6.x] Fixed #21006 -- Added example code for overriding methods on an ↵Tianyi Wang
InlineFormSet. Thanks treysta at gmail.com for the suggestion. Backport of 9bfe66164e from master
2013-10-14[1.6.x] Fixed #21223 -- Added form.id_for_label to topic guide.Sorcha Bowler
Thanks ebertti at yahoo.com.br for the suggestion. Backport of 018e2c055a from master
2013-10-14[1.6.x] Fixed #20962 -- Documented that template tag render() may raise ↵Bouke Haarsma
exceptions. Thanks Keryn Knight for the report. Backport of e077224f4a from master
2013-10-14[1.6.x] Clarfied the ModelForm docs with respect to generated vs. declared ↵Loic Bistuer
fields. The ModelForm docs suggested that fields defined declaratively override default fields generated from the form Meta. This is conceptually wrong, especially with inheritance in mind. Meta is usually defined on the topmost ModelForm subclass, while fields can come from anywhere in the MRO, especially base classes; therefore we suggested that something defined in a base class override something from a subclass. This patch rephrases the docs around the idea that Meta is used to generate *missing* fields. Refs #8620, #19617. Thanks @mjtamlyn and @timgraham for the review. Backport of 54cd930baf from master
2013-10-14[1.6.x] Fixed #21210 -- Documented when runserver doesn't auto-restart.Bouke Haarsma
Thanks gergely at polonkai.eu for the suggestion. Backport of 9b7d38ed5a from master
2013-10-14[1.6.x] Fixed #21264 -- Incorrect RST usage in docsBouke Haarsma
Backport of 8fc63087f6 from master
2013-10-14[1.6.x] Fixed #21027 -- Updated tutorial 5 docs to link to management shell ↵Max Vizard
command page. Backport of 13ddf0e002 from master
2013-10-13[1.6.x] Fixed #19560 -- Identified field in warning for naive datetime.Aymeric Augustin
Thanks gcc for the report and vajrasky for the patch. Backport of 570d9c2678d6cc564f9c70138554af8f7ce9ec49 from master.
2013-10-12[1.6.x] Forms docs: More emphasis in 'id' value customizability.Ramiro Morales
18ea1c473b form master.
2013-10-11[1.6.x] Fixed #15582 -- Documented how TransactionTestCase.multi_db affects ↵Tim Graham
fixtures. Thanks slinkp for the suggestion. Backport of dd839a2dfd from master
2013-10-11[1.6.x] Minor edits to docs/topics/db/queries.txt.Cody Scott
Backport of 8bfc7cc64c from master
2013-10-10[1.6.x] Small improvements to docs/topics/db/models.txtCody Scott
Backport of 695bc0d191 from master
2013-10-09[1.6.x] Fixed grammar/typos in auth customization docsClaude Paroz
Backport of 1b9c72fc4f from master.
2013-10-08[1.6.x] Fix grammatical errors in email documentationDan Loewenherz
Backport of 43f213e475 from master
2013-10-08[1.6.x] Fixed #21164 -- Added documentation for issue with test users.Russell Keith-Magee
The package renaming restores the older package names (which were also the documented package names). This doesn't affect test discovery because the module in question doesn't contain any tests. Thanks to Carl for the design discussion. Backport of ddb5385 from master.
2013-10-07[1.6.x] Re-added link to SQLite notes from DB section of install doc.Ramiro Morales
67f5dffbec from master.
2013-10-03[1.6.x] Fixed #21218 -- Typo on docs/howto/upgrade-version.txtTim Graham
Thanks ryan at ryangallen.com for the report. Backport of 36e220f923 from master
2013-10-02[1.6.x] Fixed #10913 -- Documented how related_name affects QuerySet filteringTim Graham
Thanks neithere for the suggestion. Backport of 75bb6ba966 from master
2013-10-02[1.6.x] Clarified session replay attack differences with cookie backend.Tim Graham
Backport of 00a0d3de02 from master
2013-09-30[1.6.x] Fixed #21154 -- Updated TemplateResponse docs to better explain context.Curtis Maloney
Thanks mrmachine for the report. Backport of c39c9f2ad8 from master
2013-09-30Fixed #21134 -- Prevented queries in broken transactions.Aymeric Augustin
Backport of 728548e4 from master. Squashed commit of the following: commit 63ddb271a44df389b2c302e421fc17b7f0529755 Author: Aymeric Augustin <aymeric.augustin@m4x.org> Date: Sun Sep 29 22:51:00 2013 +0200 Clarified interactions between atomic and exceptions. commit 2899ec299228217c876ba3aa4024e523a41c8504 Author: Aymeric Augustin <aymeric.augustin@m4x.org> Date: Sun Sep 22 22:45:32 2013 +0200 Fixed TransactionManagementError in tests. Previous commit introduced an additional check to prevent running queries in transactions that will be rolled back, which triggered a few failures in the tests. In practice using transaction.atomic instead of the low-level savepoint APIs was enough to fix the problems. commit 4a639b059ea80aeb78f7f160a7d4b9f609b9c238 Author: Aymeric Augustin <aymeric.augustin@m4x.org> Date: Tue Sep 24 22:24:17 2013 +0200 Allowed nesting constraint_checks_disabled inside atomic. Since MySQL handles transactions loosely, this isn't a problem. commit 2a4ab1cb6e83391ff7e25d08479e230ca564bfef Author: Aymeric Augustin <aymeric.augustin@m4x.org> Date: Sat Sep 21 18:43:12 2013 +0200 Prevented running queries in transactions that will be rolled back. This avoids a counter-intuitive behavior in an edge case on databases with non-atomic transaction semantics. It prevents using savepoint_rollback() inside an atomic block without calling set_rollback(False) first, which is backwards-incompatible in tests. Refs #21134. commit 8e3db393853c7ac64a445b66e57f3620a3fde7b0 Author: Aymeric Augustin <aymeric.augustin@m4x.org> Date: Sun Sep 22 22:14:17 2013 +0200 Replaced manual savepoints by atomic blocks. This ensures the rollback flag is handled consistently in internal APIs.
2013-09-28[1.6.x] Note about static files dirs paths on Windows.Ramiro Morales
Added it to the settings reference. We used to have it in comment form in our old, bigger default project template settings.py file. 5866a49369 from master.
2013-09-25[1.6.x] Fixed #21116 -- Made usage of manage.py in docs more consistent.Tim Graham
Thanks daniel.quattro at gmail.com for the report. d1c9802811 from master.
2013-09-25[1.6.X] Fixed wording in unit tests documentation.Baptiste Mispelon
Backport of 42b9feb2e79546e1d4362c3a4f0043f3c569ace3 from master.
2013-09-24[1.6.x] Fixed #21137 -- Corrected ULRconf include example.Tim Graham
Thanks marfire for the report. Backport of 77f6b468e5 from master