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

5301 Commits

Author SHA1 Message Date
Tim Graham
82b5e10e61 [1.5.x] Fixed #20204 - Consistent usage of url() in URL dispatcher documentation
Thanks Baptiste Mispelon for the patch and dave.lampton@ for the suggestion.

Backport of c852d45681 from master.
2013-04-10 20:41:03 -04:00
Tim Graham
405d6208e5 [1.5.x] Fixed #8649 - Documented a caveat about dynamically adjusting formsets.
Backport of 4a1d425cfe from master
2013-03-31 04:35:48 -04:00
Tim Graham
930cd8eebb [1.5.x] Fixed #9913 - Clarified User.is_authenticated docs.
Thanks rshea for the draft text.

Backport of ac4d82b94a from master
2013-03-31 04:01:05 -04:00
Tim Graham
a825b1903d [1.5.x] Fixed #20168 - Generalized a PostgreSQL specific database query in the docs.
Thanks Russ for the suggestion.

Backport of c119d0f152 from master
2013-03-31 03:41:44 -04:00
Tim Graham
999817375b [1.5.X] Fixed #19492 - Added a link to the uWSGI/Django tutorial.
Backport of 91d06ea719 from master
2013-03-30 16:22:43 -04:00
Tim Graham
ed3dd2759e [1.5.X] Fixed #18277 - Clarified startproject documentation.
Backport of 33503600b5 from master
2013-03-30 08:38:28 -04:00
Richard Cornish
29c77c5ed2 [1.5.X] Updated bios of committers
Backport of 6e67d764ae from master
2013-03-30 07:49:21 -04:00
Tim Graham
c3779d4214 [1.5.x] Fixed #19897 - Updated static files howto.
Thanks Jan Murre, Reinout van Rees and Wim Feijen,
plus Remco Wendt for reviewing.

Backport of i6c730da1f from master.
2013-03-30 07:12:37 -04:00
Tim Graham
1c42a3ec73 [1.5.X] Fixed #19582 - Added a static files tutorial.
Thanks James Pic.

Backport of c32fc79aa1 from master
2013-03-30 07:03:33 -04:00
Tim Graham
abaab6ef48 [1.5.x] Fixed #15379 - Added "how to cite Django" to FAQ.
Thanks Russ and Susan Tan.

Backport of 9916e69bf1 from master
2013-03-29 16:50:33 -04:00
Nimesh Ghelani
1d620fb957 [1.5.x] Fixed #20150 -- Fixed an error in manager doc example
Backport of 485c024567 from master
2013-03-29 15:55:23 -04:00
Maik Hoepfel
28cb46befb [1.5.x] Removed ambiguity regarding LANGUAGES setting
Backport of a05042fd3a from master
2013-03-29 08:01:38 -04:00
Gavin Wahl
d1b7bd030b [1.5.x] Fixed spelling errors
Backport of ec04fd1344 from master
2013-03-29 08:00:24 -04:00
Tim Graham
149150deb1 [1.5.x] Improved FormView docs in class-based views index.
Thanks Stefan Berder.

Backport of 738eef0f8b from master
2013-03-29 07:59:50 -04:00
ferhat elmas
56d4356d8c [1.5.x] Fixed #20146 -- Updated removed_tags example
Backport of e5d252f5b9 from master.
2013-03-28 22:45:30 +01:00
Jacob Kaplan-Moss
2847ae6665 Bump version numbers for 1.5.1. 2013-03-28 15:12:39 -05:00
Jacob Kaplan-Moss
d7eaadb4f8 [1.5.x] Added 1.5.1 release notes.
Backport of ae5247cb from master.
2013-03-28 15:07:43 -05:00
Donald Stufft
33c4abb71a Document password truncation with BCryptPasswordHasher 2013-03-26 13:29:53 -04:00
Yohan Boniface
5e2bb1223c [1.5.X] Fixed signature of HttpResponse.set_signed_cookie in docs.
Backport of c5b2414a52 from master
2013-03-24 13:55:45 -04:00
Claude Paroz
8772f9b4a6 [1.5.x] Fixed #20119 -- Fixed typo in auth docs
Thanks vinyll for the report.
Backport of f670cce9f53 from master.
2013-03-23 20:01:44 +01:00
Tim Graham
f7ca464039 [1.5.x] Added missing markup to docs.
Backport of 93cffc3b37 from master.
2013-03-22 14:08:55 -04:00
Tom V
1363b41823 [1.5.x] Fixed docs template name typo
Backport of a907fa088e from master
2013-03-22 13:51:55 -04:00
Tim Graham
7206330c15 [1.5.x] Fixed #17935 - Clarified intro of topics/files.txt.
Thanks guettli for the suggestion.

Backport of f7795e968d from master
2013-03-22 07:44:42 -04:00
Claude Paroz
add0dc02ad [1.5.x] Fixed #20096 -- Added link to the Greek localflavor app
Backport of a9ee0e297 from master.
2013-03-20 17:11:21 +01:00
Matthew Wood
5c78877016 [1.5.x] Fixed #20051 -- Specified where to define TEMPLATE_DIRS. 2013-03-18 15:48:47 -04:00
Aymeric Augustin
9e920a4888 [1.5.x] Minor docs fix for e11ccc76.
Backport of f3a6d74 from master.
2013-03-17 22:44:20 +01:00
Aymeric Augustin
2757d492bb [1.5.x] Updated bundled version of six.
Backport of e11ccc76d325b6bbbf101f510a91299f507f0745.
2013-03-17 16:05:30 +01:00
Tim Graham
e5c57fe1b4 [1.5.x] Fixed #19965 - Added a warning that the tutorial is written for Python 2.
Thanks itsallvoodoo for the patch.

