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

4481 Commits

Author SHA1 Message Date
Tim Graham
232a308044 [1.4.X] Fixed #17180 - Emphasized the need to load the i18n template tag in each template that uses translations. Thanks stefan.freyr for the suggestion and buddylindsey for the draft patch.
Backport of 514a0013cd from master
2012-08-19 18:48:29 -04:00
Tim Saylor
03e79c3386 [1.4.X] Fixed a documentation typo on the widget page.
Backport of f8ef93a657 from master
2012-08-17 11:15:43 -04:00
Tim Graham
e4b7e7d86d [1.4.X] Fixed #17183 - Added a note regarding LocaleMiddleware at the top of the i18n docs. Thanks krzysiumed for the patch.
Backport of b1f18e95a5 from master
2012-08-16 18:16:56 -04:00
Tim Graham
01b0231717 [1.4.X] Fixed #18223 - Corrected default transaction behavior in postgresql docs.
Thanks philipn for the report and mateusgondim for the patch.

Backport of 2079b730f1 from master
2012-08-16 18:15:52 -04:00
Tim Graham
3264894ee0 [1.4.X] Fixed #17680 - Clarified when logging is configured.
Backport of cb38fd9632 from master
2012-08-10 17:35:55 -04:00
Tim Graham
fba0149e16 [1.4.X] Fixed #17016 - Added examples for file uploads in views.
Thanks Tim Saylor for the draft patch and Aymeric Augustin and Claude Paroz for feedback.

Backport of eff6ba2f64 from master
2012-08-10 17:32:34 -04:00
Tim Graham
6536f7597b [1.4.X] Fixed #17053 - Added a note about USE_THOUSAND_SEPARATOR setting to localizations docs.
Thanks shelldweller for the draft patch.
Backport of 4f3a6b853a from master
2012-08-06 18:18:00 -04:00
Tim Graham
df8a2bf4cb [1.4.x] Merge pull request #233 from rafikdraoui/modeladmin-doc
Updated example of customized ModelAdmin in documentation for 1.4

Backport of a04f68b15d8466d0d34f6df1009668cf60dad206 from master.
2012-08-05 13:27:05 -04:00
Tim Graham
c54034a2ad [1.4.X] Fixed #16980 - Misc updates to the auth docs. Thanks Preston Holmes for the patch.
Backport of 865ff32b84 from master
2012-08-04 15:27:27 -04:00
Claude Paroz
49f9bb271d [1.4.x] Fixed #18713 -- Fixed custom comment app name in comments docs
Thanks Pratyush for the report.
2012-08-04 17:41:20 +02:00
Tim Graham
1d280026c3 [1.4.X] Fixed #15932 - Documented how to supress multiple reverse relations to the same model.
Thanks Claude Paroz for the patch.

Backport of b496be331c from master
2012-08-03 17:46:35 -04:00
Tim Graham
c8e681f624 [1.4.X] Fixed #13904 - Documented how to avoid garbage collection messages in GIS.
Thanks Claude Peroz for the patch.

Backport of 083a3a4e39 from master
2012-08-03 05:20:03 -04:00
Tim Graham
e9f458133c [1.4.X] Fixed #17704 - Updated the StackedInline section in Tutorial 2; thanks xbito for the draft patch.
Backport of 2a16eb0792 from master
2012-08-02 19:23:34 -04:00
Tim Graham
d1ae3c899f [1.4.X] Fixed #16941 - Clarified naturaltime output when the time is more than a day old.
Thanks antoviaque for the patch.
Backport of 07e10fbe9f from master
2012-08-02 07:55:00 -04:00
Tim Graham
445b9663e7 [1.4.X] Fixed #18581 - Updated admin actions screenshots. Thanks Kevin London.
Backport of 39541be3bc from master
2012-08-02 07:53:12 -04:00
Simon Meers
68fd7f56e1 [1.4.x] Fixed #18472 - Added warning regarding set_language / i18n_patterns.
Backport of d7816c563b58ed53d49956321d549a16e2b2ebc0 from master.
2012-08-02 21:16:30 +10:00
Tim Graham
a276bdebb2 [1.4.X] Fixed #16168 - Added note regarding type requirements when overridng ModelForm fields.
Thanks Pieter Swinkels for the patch.

