Tim Graham
f6ecb5407e
[1.7.x] Fixed #24704 -- Clarified system check interaction with runserver.
...
Backport of 0f2e82b9ec from master
2015-04-25 15:06:49 -04:00
Nik Nyby
bb40d9820f
[1.7.x] Added missing comma in LocMemCache example.
...
Backport of 9d6914da66 from master
2015-04-24 20:29:29 -04:00
Daniel Harding
0b7d737d9f
[1.7.x] Updated startproject MIDDLEWARE_CLASSES in docs.
...
Backport of ad31bc0565 from master
2015-04-24 09:38:59 -04:00
Richard Eames
bcd7f396f9
[1.7.x] Fixed #24613 -- Added example to QuerySet.defer() documentation
...
Backport of dd99f57710 from master
2015-04-22 19:19:33 -04:00
Tim Graham
2dc82a8d27
[1.7.x] Fixed #24684 -- Typo in docs/topics/forms/modelforms.txt
...
Backport of 1418f75304 from master
2015-04-22 09:31:47 -04:00
Simon Charette
a297af972f
[1.7.x] Fixed #24674 -- Documented the correct NullBooleanField formfield.
...
Thanks to knbk for the report.
Backport of 37e23c6060 from master
2015-04-20 15:20:29 -04:00
Anton
67bf6bb9f5
[1.7.x] Fixed typo in docs/topics/class-based-views/intro.txt
...
Backport of f5fbddf22f from master
2015-04-20 14:12:03 -04:00
Tim Graham
32871fc215
[1.7.x] Fixed #24668 -- Amended ModelAdmin.save_formset() example for #10284 .
...
Thanks Carsten Fuchs.
Backport of e15c55e2bf from master
2015-04-20 10:50:04 -04:00
Marco Santamaria
276f760eaa
[1.7.x] Fixed #11078 -- Removed inaccurate docs about proxy models Meta.
...
Backport of bae72bdd2a from master
2015-04-20 09:19:11 -04:00
Tim Graham
84142946c0
[1.7.x] Fixed #24657 -- Fixed include template tag example.
...
Thanks pattypatpat for the report.
Backport of f47c796b52 from master
2015-04-17 07:55:03 -04:00
Claude Paroz
ada0845dda
[1.7.x] Fixed #24595 -- Prevented loss of null info in MySQL field alteration
...
Thanks Simon Percivall for the report, and Simon Charette and Tim
Graham for the reviews.
Backport of 02260ea3f6 from master.
2015-04-17 10:48:13 +02:00
Anssi Kääriäinen
c3a9820251
[1.7.x] Fixed #24605 -- Fixed incorrect reference to alias in subquery.
...
Thanks to charettes and priidukull for investigating the issue, and to
kurevin for the report.
Backport of 355c5edd93 from master
2015-04-16 09:32:23 -04:00
Daniel Lindsley
bcb536004a
[1.7.x] Fixed #23984 -- Added Javascript i18n documentation
...
This fleshes out the documentation around all of the exported
Javascript functions available from the ``javascript_catalog``
view.
Backport of 8ca9bc5ec3 from master
2015-04-16 08:19:46 -04:00
Abdulrahman Alotaibi
7002539a4e
[1.7.x] Fixed #24644 -- Added HTTP_ACCEPT to example headers list.
...
Backport of 62261ddd0f from master
2015-04-16 07:39:48 -04:00
Simon Charette
ad63e70565
[1.7.x] Fixed typos in the 1.7.7 release notes.
...
Backport of 28e8978325 from master
2015-04-14 22:15:33 -04:00
Markus Holtermann
a5d79832fe
[1.7.x] Fixed title in 1.7.8 release notes
...
Refs d74903e4fb
Backport of 825bb0ab08 from master
2015-04-14 19:29:04 +02:00
peterfarrell
d74903e4fb
[1.7.x] Fixed #24637 -- Fixed database introspection with SQLite 3.8.9.
...
Backport of f8e8853b51 from master
2015-04-14 11:30:38 -04:00
Tim Graham
1b21666bd9
[1.7.x] Fixed typos in docs/ref/templates/api.txt
...
Backport of c612786cf1 from master
2015-04-14 07:58:52 -04:00
Maxime Lorant
4c9d79e116
[1.7.x] Fixed formatting in docs/ref/templates/builtins.txt
...
Backport of 6023312dde from master
2015-04-14 07:06:12 -04:00
Afriza N. Arief
dce97cb740
[1.7.x] Fixed typo in docs/howto/deployment/wsgi/apache-auth.txt
...
Backport of b295fcd19c from master
2015-04-13 07:51:12 -04:00
Tim Graham
51e5e2efc6
[1.7.x] Fixed #24600 -- Fixed inaccurate example in template Context docs.
...
Thanks pattypatpat for the report.
Backport of 3acefcefeb from master
2015-04-08 07:30:32 -04:00
Marios Zindilis
080e5dde54
[1.7.x] Fixed typo in docs/intro/tutorial02.txt
...
Backport of 7a7c797234 from master
2015-04-07 07:41:52 -04:00
Thomas Güttler
5f8016cdfe
[1.7.x] Added admonition about reusable apps and AUTH_USER_PROFILE.
...
Backport of 566c936236 from master
2015-04-06 19:50:27 -04:00
Tim Graham
69f00f0091
[1.7.x] Added link to download page to find supported versions.
...
Backport of 8c4827ec1d from master
2015-04-04 08:00:33 -04:00
Sam Thursfield
abd625558b
[1.7.x] Fixed #24556 -- Added reminder about HTTPS to passwords docs.
...
Backport of 1119063c69 from master
2015-04-03 10:55:45 -04:00
Krzysztof Gogolewski
b9cbf750d6
[1.7.x] Fixed typo in docs/internals/deprecation.txt
2015-04-01 19:02:26 -04:00
Joost Rijneveld
cb756f5dec
[1.7.x] Fixed typo in docs/ref/templates/builtins.txt
...
Backport of 48ddc66219 from master
2015-03-31 21:22:02 -04:00
Kostochko Dmitriy
db165cf348
[1.7.x] Fixed typo in docs/topics/cache.txt
...
Backport of d026eb6366 from master
2015-03-31 21:16:29 -04:00
Jorge Barata González
18f11072b8
[1.7.x] Fixed #15590 -- Documented how the path of a FileField can be changed.
...
Thanks simon29 for report, and freakboy3742, floledermann,
jacob, claudep and collinanderson for discussing the task.
Backport of 931a340f1f from master
2015-03-30 10:39:18 -04:00
Christopher Luc
19ddf59b26
[1.7.x] Fixed #24281 -- Improved docs for timezone handling for auto_now and auto_now_add
...
Thanks djbug for the report and Aymeric Augustin and Carl Meyer for the
review.
Backport of 8119876d4a from master
2015-03-29 23:40:45 +02:00
Tim Graham
7c7d29adbe
[1.7.x] Fixed #24541 -- Clarified ModelFormSet's handling of initial data.
...
Backport of 6de3a1e2c3 from master
2015-03-28 08:59:53 -04:00
Tim Graham
be865fe62e
[1.7.x] Fixed syntax highlighting in docs/topics/auth/default.txt
...
Backport of 3e132406e3 from master
2015-03-28 07:51:40 -04:00
SaeX
bd542cbff6
[1.7.x] Fixed typo in docs/topics/forms/modelforms.txt
...
Backport of 19e41a9799 from master
2015-03-28 07:41:00 -04:00
Tim Graham
da07f4b08f
[1.7.x] Fixed #24519 -- Clarified location of templates directory in tutorial 2.
...
Backport of 2acf9d099d from master
2015-03-27 09:58:47 -04:00
David Seddon
db4e160754
[1.7.x] Corrected typo in documentation
...
Backport of 0f6f80c2e7 from master
2015-03-25 13:44:21 -04:00
Tim Graham
0121fb8148
[1.7.x] Fixed #24361 -- Clarified docs on reconfiguring logging.
...
Thanks Tuttle for the report and draft patch, and Carl Meyer for
help and review.
Backport of c633667da3 from master
2015-03-24 12:26:29 -04:00
Matt Seymour
388dc33f5b
[1.7.x] Fixed #24501 -- Improved auth.decorators.user_passes_test() example.
...
Backport of fca14cd3f2 from master
2015-03-24 10:30:33 -04:00
David Seddon
b46643a47e
[1.7.x] Refs #14645 -- Documented bug with exclude() and multi-value relations
...
Backport of 6770b7ecd2 from master
2015-03-20 17:52:05 -04:00
Claude Paroz
5cad259c12
[1.7.x] Fixed #23520 -- Explained that custom plural forms should be avoided
...
Thanks aruseni for the report.
Backport of 556eb67701 from master.
2015-03-20 20:47:04 +01:00
Tim Graham
b2a80f9053
[1.7.x] Fixed #24503 -- Corrected docs on how LANGUAGE_CODE works as a fallback.
2015-03-20 08:29:52 -04:00
Tim Graham
2a4113dbd5
[1.7.x] Made is_safe_url() reject URLs that start with control characters.
...
This is a security fix; disclosure to follow shortly.
2015-03-18 08:51:51 -04:00
Tim Graham
e63363f8e0
[1.7.x] Fixed an infinite loop possibility in strip_tags().
...
This is a security fix; disclosure to follow shortly.
2015-03-18 08:51:21 -04:00
Tim Graham
26fd726274
[1.7.x] Added stub release notes for security releases.
2015-03-18 08:50:49 -04:00
Tim Graham
1189271371
[1.7.x] Refs #24487 -- Added upgrade tips about removal of SortedDict.
...
Thanks Pascal Chambon for the initial patch.
Backport of c5c8751147 from master
2015-03-17 13:42:57 -04:00
John Giannelos
cb48e192fb
[1.7.x] Fixed #24427 -- Stopped writing migration files in dry run mode when merging.
...
Also added display of migration to stdout when verbosity=3.
Backport of 8758a63ddb from master
2015-03-16 19:58:08 -04:00
Preston Timmons
eaf86858d4
[1.7.x] Documented Context.get() method.
...
Backport of 4d9414098b from master
2015-03-16 13:13:57 -04:00
HerHde
36fb3b39de
[1.7.x] Added missing punctuation in some comments in tutorial 5.
...
Backport of 39573a11db from master
2015-03-16 08:25:03 -04:00
Steven Das
2583ee2a7e
[1.7.x] Added comma to improve readability in 1.7 release notes.
...
Backport of 4f494ed0c6 from master
2015-03-16 08:17:15 -04:00
Matthew Wilkes
d0607a7eee
[1.7.x] Fixed #24354 -- Prevented repointing of relations on superclasses when migrating a subclass's name change
2015-03-14 15:35:16 -04:00
Tim Graham
0094ad227d
[1.7.x] Removed a broken link in the docs.
2015-03-14 15:06:55 -04:00