Baptiste Mispelon
f171ed6b68
Fixed broken reference in documentation.
2013-06-19 10:39:01 +02:00
Aymeric Augustin
9d86550a70
[1.5.x] Fixed #20615 -- Added trove classifiers for major Python versions.
...
Backport of efe6e160
.
2013-06-18 13:26:41 +02:00
Baptiste Darthenay
a952044228
[1.5.x] Fixed #20614 -- Typo in documentation.
...
Backport of 39b245fd76
from master
2013-06-17 07:01:48 -04:00
Tim Graham
e411e99312
[1.5.x] Fixed #20604 - Fixed file example in docs.
...
Thanks Chris Lasher for the report.
Backport of a1122e14a6
from master
2013-06-14 21:29:20 -04:00
Pablo Sanfilippo
e65f0c2559
[1.5.x] Fixed an erroneous import in example code.
...
Backport of bd68f701b
from master. Fixes #20595 .
2013-06-14 09:33:20 +02:00
Jaap Roes
60353458ae
[1.5.x] Warned that `request_finished` isn't sent by some buggy setups.
...
Older versions of uWSGI and Sentry's middleware do not adhere to
the WSGI spec and cause the `request_finished` signal to never
fire. Added notes to the appropriate places in the docs.
Fixed #20537 .
Backport of 3ce1d30
.
Conflicts:
docs/howto/deployment/wsgi/index.txt
2013-06-12 20:57:21 +02:00
Tim Graham
b75f1f3d27
[1.5.x] Fixed #20500 - Updated flatpages URLconf example to work with APPEND_SLASH.
...
Thanks josh.23.french@.
Backport of 536703abf0
from master
2013-06-11 12:27:09 -04:00
Tim Graham
cd1aec65cc
[1.5.x] Fixed #20578 - Typo in BaseFormSet module name
...
Backport of 9ff5f100dd
from master
2013-06-10 14:37:38 -04:00
Tim Graham
46dacb5bb1
[1.5.x] Fixed #19875 - Added warnings regarding DEBUG=False and empty ALLOWED_HOSTS
...
Backport of 4e94c84e50
from master
2013-06-09 15:06:23 -04:00
Tim Graham
3bd9852401
[1.5.x] Fixed #20567 - Documented BoundField.id_for_label.
...
Thanks littlepig for the suggestion.
Backport of 175a102ddc
from master.
2013-06-09 12:16:56 -04:00
Claude Paroz
44a0abd792
[1.5.x] Allow build of translated documentation
...
Backport of 6a092f24e
from master.
2013-06-08 16:14:45 +02:00
Tim Graham
023710211f
[1.5.x] Fixed #20545 - Made class-based view MRO lists consistent.
...
Thanks wim@ for the suggestion.
Backport of c36b75c814
from master
2013-06-03 10:14:29 -04:00
Tim Graham
56192d21d5
[1.5.x] Fixed #20543 - Typo in db model fields docs.
...
Thanks i.amber.jain@ for the report.
Backport of f315693304
from master
2013-06-01 05:50:09 -04:00
Tim Graham
f7fefb361d
[1.5.x] Fixed #20166 - Corrected TEST_DEPENDENCIES example in testing docs.
...
Thanks czambran.
Backport of f10e9af227
from master
2013-05-31 08:20:10 -04:00
Tim Graham
1c5cccedb4
[1.5.x] Fixed #20326 - Corrected form wizard get_form() example.
...
Thanks tris@ for the report.
Backport of 646a2216e9
from master
2013-05-31 08:08:42 -04:00
Gavin Wahl
e873de0a5a
[1.5.x] Fixed regroup example.
...
Chicago was missing.
Backport of e6ff238
from master.
2013-05-29 21:50:52 -04:00
Tim Graham
1ce5672753
[1.5.x] Fixed #20525 -- Added versionadded for clearsessions.
...
Thanks wiml@.
Backport of 8a6e040bfa
from master
2013-05-28 20:15:09 -04:00
Tim Graham
17d60438e9
[1.5.X] Fixed #20523 - Incorrect form field for FilePathField.
...
Thanks sane4ka.sh@ for the report.
Backport of 1fdc3d256d
from master
2013-05-28 11:59:41 -04:00
Tim Graham
2e026739dc
[1.5.X] Fixed #20513 - Expanded docs on QuerySet caching.
...
Thanks seddonym.
Backport of 8365d76da0
from master
2013-05-28 08:43:05 -04:00
Aymeric Augustin
8f2eaab0e5
[1.5.x] Fixed URL for six inventory.
...
Backport of 749c2e4
from master.
2013-05-27 11:16:27 +02:00
Andrew Godwin
fd48d2d438
[1.5.x] Rotate CSRF token on login
...
Backport of 1514f17aa6
from master
2013-05-24 22:20:44 +01:00
Tim Graham
82fc3ce41d
[1.5.x] Fixed #20492 - Removed a broken link in GIS docs.
...
Backport of fbab3209fc
from master
2013-05-24 12:36:12 -04:00
Alasdair Nicol
d6025d790f
[1.5.x] Updated link to jQuery Cookie plugin site
...
Backport of 81f454a322
from master
2013-05-24 12:25:48 -04:00
Tim Graham
cd15a51c3e
[1.5.x] Fixed #20316 - Clarified transaction behavior of TestCase.
...
Thanks uberj@ for the report and lolek09 for the patch.
Backport of dffdca1109
from master
2013-05-23 11:12:33 -04:00
Tim Graham
9ed2121eca
[1.5.x] Fixed #20417 - Noted that a server restart is required to load new templatetag modules.
...
Thanks Katya for the suggestion.
Backport of a46a399534
from master
2013-05-23 08:54:24 -04:00
Tim Graham
7df9c2bc7d
[1.5.x] Fixed #20482 - Added a file reference in tutorial 3.
...
Thanks diek@ for the suggestion.
Backport of 9e65bd33db
from master
2013-05-23 08:37:56 -04:00
Ramiro Morales
a6ff705aea
[1.5.x] Tweaked a reST construct in template API docs. Refs #20104 .
2013-05-22 18:09:22 -03:00
Tim Graham
239b89950c
[1.5.x] Added some text I meant to add in the last commit.
...
Backport of 2699219c23
from master
2013-05-22 10:26:39 -04:00
Tim Graham
194eaceca7
[1.5.x] Added a note about pip upgrade flag.
...
Thanks Jannis Leidel for the suggestion.
Backport of 0e45f75112
from master
2013-05-22 09:43:01 -04:00
Tim Graham
1add64684c
[1.5.x] Fixed #17048 - Added docs for upgrading Django.
...
Thanks Donald Stufft for the suggestion and
Susan Tan and Brian Fabian Crain for the patch.
Backport of ef8a9bc7fa
from master.
2013-05-22 08:57:57 -04:00
Aymeric Augustin
3f7ecb512e
[1.5.x] Fixed #20476 -- Typo.
...
Backport of 5d16456
.
2013-05-21 21:29:28 +02:00
Claude Paroz
fa90ef250f
[1.5.x] Imported copyreg from six.moves
2013-05-21 10:21:52 -07:00
Daniel Lindsley
cb9aaac91f
[1.5.x] Fixed #20212 - __reduce__ should only be defined for Py3+.
2013-05-21 10:17:27 -07:00
Anssi Kääriäinen
bac187c0d8
[1.5.x] Fixed prefetch_related + pickle regressions
...
There were a couple of regressions related to field pickling. The
regressions were introduced by QuerySet._known_related_objects caching.
The regressions aren't present in master, the fix was likely in
f403653cf1
.
Fixed #20157 , fixed #20257 . Also made QuerySets with model=None
picklable.
2013-05-21 11:45:24 +03:00
Tim Graham
63cab03f6d
[1.5.x] Tweaked unit test 'quick start' explanation.
...
Thanks Jeremy Dunck.
Backport of 490672f057
from master
2013-05-20 13:49:11 -04:00
Anssi Kääriäinen
0eddedf7db
[1.5.x] Fixed #20278 -- ensured .get() exceptions do not recurse infinitely
...
A regression caused by d5b93d3281
made .get() error
reporting recurse infinitely on certain rare conditions. Fixed this by
not trying to print the given lookup kwargs.
Backpatch of 266c0bb23e
2013-05-20 19:05:43 +03:00
Alasdair Nicol
367089a846
[1.5.x] Fixed typo in redirect view docs
...
Backport of 428875775c
from master
2013-05-20 08:04:46 -04:00
Tim Graham
b3dc23a6d5
[1.5.x] Added some links in /docs/intro/overview.txt
...
Thanks Claes Ström for the patch.
Backport of bdde7feb26
from master.
2013-05-19 12:08:20 -04:00
Tim Graham
66005c643c
[1.5.X] Fixed #20183 - Clarified docs assumption that certain objects exist in database.
...
Thanks Tomasz Jaskowski for the patch.
Backport of 41bea033b7
from master
2013-05-19 11:34:25 -04:00
Tim Graham
694f4ff9e2
[1.5.x] Fixed #20284 - Added a note about DEBUG in static file docs.
...
Thanks wim@ for the suggestion and Nicolas Noé for the patch.
Backport of 2c84f4434c
from master
2013-05-18 12:12:56 -04:00
Erik Romijn
38fbc83847
[1.5.x] Fixed #20446 -- Documentation for SmallIntegerField does not clarify 'small'
...
Backport of 56e2f6ccae
from master
2013-05-18 11:28:39 -04:00
Tim Graham
df5a8a07fc
[1.5.x] Fixed #20335 - Documented the {% language %} template tag.
...
Thanks bmispelon for the suggestion and djangsters for the patch.
Backport of 96cabba808
from master
2013-05-18 11:22:42 -04:00
Tim Graham
a3c4c170f4
[1.5.x] Fixed #20421 - Typo in class-based view docs.
...
Backport of 289afc3156
from master
2013-05-16 09:58:00 -04:00
Tim Graham
a9048c40ed
[1.5.x] Fixed #19712 - Clarified admindocs regarding which attributes appear.
...
Thanks Daniele Procida for the report.
Backport of b5b63079bd
from master
2013-05-16 08:34:19 -04:00
Tim Graham
7f4269229c
[1.5.x] Fixed #20165 - Updated testing example to use django.test.TestCase.
...
Thanks Lorin Hochstein.
Backport of 84d8b247d2
from master.
2013-05-15 07:03:42 -04:00
Wilfred Hughes
20bed77567
[1.5.x] Fixed a minor spelling mistake in the queryset documentation
...
Backport of d258cce482
from master
2013-05-14 10:32:07 -04:00
zhongqi
be6e7ff6eb
[1.5.x] Fixed #20394 - Clarified argument of get_user in docs
...
Backport of 1172bef998
from master.
2013-05-13 14:07:37 -04:00
Tim Graham
cac0f7b72e
[1.5.x] Fixed #20398 - Added language selection code to example in documentation
...
Thanks ggbaker for the suggestion and Simeon Visser for the patch.
Backport of 897e4eab65
from master
2013-05-13 13:47:40 -04:00
Simeon Visser
a9703edc61
[1.5.X] Fixed #20397 - Cleaned up issue with quotation marks in documentation
...
Backport of b9efc03e6d
from master
2013-05-12 20:16:31 -04:00
Tim Graham
18a2fb1907
[1.5.X] Fixed #20136 - Fixed and expanded the docs for loaddata and model signals.
...
Thanks brandon@ and Anssi for the report.
Backport of 2c62a509de
from master
2013-05-11 19:37:09 -04:00