Ola Sitarska
5d6e4031df
[1.5.x] Fixed #23267 -- Fixed typo in Translation documentation
...
Thanks to Tomin1 for the report.
Backport of 2e7be92b4df29ac851d570e57da5dcf756c5ac52 from master.
2014-08-11 12:10:52 +02:00
Mohammed Attia
50369c5295
[1.5.x] Removed a doc reference to the deprecated mimetype
kwarg.
...
Backport of 61ed959235 from master
2014-08-06 22:21:16 -04:00
Erik Romijn
12ac0bb91b
[1.5.x] Fixed #23149 -- Clarified note on HTTPOnly in cookie-based session docs
...
Backport of e26366da44bb343e7a95d01ff0dd18b8026c2802 from master.
2014-08-02 19:00:50 +02:00
Tim Graham
41ab97b6a4
[1.5.x] Fixed #22575 -- Fixed typo in docs/topics/class-based-views/generic-editing.txt.
...
Thanks adminq80 at gmail.com.
Backport of 87776859af from master
2014-05-05 06:42:41 -04:00
Ray Ashman
2d450cc3e5
[1.5.x] Updated grammar in description of django.contrib.auth.
...
Backport of 9853779805 from master
2014-04-22 18:29:13 -04:00
Erik Romijn
985434fb1d
[1.5.x] Fixed queries that may return unexpected results on MySQL due to typecasting.
...
This is a security fix. Disclosure will follow shortly.
Backport of 75c0d4ea3ae48970f788c482ee0bd6b29a7f1307 from master
2014-04-21 18:31:08 -04:00
Erik Romijn
1997421f8e
[1.5.x] Fixed #22471 -- Corrected misprint in i18n docs
...
Backport of 54d5c37de6572eae57a66339bb38719e681cee82 from master.
2014-04-18 15:16:43 +02:00
Tim Graham
5b2d17d910
[1.5.x] Fixed #22419 -- Typo in docs/topics/db/multi-db.txt.
...
Thanks Josh Kupershmidt.
Backport of c487b1e230 from master
2014-04-10 19:33:50 -04:00
Dejan Noveski
b86ff4ee82
[1.5.x] Fixed #22262 -- Added the correct line in the last example of Translator lines
...
Backport of 958b511a80c01ac010561c8fefe4548203700fa3 from master.
2014-03-13 14:15:48 +01:00
Baptiste Mispelon
7517768134
[1.5.x] Always use parentheses when documenting a method with no arguments.
...
Backport of 05d36dc06e6d767bb28993c65a54b703f319a386 from master.
2014-01-22 23:28:07 +01:00
Baptiste Mispelon
126af8fa7b
[1.5.x] Don't show self
in the list of arguments of a method.
...
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 23:26:05 +01:00
Tim Graham
ebed014950
[1.5.x] Fixed #21726 -- Clarified that password should not be included in REQUIRED_FIELDS.
...
Thanks russellm for the report.
Backport of 6f06c749b7 from master
2014-01-22 10:19:07 -05:00
Baptiste Mispelon
0946aac61d
[1.5.x] Fixed #20659 -- Fixed PublisherDetail in CBV topic documentation.
...
Thanks to tudor.prodan, susan, and Tim Graham for the report and reviews.
Backport of 88de53d4a86548016f245a1413b856aa334bc737 from master.
2014-01-20 23:08:03 +01:00
Tim Graham
1ccfcbe13e
[1.5.x] Fixed a sentence in the session security docs; thanks claudep.
...
Backport of 4d27d311f6 from master
2014-01-03 12:04:23 -05:00
Frank Tobia
ca4cd3fd10
[1.5.x] Fixed typos. Changed grammar.
...
Backport of 6dd8631617 from master
2014-01-02 16:28:10 -05:00
Tim Graham
f20da28297
[1.5.x] Fixed #21708 -- Added some headings to separate unrelated topics.
...
Thanks ashley at ashleymills.com for the suggestion.
Backport of 270f7e2167 from master
2013-12-30 17:57:47 -05:00
Tim Graham
66ada281d5
[1.5.x] Fixed #21582 -- Corrected URL namespace example.
...
Thanks oubiga for the report.
Backport of 025ec2e7fe from master
2013-12-26 20:06:33 -05:00
Alasdair Nicol
e4174da34a
[1.5.x] Fixed #21539 -- Added example of modelformset_factory's form argument
...
Backport of 1fa681ee11 from master
2013-12-14 16:36:27 -05:00
Ben Spaulding
a53820b1b1
[1.5.x] Fixed #21594 -- Added note about model formsets deleting objects.
...
This behavior has been fixed in 65e03a424e. refs #10284 .
Backport of de1d5d5df5 from stable/1.6.x.
2013-12-11 14:43:44 -05:00
Baptiste Mispelon
ed8814b24a
Fixed #21468 -- Removed a ModelForm bit that doesn't apply to 1.5.x.
...
The bit was incorrectly backported with 3860d5e8f814e26baf4deee9258392cd34a4b456.
Thanks to trac user direx for the report and to Loic Bistuer
for his help.
2013-11-20 10:52:49 +01:00
Tim Graham
1135525eac
[1.5.x] Fixed typo in topics/http/sessions.txt.
...
Backport of 9348fc5628 from master
2013-11-18 19:11:37 -05:00
Tim Graham
b41540f156
[1.5.x] Fixed #21440 -- Typo #2 in topics/http/shortcuts.txt
...
Thanks alasdair.
Backport of d011714002 from master
2013-11-15 10:22:55 -05:00
Tim Graham
47b6a7c354
[1.5.x] Fixed #21440 -- Typo in topics/http/shortcuts.txt
...
Thanks olof.bjarnason at gmail.com for the report.
Backport of 6e9e6ca071 from master
2013-11-15 07:11:12 -05:00
Bernardo Pires
12ff1623d6
[1.5.x] Fixed #21372 -- Corrected docs regarding translating LANGUAGES.
...
Corrected LANGUAGES documentation on how to translate language
names. Now using django.utils.translation.ugettext_lazy instead
of a dummy gettext() function.
Thanks to Salvatore for the report.
Backport of 8bc350b38516d8c3a14aed113dd3402b9375b75c from master.
Conflicts:
docs/topics/i18n/translation.txt
2013-11-10 00:09:02 +01:00
Tim Graham
88639d3f7b
[1.5.x] Fixed broken link for TestCase.multi_db.
2013-11-07 09:49:19 -05:00
Sylvain Bellemare
376ba1c5b3
[1.5.x] Removed no longer relevant word
...
Backport of 3935b0f263 from master
2013-11-07 09:33:10 -05:00
Tim Graham
2e881f15b8
[1.5.x] Fixed spelling ("dependant" -> "dependent")
...
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 21:32:10 -04:00
Sylvain Bellemare
9d23c3d03d
[1.5.x] Fixed typo -- "a" user, not "an" user
...
Backport of c7dabe49dd from master
2013-11-01 19:29:15 -04:00
Tim Graham
3ec994de2a
[1.5.x] Fixed #21294 -- Clarified the logout next_page argument.
...
Thanks wim at go2people.nl for the report.
Backport of 51e6575472 from master
2013-10-30 09:26:39 -04:00
Antoine Catton
e21d935f52
[1.5.x] Documented the limitation on sep argument to Signer
...
Co-Authored-By: Gavin Wahl <gwahl@fusionbox.com>
Backport of e9a356a695 from master
2013-10-30 08:27:23 -04:00
Tim Graham
4b4b795bd5
[1.5.x] Fixed #21325 -- Added missing argument to permission_required decorator.
...
Backport of cc2049cdd7 from master
2013-10-25 17:37:46 -04:00
Tim Graham
26d1496f90
[1.5.x] Fixed #21304 -- Typo in docs/topics/testing/advanced.txt
...
Thanks joao at silvaneves.org for the report.
Backport of 9704c49d59 from master
2013-10-22 12:06:20 -04:00
Tim Graham
472917024b
[1.5.x] Added a warning regarding session security and subdomains.
...
Backport of a3372f67cb from master
2013-10-18 09:44:34 -04:00
Tianyi Wang
312ca5e9cb
[1.5.x] Improvement on InlineFormSet doc, refs #21006
...
Backport of 944a2bb7c1 from master
2013-10-15 09:58:57 -04:00
Tianyi Wang
1acd5fc9d2
[1.5.x] Fixed #21006 -- Added example code for overriding methods on an InlineFormSet.
...
Thanks treysta at gmail.com for the suggestion.
Backport of 9bfe66164e from master
2013-10-15 07:37:51 -04:00
Sorcha Bowler
6e7de2edb0
[1.5.x] Fixed #21223 -- Added form.id_for_label to topic guide.
...
Thanks ebertti at yahoo.com.br for the suggestion.
Backport of 018e2c055a from master
2013-10-14 18:43:48 -04:00
Bouke Haarsma
b268488806
[1.5.x] Fixed #21264 -- Incorrect RST usage in docs
...
Backport of 8fc63087f6 from master
2013-10-14 08:17:00 -04:00
Tim Graham
2b8519760e
[1.5.x] Fixed #15582 -- Documented how TransactionTestCase.multi_db affects fixtures.
...
Thanks slinkp for the suggestion.
Backport of dd839a2dfd from master
2013-10-11 20:12:55 -04:00
Cody Scott
766fbd53cb
[1.5.x] Minor edits to docs/topics/db/queries.txt.
...
Backport of 8bfc7cc64c from master
2013-10-11 15:35:52 -04:00
Cody Scott
3e6d895912
[1.5.x] Small improvements to docs/topics/db/models.txt
...
Backport of 695bc0d191 from master
2013-10-10 20:57:20 -04:00
Dan Loewenherz
f8393edb52
[1.5.x] Fix grammatical errors in email documentation
...
Backport of 43f213e475 from master
2013-10-08 20:30:50 -04:00
Tim Graham
1f63061060
[1.5.x] Clarified session replay attack differences with cookie backend.
...
Backport of 00a0d3de02 from master
2013-10-02 10:15:42 -04:00
Tim Graham
de8715ca97
[1.5.x] Fixed #21137 -- Corrected ULRconf include example.
...
Thanks marfire for the report.
Backport of 77f6b468e5 from master
2013-09-24 09:41:44 -04:00
Tim Graham
959adcc1de
[1.5.x] Removed implication that six is part of Python stdlib.
...
Backport of 45969bdeb5 from master
2013-09-23 18:30:23 -04:00
Daley Chetwynd
c695f293e3
[1.5.x] Fixed #20830 -- Clarified that Django uses a customized version of six.
...
Thanks glarrain for the suggestion.
Backport of a53caf28bf from master
2013-09-23 11:07:40 -04:00
Ramiro Morales
b5eddde095
[1.5.x] Reference Meta.index_together in DB performance guide.
...
9dc45efeba from master.
2013-09-22 14:07:36 -03:00
Michael DiBernardo
61b685847e
[1.5.x] Fixed #21137 -- Documented best practice for URLconfs with repeated pattern prefixes.
...
Backport of 222460a994 from master
2013-09-21 18:18:26 -04:00
Markus Amalthea Magnuson
b541cf24d0
[1.5.x] Added missing "in" in sentence.
...
Backport of 2c5c422d34 from master
2013-09-19 13:29:56 -04:00
Ramiro Morales
efcf4d2bd9
[1.5.x] Reworded a paragraph in the logging docs.
...
9d12f68a53 from master.
2013-09-16 17:53:02 -03:00
Tim Graham
169594f5ae
[1.5.x] Fixed #20887 -- Added a warning to GzipMiddleware in light of BREACH.
...
Thanks EvilDMP for the report and Russell Keith-Magee
for the draft text.
Backport of da843e7dba from master
2013-09-11 08:18:52 -04:00