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 8bc350b385
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
Kevin Christopher Henry
2a7d3030f9
[1.5.x] Documentation -- Improved description of cache arguments
...
- Fixed some grammar and formatting mistakes
- Added the type and default for CULL_FREQUENCY
- Made the note on culling the entire cache more precise. (It's actually
slower on the filesystem backend.)
Backport of 5eca021d48
from master
2013-09-11 07:43:29 -04:00
Tim Graham
5d029f2222
[1.5.x] Fixed #20646 -- Clarified the use of AbstractBaseUser.REQUIRED_FIELDS
...
Thanks craigbruce.
Backport of db3de52807
from master
2013-09-06 16:06:51 -04:00
Tim Graham
bc78ffa270
[1.5.x] Fixed #21002 -- Documented JSON session serialization requires string keys
...
Thanks jeroen.pulles at redslider.net for the report.
Backport of 3baf1d1042
from master.
2013-09-04 10:55:33 -04:00
Loic Bistuer
c9a021b042
[1.5.x] Made the doc about translating string literals in templates more prominent.
...
Backport of 9885f07757
from master
2013-08-31 09:52:49 -04:00
Phaneendra Chiruvella
50d9bed1d5
[1.5.x] Minor spelling correction in ModelForms docs
...
Backport of 2fbf949760
from master
2013-08-28 07:12:43 -04:00
Krzysztof Jurewicz
d3b7b6a7a4
[1.5.x] Fixed #20981 -- Noted the default value of disable_existing_loggers.
...
Backport of 095643e691
from master
2013-08-27 10:27:49 -04:00
Jan Böcker
98635f2a0e
[1.5.x] Fixed typo in docs/topics/conditional-view-processing.txt
...
Backport of 5fd2c979cb
from master
2013-08-27 09:22:51 -04:00
Ramiro Morales
5547ba743c
[1.5.x] Typos introduced in 57c82f909b
.
2013-08-22 22:35:10 -03:00
Tim Graham
616a4d385a
[1.5.x] Fixed #20922 -- Allowed customizing the serializer used by contrib.sessions
...
Added settings.SESSION_SERIALIZER which is the import path of a serializer
to use for sessions.
Thanks apollo13, carljm, shaib, akaariai, charettes, and dstufft for reviews.
Backport of b0ce6fe656
from master
2013-08-22 17:49:11 -04:00
Kevin Christopher Henry
1b236048b9
[1.5.x] Documentation -- Clarified use of 'view' in test client introduction.
...
Backport of 2e926b041c
from master
2013-08-22 09:39:21 -04:00
Ramiro Morales
9a7d59e8c7
[1.5.x] Made description of LANGUAGE_CODE setting more clear.
...
297f5af222
from master.
2013-08-22 08:34:19 -03:00
Aymeric Augustin
adf70506b9
[1.5.x] Fixed a rest mistake I introduced in d5ce2ff
.
...
Backport of 753edfa4b5
from master
2013-08-15 13:09:28 -04:00
Erik Romijn
2b750fff56
[1.5.x] Fixed #20444 -- Cookie-based sessions does not include a remote code execution-warning
...
Backport of d5ce2ff5e4
from master
2013-08-15 12:21:14 -04:00
Tim Graham
9e2a2c491b
[1.5.x] Fixed #20890 -- Added missing import in class-based view docs.
...
Thanks André Augusto.
Backport of ab680725bf
from master
2013-08-10 18:08:33 -04:00
Tim Graham
6cf33d49d1
[1.5.x] Removed a ModelForm doc section that doesn't apply to 1.5.x
2013-08-08 06:29:15 -04:00
Leandro Regueiro
d4c19a6e7e
[1.5.x] Added section labels in cache docs
...
Backport of 709cd2c4b7
from master
2013-08-06 11:56:38 -04:00
Justin Michalicek
145e0a14f0
[1.5.x] Fixed #20855 -- Added documentation of current_app and extra_context params to django.contrib.auth views
...
refs #5298 and refs #8342
Backport of 61ecb5f48a
from master.
2013-08-04 08:07:11 -04:00
Alasdair Nicol
f4806e3ef6
[1.5.x] Added missing request argument to example in URL dispatcher docs
...
Backport of a0c58113b9
from master
2013-08-03 19:36:30 -04:00
minusf
b5ac25dc0c
[1.5.x] Misc doc cleanups.
...
Backport of 70c080fcdb
from master
2013-07-29 07:06:34 -04:00
Tim Graham
f17c2026cf
[1.5.x] Fixed ReST typo in topics/class-based-views/mixins.txt
...
Backport of 0b35a2cce3
from master
2013-07-28 14:10:25 -04:00