Backport of ebbc414d17 from master
2012-08-01 08:02:01 -04:00
Tim Graham
751a34e4b3 [1.4.x] Fixed #18122 - Clarified section title regarding applying permissions to generic views.
Backport of 964979e8ecec3ceccb2119ccb7270111b953611e from master.
2012-08-01 07:57:10 -04:00
Tim Graham
fa6577f5b2 Fixed #17131 - Added per object permission notes to docs.
Thanks dchandek for the suggestion and mateusgondim for the patch.

Backport of 8d3e501502c308cbdd3cc95b62ace0fe11d373ab from master
2012-07-30 18:12:40 -04:00
James Bennett
28a4d039a2 [1.4.x] Bump version numbers for security release. 2012-07-30 15:43:45 -05:00
Tim Graham
94e91f75b9 [1.4.X] Fixed #18656 -- Fixed LocaleMiddleware link; thanks mitar for the report.
Backport of 07d70e9b26 from master
2012-07-28 13:33:19 -04:00
Kevin London
c6d06a9453 [1.4.x] Fixed #18614 -- Added imports and changed render_to_response to render. 2012-07-15 21:29:13 -07:00
Tim Graham
8ba78a0daf [1.4.X] Fixed #18577 - Clarified middleware initialization.
Thanks Lukasz Balcerzak for the patch.

Backport of 590de18add from master
2012-07-08 19:30:11 -04:00
Tim Graham
dcede04715 [1.4.x] Fixed #18173 - Corrected ModelAdmin documentation for get_changelist.
Thanks Keryn Knight for the report and vanessagomes for the pckport of [d44aa98] from master.atch.

Backport of [d44aa98] from master.
2012-07-08 18:38:52 -04:00
Claude Paroz
fd88fe657b [1.4.x] Fixed #18164 -- Precised startapp template context content
Backport of 249c445446 from master.
2012-07-07 23:12:02 +02:00
Aymeric Augustin
f1e416566a [1.4x] Fixed #18587 -- Typo in management command example
Thanks Frank Wiles.

Backport of 29ca3d3c4b3d330337cce8713196ef7eea956dc9 from master.
2012-07-07 16:02:45 +02:00
Tim Graham
f5db3bddb3 [1.4.X] Fixed #17997 - Documented that the debug server is now multithreaded by default.
Thanks trey.smith@ for the report and vanessagomes for the patch.

Backport of e4a1407a9c from master
2012-07-05 08:40:20 -04:00
Tim Graham
c5e35afbcc [1.4.X] Fixed #17436 - Added warning about overriding Model.__init__()
Thanks zsiciarz for the draft patch.

Backport of 7313468f85 from master
2012-07-01 18:06:33 -04:00
Tim Graham
8bea1a7e4e [1.4.X] Fixed #16882 - Clarified why one should not use 'init_command' after initial database creation.
Backport of 9974069620 from master
2012-07-01 07:26:53 -04:00
Tim Graham
32bd77d392 [1.4.X] Fixed #18493 - Added instructions to locate the Django source files to the t
Thanks Claude Paroz for the draft patch.

Backport of c68f4c514c from master
2012-07-01 06:56:20 -04:00
Tim Graham
fea5e0b80f [1.4.X] Fixed #17705 - Updated TabularInline image and doc in tutorial 2.
Thanks xbito for the draft patch.

Backport of c5fb8299ef from master
2012-06-30 18:21:50 -04:00
Raúl Cumplido
342e8a6246 [1.4.X] Fixed #18145 -- Improved documentation of unique_together type fields
Backport of 55ffcf8e7b from master
2012-06-30 17:24:26 -04:00
Tim Graham
a89e76d151 [1.4.X] Fixed #17168 - Noted TransactionMiddleware only works with "default" database alias.
Thanks codeinthehole for the draft patch.

