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
Tim Graham
13de270bd5
[1.5.X] Fixed #20249 - Removed a "feature" in the tutorial that doesn't actually work.
...
Thanks bmispelon for the report and draft patch.
Backport of 679a2ac843
from master
2013-05-11 19:11:55 -04:00
Aymeric Augustin
b41ad87873
[1.5.x] Fixed #20385 -- Typo in files docs.
...
Backport of bdd2857
from master.
2013-05-10 13:24:25 +02:00
Aymeric Augustin
6d3d6081e8
[1.5.x] Fixed #20025 -- Pointed to a MySQLdb fork for Python 3.
...
Made a few minor compatibility adjustments.
Backport of e81e319f
from master.
2013-05-10 10:23:15 +02:00
Aymeric Augustin
b5d6a5b21a
[1.5.x] [py3] Stopped iterating on exceptions. Refs #20025 .
...
Backport of 86b4ac66
from master.
2013-05-10 10:18:27 +02:00
Tai Lee
23b234a9d9
[1.5.x] Fixed #20354 -- `makemessages` no longer crashes with `UnicodeDecodeError`
...
Handle the `UnicodeDecodeError` exception, send a warning to `stdout` with the
file name and location, and continue processing other files.
Backport of 99a6f0e77
from master.
2013-05-07 21:36:51 +02:00
Tim Graham
acd9dc3888
[1.5.x] Fixed #20177 - Corrected docs for django.test.utils.setup_test_environment.
...
Thanks vlad.london.uk@ for the report.
Backport of bc02a963db
from master
2013-05-06 13:56:48 -04:00
Tim Graham
1ef423b003
[1.5.x] Fixed #20274 - Added some clarifying section headings in the test docs.
...
Backport of e886808994
from master
2013-05-06 13:46:27 -04:00
Tim Graham
0fc4c405a4
[1.5.x] Fixed #20305 - Added include for polls/static to MANIFEST.in in tutorial.
...
Thanks monuszko for the report.
Backport of 86d3079d57
from master
2013-05-06 06:54:10 -04:00
Florian Apolloner
0b0d98fd4e
[1.5.x] Fixed test failures introduced in a5becad909
.
...
Backport of 780fa48f5f
from master
2013-05-05 16:14:41 +02:00
Claude Paroz
4f10b35a2e
[1.5.x] Fixed #20309 -- admin.py is not automatically created in Django 1.5
2013-05-04 11:36:28 +02:00
Florian Apolloner
4391718f26
[1.5.x] Fixed #19252 -- Added support for wheel packages.
...
Backport from master (a5becad909
).
Signed-off-by: Jannis Leidel <jannis@leidel.info>
2013-05-01 13:52:38 +02:00
Claude Paroz
8b345614cd
[1.5.x] Updated Transifex links to the Django project
...
Translations for the Django framework are now hosted on the
django-core Transifex project, and the django project is only
dedicated to a team-only hub project.
Backport of 8f7276b782
from master.
2013-04-25 10:38:18 +02:00
Jannis Leidel
240649ef68
[1.5.x] Fixed a rST bug in the README template in the reusable apps docs.
...
Backport of db394e6ab2
from master.
2013-04-24 09:41:30 +02:00
Jannis Leidel
399ceaab96
[1.5.x] Fixed the reusable apps docs to use a rst file extension for the README and follow PEP8 a bit more.
...
Backport of 949b4e9458
from master.
2013-04-24 09:27:36 +02:00
Thomas Thurman
da89c7bbc0
[1.5.x] Fixed #20307 -- Word repeated in tutorial.
...
Replaced "the the" in the tutorial with "the".
Backport of f17aa99
from master.
2013-04-23 23:15:08 -04:00