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

2415 Commits

Author SHA1 Message Date
argaen
7ae53e7480 [1.7.x] Fixed import in docs/ref/contrib/syndication.txt
Backport of 1725d009918e7d37390d5abd34034f3defca5fc3 from master
2015-06-09 12:38:10 -04:00
latyas(懒)
198ad25a03 [1.7.x] Fixed typo in docs/ref/contrib/admin/index.txt
Backport of 8b106cfaa07dc04ad27a1a90c1eb03af80111695 from master
2015-05-20 09:03:33 -04:00
I am Clinton
4dc85b5936 [1.7.x] Fixed typos in docs/ref/request-response.txt
Backport of e4f0e5a981e1965bd6b6b5d51f87499fa5f780b3 from master
2015-05-18 09:46:27 -04:00
Sławomir Ehlert
edeb257084 [1.7.x] Fixed typos in docs/ref/contrib/gis/geoquerysets.txt
Backport of 64ed8cdc9f2f7333b2a9fd6b318f520278c39293 from master
2015-05-06 09:59:28 -04:00
Tim Graham
f6ecb5407e [1.7.x] Fixed #24704 -- Clarified system check interaction with runserver.
Backport of 0f2e82b9ec9797147945a6f9a402b5ae0fb1d9f4 from master
2015-04-25 15:06:49 -04:00
Richard Eames
bcd7f396f9 [1.7.x] Fixed #24613 -- Added example to QuerySet.defer() documentation
Backport of dd99f57710bb4930561a6c049f54719af80850ec from master
2015-04-22 19:19:33 -04:00
Tim Graham
32871fc215 [1.7.x] Fixed #24668 -- Amended ModelAdmin.save_formset() example for #10284.
Thanks Carsten Fuchs.

Backport of e15c55e2bf5eb2f1073d18b4ee6fdce2369820f2 from master
2015-04-20 10:50:04 -04:00
Tim Graham
84142946c0 [1.7.x] Fixed #24657 -- Fixed include template tag example.
Thanks pattypatpat for the report.

Backport of f47c796b52a3c504d487c2484153fa5d90a25a74 from master
2015-04-17 07:55:03 -04:00
Abdulrahman Alotaibi
7002539a4e [1.7.x] Fixed #24644 -- Added HTTP_ACCEPT to example headers list.
Backport of 62261ddd0f2d5f2e6bcce013f2913cdb1b1f0be0 from master
2015-04-16 07:39:48 -04:00
Tim Graham
1b21666bd9 [1.7.x] Fixed typos in docs/ref/templates/api.txt
Backport of c612786cf15e2e1d00162ed4e335e83b75e6c978 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 6023312dde022d31d44373e8834431456095dc7c from master
2015-04-14 07:06: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 3acefcefeb5283473ac35d7e842027814d57d574 from master
2015-04-08 07:30:32 -04:00
Joost Rijneveld
cb756f5dec [1.7.x] Fixed typo in docs/ref/templates/builtins.txt
Backport of 48ddc66219deaac2aa5fa3d2cb0f420404d6b8ec from master
2015-03-31 21:22:02 -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 8119876d4a533fbc2ba4d1c30eaddbcc28119488 from master
2015-03-29 23:40:45 +02: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
Preston Timmons
eaf86858d4 [1.7.x] Documented Context.get() method.
Backport of 4d9414098bd98aacd241827a01f6ad2dff71f113 from master
2015-03-16 13:13:57 -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 e42a720ba22a51c68d2316d425234a197eaff467 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 b9d9ab23bdcc404708aada664e718a9d56415ca3 from master
2015-03-13 15:42:09 -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 a8991b9b9f1 from master.
2015-03-13 16:42:25 +01:00
Steven Das
8d3011ff5c [1.7.x] Fixed typo in docs/ref/models/fields.txt
Backport of 53bc6e2e98b4889082049f50718b13f8d5d84b6b 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 b4d8b16e5109170614ba505e36f60c2ad64dafc2 from master
2015-03-12 09:24:02 -04:00
Calvin Jeong
98d8e052ea [1.7.x] Fixed typo in docs/ref/database.txt
Backport of cefbbb9db3410f757532e0f968e76a8fd9e7ce3b from master
2015-03-10 07:12:44 -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 b9b8411129efe13642cef1fc6bbfc62bed717352 from master
2015-03-09 20:46:29 -04:00
Aymeric Augustin
5de18e50dc [1.7.x] Improved get_media_prefix template tag example.
Backport of 9a4a9a8a49ed3e38f3038b8d6fc7c405256271f1 from master
2015-03-05 10:00:11 -05:00
Andrew Pinkham
edb5c9a01e [1.7.x] Fixed #24439 -- Removed incorrect make_object_list attributes in CBV docs.
Backport of fea45eff5a2f2ad10b2788603db80e5a4fe6be06 from master
2015-03-02 13:33:47 -05:00
Ian Lee
56aa6fc00b [1.7.x] Added a missing backtick in form wizard docs. 2015-02-24 00:31:21 -05:00
Sean Wang
a3f7b034d7 [1.7.x] Fixed #24358 -- Corrected code-block directives for console sessions.
Backport of eba6dff581aa8bd6a1c08456e83e68ad09ae4ec3 from master
2015-02-22 09:38:54 -05:00
Tim Graham
fcaf2e135d [1.7.x] Fixed #24350 -- Freshened up database install topic section.
Backport of 35f0cae19de226d9d7771304fc8dd2619e644998 from master
2015-02-16 15:00:00 -05:00
Tim Graham
e384991232 [1.7.x] Removed a note about old versions of MySQLdb.
Backport of f3bc7c5447a1e4bfa428a7ff32ea3336850c5c2d from master
2015-02-16 14:29:34 -05:00
Claude Paroz
c16f9c2d28 [1.7.x] Fixed #24144 -- Documented that GEOSGeometry.envelope can return a point
Thanks Manel Clos for the report.
Backport of 1379165b35 from master.
2015-02-14 16:21:54 +01:00
Tim Graham
1d85d057c3 [1.7.x] Fixed spelling mistakes in docs. 2015-02-08 14:23:01 -05:00
Josh Schneier
d3404c1ca8 [1.7.x] Fixed typos of "select_related" in docs.
Backport of 7d363ed43247a80d2b764723e1bf6e0e6da4e82f from master
2015-02-04 07:33:48 -05:00
minusf
dfa0716664 [1.7.x] Fixed typos in docs/ref/forms/validation.txt.
Backport of 66f5aa9fa5d53ddd7fbdb7ddac39c429f0c1b4fd from master
2015-02-03 12:27:20 -05:00
Tim Graham
346451164e [1.7.x] Fixed broken links in class based views flattend index; refs #24250.
Backport of 9a391fbd6102176d576aa96ed3aeee9e9661b455 from master
2015-02-03 09:12:12 -05:00
Tim Graham
9c456ea8ff [1.7.x] Fixed #24250 -- Corrected mistakes in FormMixin docs.
Backport of 5d193d042a3cc49033f0e8b5125913650d779496 from master
2015-02-03 08:42:53 -05:00
Collin Anderson
6dc6ec2188 [1.7.x] Fixed #24190 -- Clarified len(queryset)
Backport of ee23e03637aa8b82311f93b0a660574a0512891a from master
2015-01-24 10:18:19 -05:00
Simon Charette
7b677fe063 [1.7.x] Fixed #24186 -- Fixed a typo in the admin docs.
Thanks to Keryn Knight for the report.

