Tim Graham
1b5b8b874f
[1.4.x] Fixed #11185 - Expanded docs on customizing widgets; thanks fadeev for the draft patch.
...
Backport of a73838fde33374573b8e765dfcb0225287d396c0 from master.
2012-09-15 06:46:39 -04:00
Tim Graham
7c6630920e
[1.4.x] Fixed some broken links in 1.4 docs
2012-09-08 15:21:13 -04:00
Tim Graham
cd5181f84c
[1.4.X] Fixed #18478 - Documented how to use a mutable default in a model field.
...
Backport of 6e2bb344e4 from master
2012-09-08 14:54:07 -04:00
Tim Graham
b0e2cb8e47
[1.4.X] Fixed #15566 - Documented that update() doesn't honor DateField.auto_now
...
Thanks Shabda Raaj for the draft patch.
Backport of dc01e41d23 from master
2012-09-08 06:40:05 -04:00
Tim Graham
7e8483e70b
[1.4.X] Fixed #18490 - Updated DateField input formats; thanks dloewenherz for the draft patch.
...
Backport of fa8fb2b383 from master
2012-09-07 19:50:55 -04:00
Tim Graham
53f533f864
[1.4.X] Fixed #18904 - Typo in MySQL link; thanks Johie Anderson for the report.
...
Backport of e5983af7c1 from master
2012-09-05 17:52:01 -04:00
Tim Graham
f0c469c7be
[1.4.x] Merge pull request #315 from streeter/auth-docs-cleanup-patch
...
Clarify some of the password reset docs
Backport of 03ad7d3c2085fa252e7bf6a725fec1ed3d1e6a7c from master.
2012-09-01 18:06:25 -04:00
Tim Graham
c9f1a13f87
[1.4.X] Fixed #18840 - Added a mentioned of the upload_to parameter to the ModelForm example in file uploads.
...
Backport of c6088bc91d from master
2012-09-01 15:40:28 -04:00
Claude Paroz
92f7af3c36
[1.4.x] Fixed #18212 -- Standardized arguments of GenericIPAddressField
...
Unlike other model fields, the newly introduced (1.4)
GenericIPAddressField did not accept verbose_name and name as the
first positional arguments. This commit fixes it.
Thanks Dan McGee for the report and the patch.
Backport of 306d34873cff2 from master.
2012-09-01 18:39:51 +02:00
Tim Graham
c2f1aa5a3c
[1.4.x] Fixed #13608 - Noted that template lookups use literal values.
...
Backport of 74c025d0285450bf277afbee095172af54562ab6 from master.
2012-09-01 09:27:29 -04:00
Tim Graham
c088a42670
[1.4.X] Fixed #16936 - Updated javascript for CSRF protection.
...
Thanks Idan Gazit for the patch.
Backport of e376558ed2 from master
2012-09-01 06:03:56 -04:00
Tim Graham
c274a9cbd0
[1.4.X] Fixed #18642 - Added a note suggesting the use of render() rather than render_to_response() if you need RequestContext in your template.
...
Backport of f99ecaff06 from master
2012-08-31 20:26:02 -04:00
Tim Graham
90fee02fee
[1.4.X] Fixed #16309 - Made ModelAdmin.list_filter versionchanged annotations more specific to the sections that changed; thanks akaihola for the suggestion and patch.
...
Backport of 70896386ec from master
2012-08-31 18:01:54 -04:00
Claude Paroz
f6159d426b
[1.4.x] Added 1.4.1 and 1.3.2 release notes
...
Backport of 44f541ab47317fc from master.
2012-08-31 20:38:12 +02:00
Tim Graham
df0c1055cd
[1.4.X] Fixed #14556 - Documented how to use flatpages in URLconf; thanks Claude Paroz for the draft patch.
...
Backport of 7235cc7685 from master
2012-08-31 08:16:36 -04:00
Claude Paroz
b8340d26e4
[1.4.x] Updated obsolete links in the documentation
...
Backport of 8a5d1a6b93e05546c5fdbfc497d7fb3a3377cf85 from master.
2012-08-30 07:47:56 -04:00
Tim Graham
fa8a09fdc5
[1.4.X] Fixed #18647 - Removed link to Malcolm's blog which is gone.
...
Backport of 36df198e4b from master
2012-08-30 07:45:06 -04:00
Tim Graham
f6351851b6
[1.4.X] Fixed #18871 - Fixed typo in multi-db docs.
...
Backport of 141e6cd2ac from master
2012-08-30 07:42:47 -04:00
Tim Graham
81bfe428e1
[1.4.X] Updated doc for settings.MEDIA_ROOT based on what's generated by settings.py; thanks ryan-blunden.
...
Backport of e6e01f619d from master
2012-08-25 08:27:48 -04:00
Tim Graham
4b8c6c4056
[1.4.x] Fixed #17069 -- Added log filter example to docs.
...
Backport of e06189f7ceb48013b37b902588bea6750c989b14 from master.
2012-08-22 20:37:38 -04:00
Tim Graham
27c2ccc1ea
[1.4.x] Fixed #18637 - Updated some documentation for aspects of models that are ModelForm specific, not admin specific.
...
Thanks Ben Sturmfels for the patch.
Backport of 13d47c3f338e1e9a5da943b97b5334c0523d2e2c from master.
2012-08-21 17:42:18 -04:00
Tim Graham
42aee6ffe5
[1.4.x] Fixed #14885 - Clarified that ModelForm cleaning may not fully complete if the form is invalid.
...
Thanks Ben Sturmfels for the patch.
Backport of 3fd89d99036696ba08dd2dd7e20a5b375f85d23b from master.
2012-08-21 17:36:41 -04:00
Tim Graham
b05d2f51b8
[1.4.X] Fixed typo in form wizard docs.
...
Backport of 3631db88cb from master
2012-08-19 20:14:54 -04:00
Jeremy Cowgar
eaa6e4e2d1
[1.4.X] Added load i18n code to the base wizard form template documentation as it uses the trans tag.
...
Backport of c23d306df8 from master
2012-08-19 19:07:48 -04:00
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