Baptiste Mispelon
|
6bb8df0a98
|
[1.5.x] Fixed #20270 -- Fixed error in AjaxResponseMixin documentation
Backport of 73c26f0c95 from master.
|
2013-04-22 20:03:21 +02:00 |
|
Tim Graham
|
4376a64524
|
[1.5.x] Fixed #20285 - Added missing commas in translation docs.
Thanks cody.j.b.scott@
Backport of 9f7b277d2e from master
|
2013-04-18 13:45:27 -04:00 |
|
Claude Paroz
|
807264ed8d
|
[1.5.x] Fixed #20266 -- Updated view example in CBV introduction
Thanks jim at hellolocals.com for the report.
Backport of 58b3a974fc from master.
|
2013-04-16 09:00:57 +02:00 |
|
Simon Charette
|
19ad7231da
|
[1.5.x] Fixed #20263 -- Corrected wording in the formset documentation.
Thanks to feraudyh at yahoo.com for the report.
Backport of 1de63cccb1 from master.
|
2013-04-15 12:22:51 -04:00 |
|
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
|
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
|
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 |
|
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 |
|
Donald Stufft
|
33c4abb71a
|
Document password truncation with BCryptPasswordHasher
|
2013-03-26 13:29:53 -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 |
|
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 |
|
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
|
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 |
|
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 |
|
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 |
|
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 |
|
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
|
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 |
|
Preston Holmes
|
b17a572eb3
|
[1.5.x] Fixed #19868 -- Clarified purpose of custom user example
|
2013-02-20 15:34:22 -08:00 |
|
Stefan "hr" Berder
|
4f99b0b635
|
[1.5.X] Fixed typo in docs/topics/class-based-views/generic-display.txt
Backport of 22d5e4b4af from master
|
2013-02-19 16:32:59 -05:00 |
|
Aymeric Augustin
|
3ef4bbf495
|
[1.5.x] Added a default limit to the maximum number of forms in a formset.
This is a security fix. Disclosure and advisory coming shortly.
|
2013-02-19 10:39:04 -07:00 |
|
Carl Meyer
|
a7e33c5bf3
|
[1.5.x] Added a new required ALLOWED_HOSTS setting for HTTP host header validation.
This is a security fix; disclosure and advisory coming shortly.
|
2013-02-19 10:39:03 -07:00 |
|
Tim Graham
|
5d853db90e
|
[1.5.X] Fixed #19717 - Removed mentions of "root QuerySet" in docs.
Thanks julien.aubert.mail@ for the report and James Pic for the patch.
Backport of 64d0f89ab1 from master
|
2013-02-18 09:36:49 -05:00 |
|
Alex Hunley
|
5c3c8bf09a
|
[1.5.x] Fixed #19719 - Removed misleading example from ModelForm documentation
Backport of 976dc07baf from master
|
2013-02-16 18:05:35 -05:00 |
|
Russell Keith-Magee
|
461d6e2295
|
[1.5.x] Refs #14881 -- Document that User models need to have an integer primary key.
Thanks to Kaloian Minkov for the reminder about this undocumented requirement.
(cherry picked from commit 91c26eadc9b4efa5399ec0f6c84b56a3f8eb84f4)
|
2013-02-16 10:21:45 +08:00 |
|
Russell Keith-Magee
|
bc6746ac30
|
[1.5.x] Fixed #19822 -- Added validation for uniqueness on USERNAME_FIELD on custom User models.
Thanks to Claude Peroz for the draft patch.
(cherry picked from commit f5e4a699ca0f58818acbdf9081164060cee910fa)
|
2013-02-15 09:02:14 +08:00 |
|
Ramiro Morales
|
89ce55b301
|
[1.5.x] Mention backward relationships in aggregate docs.
Thanks Anssi and Marc Tamlyn for reviewing.
Fixes #19803.
0560bfb705687c831e2769b1202706e2ceb1f7a7 from master.
|
2013-02-14 20:47:04 -03:00 |
|
Ramiro Morales
|
e7ab0d35c1
|
[1.5.x] Typo in i18n docs.
112c6e987dbe789c8eb1889852f6056131c8d4d6 from master.
|
2013-02-14 20:46:27 -03:00 |
|
Claude Paroz
|
cfdc003ab7
|
[1.5.x] Fixed #19823 -- Fixed memcached code example in cache docs
Backport of 668d0b8d from master.
|
2013-02-14 11:25:07 +01:00 |
|
Tim Graham
|
a81363d85a
|
[1.5.x] Fixed #19756 - Corrected a ManyToMany example and added some links and markup.
Backport of 43efefae69 from master
|
2013-02-07 07:03:46 -05:00 |
|
Tim Graham
|
3b952123ac
|
[1.5.x] Fixed #19743 - Documented some limitations of contrib.auth.
Thanks Aymeric for the suggestion.
Backport of afa3e16334 from master
|
2013-02-06 08:27:53 -05:00 |
|
Tim Graham
|
6155b66d06
|
[1.5.x] Fixed a typo in docs/topics/auth/customizing.txt
Backport of 2c173ff3b4 from master
|
2013-02-03 13:24:09 -05:00 |
|
Tim Graham
|
f28fbe7314
|
[1.5.x] Fixed #19700 - Added documentation for BoundField.field.
Thanks Tiberiu Ana for the report and patch.
Backport of fdaaa24171 from master
|
2013-02-02 08:38:02 -05:00 |
|
Lucian Ursu
|
a22480797d
|
[1.5.x] Fixed #19690 - Removed unused import in doc examples.
Backport of c6560e4843 from master
|
2013-02-01 14:19:04 -10:00 |
|
Ramiro Morales
|
73bb9664da
|
Enhanced traanslator comments documentation.
Partial (docs only) backport of 47ddd6a from master.
|
2013-01-31 10:58:05 -03:00 |
|
Aymeric Augustin
|
11ec0253ab
|
[1.5.x] Fixed #19692 -- Completed deprecation of mimetype in favor of content_type.
Thanks Tim for the report and initial patch.
Backport of 89cb771 from master.
|
2013-01-31 13:55:00 +01:00 |
|
Tim Graham
|
5da6ce11ed
|
[1.5.x] Fixed typos in docs and comments
Backport of ee26797cff from master
|
2013-01-29 10:58:24 -07:00 |
|
Tim Graham
|
f6075b0596
|
[1.5.x] Fixed #19683 - Added a missing import in signing example.
Thanks sunsongxp@ for the report.
Backport of 537d44b1b9 from master
|
2013-01-29 06:13:47 -05:00 |
|
Justin Bronn
|
1c061ef568
|
[1.5.x] Fixed typo.
Backport of 71c8539570 from master
|
2013-01-23 19:21:42 -05:00 |
|
Tim Graham
|
2e6b0c5ca7
|
[1.5.x] Fixed #19610 - Added enctype note to forms topics doc.
Thanks will@ for the suggestion.
Backport of 0de2645c00 from master
|
2013-01-23 04:50:24 -05:00 |
|
Tim Graham
|
34718395ed
|
[1.5.x] Fixed #19640 - Added inlineformset_factory to reference docs.
Thanks wim@ for the suggestion.
Backport of 5b2d9bacd2 from master
|
2013-01-22 07:58:09 -05:00 |
|