1
0
mirror of https://github.com/django/django.git synced 2025-03-14 19:30:46 +00:00

1511 Commits

Author SHA1 Message Date
Thomas Grainger
9beca95eb0 [1.6.x] Added SuspiciousOperation to list of caught exceptions in testing docs.
Backport of 21683011d5 from master
2014-09-24 13:05:09 -04:00
Ola Sitarska
a6c294a5a2 [1.6.x] Fixed #23529 -- Replaced comments tag library with humanize in docs
Backport of ee442e97da390b7136dc12b66ddfa70263a60b5c from master.
2014-09-21 17:34:23 +02:00
Gabe Jackson
31b5e3e010 [1.6.x] Added link to LogRecord attributes in logging.txt
Backport of c5b4145fca from master
2014-09-11 15:42:48 -04:00
Tim Graham
eba54eb157 [1.6.x] Fixed typo in topics/forms/formsets.txt
Backport of e265112cd1 from master
2014-09-10 11:17:57 -04:00
Iain Dawson
e2d4677a1c [1.6.x] Fixed an instance of 'an' before a word beginning with a consonant.
Backport of ef8ef2a42d from master
2014-09-10 07:17:37 -04:00
Octowl
731654197c [1.6.x] Fixed #23307 -- Clarified the way max_num limits the output of formsets.
Thanks velle for the report.

Backport of 5f3806b861 from master
2014-09-08 13:24:48 -04:00
oromero
414e3fc59d [1.6.x] Fixed #22161 -- Documented send() with no recipients won't raise an exception.
Backport of 0f0a5c07f9 from master
2014-09-05 20:40:52 -04:00
Corey Farwell
289d38b731 [1.6.x] Fixed typo in docs/topics/db/transactions.txt.
Backport of 4db75925be from master
2014-09-03 11:49:37 -04:00
Mitch Davis
fa76275e8a [1.6.x] Clarified that makemessages -l takes a locale name, not a language code.
Backport of 5473c36cef from master
2014-08-26 08:11:59 -04:00
Tim Graham
9bc1091980 [1.6.x] Fixed #22154 -- Added "Built-in" to some class-based views titles.
Backport of 0c9f40f776 from master
2014-08-23 19:31:09 -04:00
Kristian Glass
d3c75da7fb [1.6.x] Fixed #23342 -- Clarified warning about naive time objects.
Thanks to apollo13 for suggested wording.

Backport of b7336ec179 from master
2014-08-22 11:40:07 -04:00
Tim Graham
18f25efc9e [1.6.x] Fixed #23314 -- Tempered recommendation of storing profile data on custom user.
Thanks gavinwahl for the report.

Backport of 3569536491 from master
2014-08-19 07:27:03 -04:00
Tim Graham
d1e4fb996b [1.6.x] Fixed #23282 -- Corrected inheritance and reverse relations example.
Thanks knowledgepoint-devs for the report and claudep for review.

Backport of 7006187064 from master
2014-08-19 06:30:01 -04:00
Ola Sitarska
ffb9cbfdaa [1.6.x] Fixed #23267 -- Fixed typo in Translation documentation
Thanks to Tomin1 for the report.

Backport of 2e7be92b4df29ac851d570e57da5dcf756c5ac52 from master.
2014-08-11 12:09:32 +02:00
Mohammed Attia
3d8e106ae9 [1.6.x] Removed a doc reference to the deprecated mimetype kwarg.
Backport of 61ed959235 from master
2014-08-06 22:20:05 -04:00
Erik Romijn
316178efe6 [1.6.x] Fixed #23149 -- Clarified note on HTTPOnly in cookie-based session docs
Backport of e26366da44bb343e7a95d01ff0dd18b8026c2802 from master.
2014-08-02 18:59:27 +02:00
Tim Graham
0dfc37669d [1.6.x] Updated MySQL links to version 5.6.
Backport of fb4f3e04b1 from master
2014-08-02 10:27:34 -04:00
Tim Graham
1cfb1052ee [1.6.x] Fixed typo in docs/topics/testing/tools.txt.
Backport of 7ce4ef58c9 from master
2014-08-01 09:43:52 -04:00
Tim Graham
faff723770 [1.6.x] Updated timezone docs to use timezone.now()
Thanks James Cleveland for the report and Aymeric for suggesting
the solution.

