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 |
|
Floris den Hengst
|
08f38d19f8
|
[1.7.x] Fixed doc typos.
Backport of e42a720ba2 from master
|
2015-03-14 12:29:54 -04:00 |
|
Tim Graham
|
f8ed647435
|
[1.7.x] Refs #24462 -- Emphasized that order_by() clears previous ordering.
Backport of b9d9ab23bd from master
|
2015-03-13 15:42:09 -04:00 |
|
Andrei Kulakov
|
9bb451aedb
|
[1.7.x] Fixed #24052 -- Doc'd how to write data migrations with models in multiple apps.
Backport of b089759d60 from master
|
2015-03-13 13:25:34 -04:00 |
|
Claude Paroz
|
4e8b1648d0
|
[1.7.x] Documented gdal DataSource encoding parameter
Thanks Max Demars for the suggestion and Tim Graham for the review.
Backport of a8991b9b9f from master.
|
2015-03-13 16:42:25 +01:00 |
|
Remco Kranenburg
|
96bbade674
|
[1.7.x] Refs #23559 -- warned about consequences of letting users edit User model in admin.
Backport of f6b09a7f85 from master
|
2015-03-13 08:51:27 -04:00 |
|
Ian Lee
|
639583ed1d
|
[1.7.x] Fixed typo in docs/howto/custom-template-tags.txt.
Backport of 7614efa2f9 from master
|
2015-03-13 08:14:35 -04:00 |
|
Ian Lee
|
311116aa64
|
[1.7.x] Documented how to use a non-root subdirectory with mod_wsgi.
Backport of 7f8588d22e from master
|
2015-03-12 20:10:04 -04:00 |
|
Steven Das
|
8d3011ff5c
|
[1.7.x] Fixed typo in docs/ref/models/fields.txt
Backport of 53bc6e2e98 from master
|
2015-03-12 19:16:29 -04:00 |
|
Aksel Ethem
|
8084a68f78
|
[1.7.x] Fixed #24364 -- Doc'ed that ManifestStaticFileStorage shouldn't be used during testing.
Backport of b4d8b16e51 from master
|
2015-03-12 09:24:02 -04:00 |
|
Dan Fellin
|
3d55798e98
|
[1.7.x] Fixed typo in docs/topics/forms/modelforms.txt.
Backport of 6ff826e12e from master
|
2015-03-11 19:58:18 -04:00 |
|
Calvin Jeong
|
98d8e052ea
|
[1.7.x] Fixed typo in docs/ref/database.txt
Backport of cefbbb9db3 from master
|
2015-03-10 07:12:44 -04:00 |
|
Psilo Cybin
|
6819cab5d6
|
[1.7.x] Fixed #24456 -- Added links to topics/forms/modelforms.txt.
Backport of 866e71140f from master
|
2015-03-09 20:54:01 -04:00 |
|
Floris den Hengst
|
7a08c966ac
|
[1.7.x] Fixed #24432 -- Added docs for ManyToManyFields that reside in and refer to the same model.
Backport of b9b8411129 from master
|
2015-03-09 20:46:29 -04:00 |
|
Tim Graham
|
ee24ba2666
|
[1.7.x] Added stub release notes for 1.7.7.
Backport of ea9157f681 from master
|
2015-03-09 13:10:15 -04:00 |
|
Baptiste Mispelon
|
2654e1b939
|
[1.7.x] Fixed #24461 -- Fixed XSS issue in ModelAdmin.readonly_fields
|
2015-03-09 10:17:54 -04:00 |
|
Tim Graham
|
5a3b531121
|
[1.7.x] Clarified an item in 1.7.6 release notes.
Backport of 300fdbbebb from master
|
2015-03-09 10:11:49 -04:00 |
|
Tim Graham
|
fba158bf8d
|
[1.7.x] Fixed typo in docs/howto/custom-template-tags.txt
Backport of 63f2dd4ad7 from master
|
2015-03-09 07:06:37 -04:00 |
|
Rik
|
8917684c73
|
[1.7.x] Fixed #21661 -- Expanded authentication views documentation
Backport of eb9b7abb83 from master.
|
2015-03-08 20:41:29 +01:00 |
|
Jean-Louis Fuchs
|
283b630d63
|
Fixed #24447 -- Made migrations add FK constraints for existing columns
When altering from e.g. an IntegerField to a ForeignKey, Django didn't
add a constraint.
Backport of f4f0060fea from master
|
2015-03-07 14:30:28 +01:00 |
|
Marten Kenbeek
|
7f2d60996c
|
[1.7.x] Stressed authentication should be successful before logging in a user.
Backport of 8e744fa150 from master
|
2015-03-05 12:18:25 -05:00 |
|
Aymeric Augustin
|
5de18e50dc
|
[1.7.x] Improved get_media_prefix template tag example.
Backport of 9a4a9a8a49 from master
|
2015-03-05 10:00:11 -05:00 |
|
Ross Brunton
|
1c0f66f371
|
[1.7.x] Fixed #24379 -- Documented that remote user example disables ModelBackend.
Backport of 6b28e957df from master
|
2015-03-02 19:57:26 -05:00 |
|
Tim Graham
|
5ebe921a8e
|
[1.7.x] Fixed #13015 -- Clarified language about model instances attached to forms.
Backport of a40a34a4b2 from master
|
2015-03-02 18:45:52 -05:00 |
|
Andrew Pinkham
|
edb5c9a01e
|
[1.7.x] Fixed #24439 -- Removed incorrect make_object_list attributes in CBV docs.
Backport of fea45eff5a from master
|
2015-03-02 13:33:47 -05:00 |
|
Ian Lee
|
41f9eecf4b
|
[1.7.x] Added syntax highlighting for apache code blocks
Backport of fde4857fb8 from master
|
2015-03-02 12:37:14 -05:00 |
|
Alex Shaindlin
|
9cd8343cc3
|
[1.7.x] Improved wording in tutorial 1.
Backport of dcdef1fe2e from master
|
2015-02-27 17:54:31 -05:00 |
|
Gabriel Muñumel
|
0831a43c3a
|
[1.7.x] Fixed #24352 -- Fixed crash when coercing `ManyRelatedManager` to a string.
|
2015-02-26 11:00:52 -05:00 |
|
Tim Graham
|
aa6853da22
|
[1.7.x] Added stub release notes for 1.7.6.
Backport of 71820721a1 from master
|
2015-02-25 09:11:47 -05:00 |
|
Tim Graham
|
10f7c96f01
|
[1.7.x] Added release date for 1.7.5 release.
Backport of aca73737da from master
|
2015-02-25 08:48:02 -05:00 |
|
Ian Lee
|
56aa6fc00b
|
[1.7.x] Added a missing backtick in form wizard docs.
|
2015-02-24 00:31:21 -05:00 |
|
Kenneth Kam
|
6e8f42cfc7
|
[1.7.x] Fixed #23762 -- clarified CACHE_MIDDLEWARE_ANONYMOUS_ONLY deprecation in docs
Backport of e83aba0e2c from master
|
2015-02-23 09:23:59 -05:00 |
|