Ramiro Morales
|
6474105107
|
[1.4.x] Added PASSWORD_HASHERS to settings reference document.
abd0f304b1 from master.
|
2012-12-19 15:13:06 -03:00 |
Preston Holmes
|
19710955e4
|
[1.4.x] Added examples of using startproject/app with URLs
thanks to Brent O'Connor for the idea and intial docs
|
2012-11-21 22:08:31 -08:00 |
Luke Plant
|
9003d6fece
|
[1.4.x] Corrected docs about default value of MESSAGE_STORAGE
Backport of a32f30c79c from master
|
2012-11-20 23:18:26 +00:00 |
Tim Graham
|
06c14a63a2
|
[1.4.X] Fixed #13997 - Added an example of constructing a MultiWidget and documented the value_from_datadict method.
Backport of 04775b4598 from master
|
2012-11-17 17:55:28 -05:00 |
Nicolas Ippolito
|
fdb855e7b2
|
[1.4.X] Typo in comments doc
Backport of 17b14d4819 from master
|
2012-11-13 05:25:55 -05:00 |
Tim Graham
|
baf1f1dcde
|
[1.4.X] Fixed #9471 - Expanded ModelAdmin.raw_id_fields docs; thanks adroffne for the suggestion.
Backport of da958eb209 from master
|
2012-10-24 17:50:37 -04:00 |
Tim Graham
|
6c1c490f64
|
[1.4.X] Fixed #13869 - Warned that QuerySet.iterator() doesn't affect DB driver caching; thanks jtiai for the suggestion.
Backport of 2f722d9728 from master
|
2012-10-20 15:23:06 -04:00 |
Tim Graham
|
13bbe9161d
|
[1.4.x] Fixed arguments for get_inline_instances; refs #17006.
|
2012-10-20 09:57:51 -04:00 |
Tim Graham
|
e7685b87c1
|
[1.4.X] Fixed #17006 - Documented ModelAdmin get_form() and get_formsets()
Backport of eed4faf16f from master
|
2012-10-20 08:42:24 -04:00 |
Tim Graham
|
fd90a90633
|
[1.4.X] Fixed #18046 - Documented that an index is created by default for ForeignKeys; thanks jbauer for the suggestion.
Backport of db598dd8a0 from master
|
2012-10-18 16:59:23 -04:00 |
Preston Holmes
|
58806ce153
|
Fixed an error in the set cookie documentation
|
2012-10-17 14:57:58 -07:00 |
Tim Graham
|
73991b0b32
|
[1.4.X] Fixed #18473 - Fixed a suggestion that GZipMiddleware needs to be first in the list of middleware.
Backport of 3e0857041b from master
|
2012-10-17 15:48:47 -04:00 |
Claude Paroz
|
4cdc416d03
|
[1.4.x] Fixed #19119 -- Corrected default date input formats in docs
Thanks henrik@aisti.fi for the report.
Backport of 10dc4797ea from master.
|
2012-10-13 11:05:22 +02:00 |
Tim Graham
|
e2dea54efe
|
[1.4.X] Fixed #18256 - Added a potential pitfall when upgrading to MySQL 5.5.5
Backport of c870cb48cd from master
|
2012-10-12 19:17:50 -04:00 |
Tim Graham
|
cf17d5e267
|
[1.4.X] Fixed #14165 - Documented that TransactionMiddleware only applies to the default database.
Backport of 938ee7cd36 from master
|
2012-10-11 17:49:40 -04:00 |
Tim Graham
|
c06b724a00
|
[1.4.X] Fixed #17435 - Clarified that QuerySet.update returns the number of rows matched
Backport of 6d46c740d8 from master
|
2012-10-06 07:07:29 -04:00 |
Claude Paroz
|
0636c9583f
|
Fixed #19072 -- Corrected an external file path in GeoIP docs
Thanks Flavio Curella for the report and the initial patch.
|
2012-10-05 23:18:17 +02:00 |
Tim Graham
|
8868a067e0
|
[1.4.X] Fixed #19006 - Quoted filenames in Content-Disposition header.
Backport of 234ca6c61d from master
|
2012-10-03 17:47:48 -04:00 |
Tim Graham
|
b1462e0a36
|
[1.4.X] Fixed #18413 - Noted that a model's files are not deleted when the model is deleted. Thanks lawgon for the report.
Backport of 1c03b23567 from master
|
2012-10-03 17:44:14 -04:00 |
Tim Graham
|
cf482d6e2a
|
[1.4.X] Fixed #15338 - Documented django.utils.decorators
Backport of d0345b7114 from master
|
2012-09-30 13:42:38 -04:00 |
Tim Graham
|
1189dca471
|
[1.4.X] Fixed #15325 - Added a link to RelatedManager in the ManytoManyField docs; thanks jammon for the suggestion.
Backport of 0fdfcee257 from master
|
2012-09-19 18:01:37 -04:00 |
Tim Graham
|
3a64adef61
|
[1.4.X] Fixed #13586 - Added an example of how to connect a m2m_changed signal handler.
Backport of 1360bd4186 from master
|
2012-09-19 18:01:06 -04:00 |
Tim Graham
|
421ce44e8b
|
[1.4.x] Fixed #18131 - Documented ContentTypeManager.get_for_id; thanks sir_sigurd for the report.
Backport of 93e6733e4c from master.
|
2012-09-15 08:17:26 -04:00 |
Tim Graham
|
81c77d24ef
|
[1.4.X] Added an example of using a form wizard with different templates; thanks Lorin Hochstein for the patch.
Backport of 553583958d from master
|
2012-09-15 07:18:28 -04:00 |
Tim Graham
|
1b5b8b874f
|
[1.4.x] Fixed #11185 - Expanded docs on customizing widgets; thanks fadeev for the draft patch.
Backport of a73838fde3 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
|
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
|
c2f1aa5a3c
|
[1.4.x] Fixed #13608 - Noted that template lookups use literal values.
Backport of 74c025d028 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 |
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 8a5d1a6b93 from master.
|
2012-08-30 07:47:56 -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
|
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 13d47c3f33 from master.
|
2012-08-21 17:42:18 -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 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
|
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
|
df8a2bf4cb
|
[1.4.x] Merge pull request #233 from rafikdraoui/modeladmin-doc
Updated example of customized ModelAdmin in documentation for 1.4
Backport of a04f68b15d from master.
|
2012-08-05 13:27:05 -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
|
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 |
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 |
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 |