Backport of da59902250 from master
2014-07-31 12:57:53 -04:00
Tim Graham
8567c1a3c2 [1.6.x] Fixed #23132 -- Removed confusing clause in auth docs.
Backport of abb97cffdf from master
2014-07-30 08:16:07 -04:00
Moayad Mardini
6c70b1d7df [1.6.x] Fixed #22491 -- documented how select_for_update() should be tested.
Thanks Andreas Pelme for the report.

Backport of 668d432d0a from master
2014-07-28 10:58:34 -04:00
David Hoffman
2630cafc86 [1.6.x] Fixed #23097 -- Switched to new octal format in docs
Backport of e1c85167a3 from master.
2014-07-26 11:24:04 +02:00
Moayad Mardini
ae5a4668be [1.6.x] Fixed #22827 -- clarified what each cache middleware does.
Thanks Keryn Knight for the report.

Backport of f9b7a0383c from master
2014-07-25 06:26:45 -04:00
Iain Dawson
205090bc71 [1.6.x] Replaced instances of 'his/her' with 'their'.
Backport of 8fbf13a6c8 from master
2014-07-21 19:55:28 +00:00
Tim Graham
21853c1b90 [1.6.x] Fixed #23023 -- Added warning against local-memory cache.
Thanks django at kerz.id.au.

Backport of 7d0519c725 from master
2014-07-16 12:35:04 -04:00
Tim Graham
f3bdb83ba5 [1.6.x] Revert "Improve cookie based session backend docs." refs #20418
This reverts commit d9c01da1f8ba3d4e0947fd1d619c8f4a9b013360.