Backport of dccf41cff0f46a94aa1d853d1bad9052079bb454 from master
2015-01-20 11:57:00 -05:00
Tim Graham
e8191caca5 [1.7.x] Clarified a contrib.sites deprecation and added to 1.7 release notes.
Backport of ba27f895878bb155fefb8c1b9beee2c9f3d85b3f from master
2015-01-18 13:45:40 -05:00
Tim Graham
4df91d05e8 [1.7.x] Clarified contrib.contenttypes.generic deprecation; refs #19774.
Backport of 737cd4ff3decfd3e709885d219e70d8395305965 from stable/1.7.x
2015-01-18 13:43:47 -05:00
Tim Graham
ecbe20fe20 [1.7.x] Added versionadded to ModelAdmin.get_formsets_with_inlines(); refs #20702.
Backport of 7cfcdd98dcf0dbbde7cfd656e450c52342dbe6f3 from stable/1.8.x
2015-01-17 18:18:06 -05:00
Tim Graham
5f600db37a [1.7.x] Documented django.utils.timezone.FixedOffset; thanks Aymeric.
Backport of 25264d4e2a4b3fd6a25e6b617388ea24f3d48d63 from master
2015-01-17 09:31:59 -05:00
Keryn Knight
bd08cfca6f [1.7.x] Fixed #24143 -- Encouraged use of Http404 messages for debugging.
Backport of 726a9550db5129badc1c44809b0bed728fa1ad90 from master
2015-01-16 09:42:03 -05:00
Luke Plant
327703c067 [1.7.x] Direct readers to format_html() in mark_safe() docs.
Backport of 4832c004e88a68b98b976b4f68a1c9fdb4ea3530 from master
2015-01-15 08:29:00 +00:00
Collin Anderson
6a08020fcf [1.7.x] Fixed bad model example in admin docs.
Backport of e7771ec380a116dbef481001fb1ce664f5c7311e from master
2015-01-13 11:53:59 -05:00
Alfred Perlstein
0148768412 [1.7.x] Fixed #23749 -- Documented how to use the database alias in RunPython.
Thanks Markus Holtermann for review and feedback.

Backport of db3f7c15cbf4c9025e83065d1302d0e61d570331 from master
2015-01-03 12:07:28 -05:00
Helen Sherwood-Taylor
b9169a100d [1.7.x] Fixed #24041 -- Documented effect of changing a model instance's primary key.
Backport of 4ccdf6e57f49d7e981dcd88c1db65229b8b92487 from master
2014-12-24 15:07:27 -05:00
Frankie Robertson
126eb58abe [1.7.x] Fixed #24035 -- Clarified docs on CACHE_MIDDLEWARE_KEY_PREFIX vs KEY_PREFIX
Backport of 446b50b90e9e60760618b236d8b0ea75a3b19d5a from master
2014-12-23 14:40:35 -05:00
Berker Peksag
a970d6d941 [1.7.x] Moved version directives to the bottom of the loaddata section.
Backport of 6403e07c5093e0244497293f31f5f73cebe85b66 from master
2014-12-19 06:57:50 -05:00
Tim Graham
c2d8da7555 [1.7.x] Corrected indentation in docs to prevent inadvertent blockquote. 2014-12-18 11:34:11 -05:00