Backport of 5d81ad1af1 from master
2012-06-30 10:30:45 -04:00
Claude Paroz
d92c38a281 [1.4.x] Fixed #18528 -- Fixed custom field value_to_string example
Thanks anuraguniyal for the report.
2012-06-29 15:11:13 +02:00
Tim Graham
9014b138e6 [1.4.X] Fixed #17511 - Removed reference to deprecated "reset" management command in FAQ; thanks voxpuibr@ for the report.
Backport of c8928b91b5 from master
2012-06-27 18:56:04 -04:00
Tim Graham
3631a028e2 [1.4.X] Fixed #18369 - Fixed argument name in render() function; thanks qsolo825@ for the report.
Backport of 1cf8287e3a from master
2012-06-27 18:43:14 -04:00
Luke Plant
ff6ee5f06c [1.4.x] Added more explicit warnings about unconfigured reStructured Text usage in docs.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17915 bcc190cf-cafb-0310-a4f2-bffc1f526a37

Backport of 718f149b from master
2012-06-08 15:02:15 +01:00
Jacob Kaplan-Moss
45d43317b7 [1.4.X] Replaced documentation snippets using "gender" with less sensitive examples.
Backport of [7edf231] from master.
2012-06-06 13:55:09 +02:00
Luke Plant
0a8a6b92b2 [1.4.x] Noted that SECURE_PROXY_SSL_HEADER is needed by CSRF protection.
Both false positives and false negatives of HttpRequest.is_secure can be
dangerous.

Backport of 840ffd80ba from master
2012-06-04 21:49:42 +01:00
Luke Plant
3bd937aec2 [1.4.x] Rewrote security.txt SSL docs, noting SECURE_PROXY_SSL_HEADER.
Backport of 0199bdc0b from master
2012-06-04 21:46:37 +01:00
Adrian Holovaty
d3fa8d92ea [1.4.x] Updated docs/intro/whatsnext.txt to reference Git instead of SVN 2012-05-16 23:19:09 +02:00
Claude Paroz
589af4971e [1.4.x] Fixed #18301 -- Fixed url name in password reset example.
Thanks nicknnn for the report.
2012-05-11 20:19:32 +02:00
Claude Paroz
ffe620f203 Fixed #18270 -- Corrected variable name in password reset example.
Thanks schnippi for the report.
Backport of ec5423df05dedeee6651c36dd4d90fec0d8cca7c from master.
2012-05-10 08:40:39 +02:00
Claude Paroz
521fe472e5 [1.4.X] Fixed #18186 -- Fixed ReportLab Web site links. Thanks pablog for the report and the initial patch.
Backport of r17928 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.4.X@17929 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-04-22 17:20:39 +00:00
Ramiro Morales
839a71b0a5 [1.4.X] Added documentation notes about lack of database savepoints support when using MySQL+MyISAM.
Refs #15507 and r17341.

Backport of r17923.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.4.X@17924 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-04-21 22:57:32 +00:00
Claude Paroz
143305126b [1.4.X] Fixed #18156 -- Updated signature of ModelAdmin change_view in docs to reflect r17466. Thanks arthurprat for the report.
Backport of r17918 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.4.X@17919 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-04-20 13:01:04 +00:00
Claude Paroz
64bbf5187c [1.4.X] Fixed #18316 -- Fixed pre-1.3 PermWrapper? location in docs. Thanks Adrien Lemaire for the patch.
Backport of r17913 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.4.X@17914 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-04-16 11:40:25 +00:00
Claude Paroz
2fa8b3f143 [1.4.X] Fixed #18118 -- Improved documentation for contrib.auth.hashers utility functions. Thanks Mathieu Agopian for the report and Ramiro Morales for the review.
Backport of r17905 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.4.X@17906 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-04-13 11:40:44 +00:00
Claude Paroz
8ed9e9074c [1.4.X] Fixed #18095 -- Added missing 'cc' mention in EmailMessage recipients() description. Thanks Stéphane Raimbault for the report and the patch.
Backport of r17891 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.4.X@17892 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-04-10 20:02:56 +00:00
Claude Paroz
8adfdf08de [1.4.X] Fixed #17672 -- Precised MacPorts GeoDjango install instructions to install gdal with geos support. Thanks chosak for the report and the patch.
Backport of r17883 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.4.X@17884 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-04-09 10:03:31 +00:00