This is poor advice as it breaks the test client login (refs #22934).
We can add a note like this back after refs #22986 is resolved.

Backport of 3a85aae2ea from master
2014-07-09 14:12:52 -04:00
Tim Graham
d8f7e00708 [1.6.x] Fixed #22978 -- Removed a USA-centric example that didn't add much.
Backport of 9f18b6bcb0 from master
2014-07-08 08:57:47 -04:00
Tim Graham
f3cd0a009e [1.6.x] Clarified that LocMemCache is per-process; refs #7639.
Thanks projectgus for the suggestion.

Backport of c37000ab04 from master
2014-07-02 10:14:17 -04:00
Tim Graham
735ece0b89 [1.6.x] Fixed #19489 -- Documented host parameter of assertRedirects().
Thanks mrknacky at gmail.com for the report and gajimenezmaggiora
for the draft patch.

Backport of e3c7af18a3 from master
2014-06-30 17:53:54 -04:00
Peter Kowalczyk
e4670d988a [1.6.x] Fixed typo in middleware docs.
Function definition should have an ending colon.

Backport of 48241ec from master
2014-06-24 16:13:29 -04:00
Moayad Mardini
26983c4c64 [1.6.x] Fixed #22349 -- Added a note clarifying RawQuerySet has no __len__.
Thanks cdestigter for the report.

Backport of 2d425116e2 from master
2014-06-12 16:42:44 -04:00
Maxime Turcotte
fcd2e06ae5 [1.6.x] Fixed #22801 -- Added 'www.' to diveintopython.net links
Backport of f97c53c098 from master
2014-06-10 15:41:25 -04:00
Éric Araujo
f5b6b25c5f [1.6.x] Fix missing highlighting in some code examples
Backport of 84cafc2b35 from master
2014-06-05 15:14:30 -04:00
Moayad Mardini
082920d827 [1.6.x] Fixed #22601 -- Added a note about model inheritance.
Thanks semenov for the report.

Backport of 2ea1e70b85 from master
2014-05-27 20:11:56 -04:00
Víðir Valberg Guðmundsson
f3b0829017 [1.6.x] Fixed #22647 -- Documented redirect_field_name keyword argument for user_passes_test.
Backport of 268670a3a4 from master
2014-05-17 09:46:29 -04:00
Niclas Åhdén
1a3371d1e4 [1.6.x] Fixed #22622 -- Added ugettext_lazy import in docs
Backport of 7271f5db78 from master
2014-05-16 11:21:05 -04:00
Haris Ibrahim K. V
bff0eb3b24 [1.6.x] Fixed typo in transactions.txt
Backport of f2a8e47cfd from master
2014-05-13 07:28:46 -04:00
Tim Graham
f939e25b59 [1.6.x] Fixed #22585 -- Fixed typo in topics/auth/customizing.txt.
Thanks matt at mattwoodward.com for the report.
2014-05-06 12:13:55 -04:00
Tim Graham
cddbaca697 [1.6.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:32 -04:00
Aymeric Augustin
f6e9127483 [1.6.x] Fixed #22523 -- Clarified pytz requirement.
Thanks z for the report and timo for the proposal.

Backport of 0fb7570 from master
2014-04-29 08:34:21 +02:00
Claude Paroz
b4b63b3832 [1.6.x] Fixed #22507 -- Clarified nature of the sender argument of signals
Backport of d1f93e9c1e from master.
2014-04-25 23:16:59 +02:00
Tim Graham
e9c78435ab [1.6.x] Fixed #22504 -- Corrected domain terminology in security guide.
Thanks chris at chrullrich.net.

Backport of f65eb15ac6 from master
2014-04-25 10:29:24 -04:00
Moayad Mardini
2b0e9aa57d [1.6.x] Fixed #22493 - Added warnings to raw() and extra() docs about SQL injection
Thanks Erik Romijn for the suggestion.

Backport of 3776926cfe503f16c7195621da20c5b89bda70a2 from master
2014-04-25 09:56:39 -04:00
Marti Raudsepp
c5306d4af1 [1.6.x] Various documentation typo/spelling fixes
Errors detected by Topy (https://github.com/intgr/topy), all changes
verified by hand.

Backport of 11d453bcadad3c9a5ae35882792d0f1e8e8e7818 from master
2014-04-22 20:13:43 -04:00
Ray Ashman
49f5a29493 [1.6.x] Updated grammar in description of django.contrib.auth.
Backport of 9853779805 from master
2014-04-22 18:29:07 -04:00
Erik Romijn
5f0829a27e [1.6.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:30:27 -04:00
Erik Romijn
8e5ce99d83 [1.6.x] Fixed #22471 -- Corrected misprint in i18n docs
Backport of 54d5c37de6572eae57a66339bb38719e681cee82 from master.
2014-04-18 15:14:31 +02:00
Tim Graham
9510e96da6 [1.6.x] Added a note regarding django.contrib.auth.authenticate.
Thanks Josh Brown for the suggestion.

Backport of ae5b662796 from master
2014-04-16 07:49:38 -04:00
Tim Graham
d501c79f7b [1.6.x] Fixed #22419 -- Typo in docs/topics/db/multi-db.txt.
Thanks Josh Kupershmidt.

Backport of c487b1e230 from master
2014-04-10 19:34:25 -04:00
Shai Berger
690a5984a3 [1.6.x] Fixed #22343 -- Disallowed select_for_update in autocommit mode
The ticket was originally about two failing tests, which are
fixed by putting their queries in transactions.

Thanks Tim Graham for the report, Aymeric Augustin for the fix,
and Simon Charette, Tim Graham & Loïc Bistuer for review.

Backport of b990df1d63 from master
2014-04-10 02:15:14 +03:00