Backport of e1bafdbffa from master.
2013-03-12 08:08:01 -04:00
Claude Paroz
1ac7d4e345 [1.5.x] Fixed #20008 -- Removed trailing slash in Wikipedia link
Thanks senden9 at gmail.com for the report.
Backport of 63c52dcbcd from master.
2013-03-10 16:00:24 +01:00
Tim Graham
142728277a [1.5.x] Fixed #19962 - Added a note about SESSION_EXPIRE_AT_BROWSER_CLOSE and browsers that persist sessions.
Thanks David Sanders.

Backport of fe5d9fe5fe from master
2013-03-02 10:13:17 -05:00
Claude Paroz
d43dfdf4b9 [1.5.x] Fixed #19960 -- Fixed sentence in contrib.auth signals docs
Thanks edd at slipszenko.net for the report.
Backport of 6d3b0c33dc from master.
2013-03-01 22:18:00 +01:00
Tim Graham
ed381bd922 [1.5.x] Fixed #19937 - Typo in class-based views intro.
Backport of d009ffe436 from master
2013-02-28 08:26:56 -05:00
Marti Raudsepp
3919810923 [1.5.x] [py3] str.decode does not exist; str.encode was intended
Backport of fba6df19b5 from master
2013-02-27 16:18:06 -05:00
Claude Paroz
171a6635d2 [1.5.x] Fixed #19926 -- Fixed a link to code example in queries docs
Thanks Randy Salvo for the report.
Backport of b0ba21db07 from master.
2013-02-27 21:32:08 +01:00
Tim Graham
7f04031ef1 [1.5.x] Fixed #16807 - Added a class-based views intro.
Thanks Preston Holmes for the text.

Backport of 2108941677 from master
2013-02-27 08:19:45 -05:00
Tim Graham
67f3a6e9cf [1.5.x] Fixed #19922 - Typo in translation docs.
Thanks amoebob for the report.

Backport of 9ce1b6191b from master
2013-02-26 15:14:17 -05:00
James Bennett
61283a8208 [1.5.x] Add release date to 1.5 release notes. 2013-02-26 13:12:27 -06:00
James Bennett
e7f2c6f2d7 [1.5.x] Bump version numbers for Django 1.5 release. 2013-02-26 13:06:35 -06:00
Aymeric Augustin
1742fd08f5 [1.5.x] Fixed #6195 -- Documented caching options for javascript_catalog.
Backport of 0836670 from master
2013-02-25 22:30:56 +01:00
Carl Meyer
b83feeea43 [1.5.x] Minor edits to some recently-added admin docs.
Backport of 8f839aaa180f from master.
2013-02-25 00:15:46 -07:00
Ben Konrath
1845c53081 [1.5.x] Fixed #19394 --Added note about auth forms and custom user models. 2013-02-24 07:58:16 -08:00
Preston Holmes
f60dd6f55d [1.5.x] Made a small clarification in tutorial.
refs #19889
2013-02-23 19:07:55 -08:00
Tim Graham
72db38facc [1.5.X] Added an example of "default" database dictionary left blank; refs #19775.
Thanks wsmith323 for the patch.

Backport of cf890c110e from master
2013-02-23 16:03:03 -05:00
Tim Graham
1702be89c8 [1.5.X] Fixed #19402 - Clarified purpose of CustomUser.REQUIRED_FIELDS
Thanks pydanny for the report and ptone for the patch.

Backport of 24a2bcbcdd from master
2013-02-23 15:43:55 -05:00
Tim Graham
2683e8ea20 [1.5.X] Fixed #19579 - Documented that "providing_args" is purely documentational.
Backport of 4c05fdb467 from master
2013-02-23 15:33:58 -05:00
Tim Graham
a97c441e18 [1.5.X] Fixed #19880 - Fixed an error in the form wizard initial_dict example.
Thanks almalki for the report.

Backport of 9b97f01dea from master
2013-02-23 15:28:03 -05:00
Tim Graham
fceafa1929 [1.5.X] Fixed #19775 - Clarified requirements of the "default" database.
Thanks monkut for the report and wsmith323 for the patch.

Backport of 31bcb102b2 from master
2013-02-23 15:23:00 -05:00
Tim Graham
29b0d89ee9 [1.5.X] Updated example to use staticfiles static template tag, thanks reinout for the suggestion, refs #19675.
Backport of f3ae67a62f from master
2013-02-23 11:05:59 -05:00
Tim Graham
0fa827c55f [1.5.x] Fixed #19752 - Changed Postgres version numbers to 9.x to avoid having to update them each minor release.
Backport of 8d17114899 from master.
2013-02-23 10:42:27 -05:00
Tim Graham
da8c789082 [1.5.X] Updated static file example in overview to use static template tag, refs #19675.
Thanks jezdez for the note.

Backport of 9e959e8d58 from master
2013-02-23 10:37:29 -05:00