| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-10-17 | Fixed an error in the set cookie documentation | Preston Holmes | |
| 2012-10-17 | [1.4.X] Fixed #18473 - Fixed a suggestion that GZipMiddleware needs to be ↵ | Tim Graham | |
| first in the list of middleware. Backport of 3e0857041b from master | |||
| 2012-10-13 | [1.4.x] Fixed #19119 -- Corrected default date input formats in docs | Claude Paroz | |
| Thanks henrik@aisti.fi for the report. Backport of 10dc4797ea from master. | |||
| 2012-10-12 | [1.4.X] Fixed #18256 - Added a potential pitfall when upgrading to MySQL 5.5.5 | Tim Graham | |
| Backport of c870cb48cd from master | |||
| 2012-10-11 | [1.4.X] Fixed #14165 - Documented that TransactionMiddleware only applies to ↵ | Tim Graham | |
| the default database. Backport of 938ee7cd36 from master | |||
| 2012-10-06 | [1.4.X] Fixed #17435 - Clarified that QuerySet.update returns the number of ↵ | Tim Graham | |
| rows matched Backport of 6d46c740d8 from master | |||
| 2012-10-05 | Fixed #19072 -- Corrected an external file path in GeoIP docs | Claude Paroz | |
| Thanks Flavio Curella for the report and the initial patch. | |||
| 2012-10-03 | [1.4.X] Fixed #19006 - Quoted filenames in Content-Disposition header. | Tim Graham | |
| Backport of 234ca6c61d from master | |||
| 2012-10-03 | [1.4.X] Fixed #18413 - Noted that a model's files are not deleted when the ↵ | Tim Graham | |
| model is deleted. Thanks lawgon for the report. Backport of 1c03b23567 from master | |||
| 2012-09-30 | [1.4.X] Fixed #15338 - Documented django.utils.decorators | Tim Graham | |
| Backport of d0345b7114 from master | |||
| 2012-09-19 | [1.4.X] Fixed #15325 - Added a link to RelatedManager in the ManytoManyField ↵ | Tim Graham | |
| docs; thanks jammon for the suggestion. Backport of 0fdfcee257 from master | |||
| 2012-09-19 | [1.4.X] Fixed #13586 - Added an example of how to connect a m2m_changed ↵ | Tim Graham | |
| signal handler. Backport of 1360bd4186 from master | |||
| 2012-09-15 | [1.4.x] Fixed #18131 - Documented ContentTypeManager.get_for_id; thanks ↵ | Tim Graham | |
| sir_sigurd for the report. Backport of 93e6733e4cbbdad34f1f0f59303ae01f577e4e58 from master. | |||
| 2012-09-15 | [1.4.X] Added an example of using a form wizard with different templates; ↵ | Tim Graham | |
| thanks Lorin Hochstein for the patch. Backport of 553583958d from master | |||
| 2012-09-15 | [1.4.x] Fixed #11185 - Expanded docs on customizing widgets; thanks fadeev ↵ | Tim Graham | |
| for the draft patch. Backport of a73838fde33374573b8e765dfcb0225287d396c0 from master. | |||
| 2012-09-08 | [1.4.x] Fixed some broken links in 1.4 docs | Tim Graham | |
| 2012-09-08 | [1.4.X] Fixed #18478 - Documented how to use a mutable default in a model field. | Tim Graham | |
| Backport of 6e2bb344e4 from master | |||
| 2012-09-07 | [1.4.X] Fixed #18490 - Updated DateField input formats; thanks dloewenherz ↵ | Tim Graham | |
| for the draft patch. Backport of fa8fb2b383 from master | |||
| 2012-09-05 | [1.4.X] Fixed #18904 - Typo in MySQL link; thanks Johie Anderson for the report. | Tim Graham | |
| Backport of e5983af7c1 from master | |||
| 2012-09-01 | [1.4.x] Fixed #13608 - Noted that template lookups use literal values. | Tim Graham | |
| Backport of 74c025d0285450bf277afbee095172af54562ab6 from master. | |||
| 2012-09-01 | [1.4.X] Fixed #16936 - Updated javascript for CSRF protection. | Tim Graham | |
| Thanks Idan Gazit for the patch. Backport of e376558ed2 from master | |||
| 2012-08-31 | [1.4.X] Fixed #18642 - Added a note suggesting the use of render() rather ↵ | Tim Graham | |
| than render_to_response() if you need RequestContext in your template. Backport of f99ecaff06 from master | |||
| 2012-08-31 | [1.4.X] Fixed #16309 - Made ModelAdmin.list_filter versionchanged ↵ | Tim Graham | |
| annotations more specific to the sections that changed; thanks akaihola for the suggestion and patch. Backport of 70896386ec from master | |||
| 2012-08-31 | [1.4.X] Fixed #14556 - Documented how to use flatpages in URLconf; thanks ↵ | Tim Graham | |
| Claude Paroz for the draft patch. Backport of 7235cc7685 from master | |||
| 2012-08-30 | [1.4.x] Updated obsolete links in the documentation | Claude Paroz | |
| Backport of 8a5d1a6b93e05546c5fdbfc497d7fb3a3377cf85 from master. | |||
| 2012-08-25 | [1.4.X] Updated doc for settings.MEDIA_ROOT based on what's generated by ↵ | Tim Graham | |
| settings.py; thanks ryan-blunden. Backport of e6e01f619d from master | |||
| 2012-08-21 | [1.4.x] Fixed #18637 - Updated some documentation for aspects of models that ↵ | Tim Graham | |
| are ModelForm specific, not admin specific. Thanks Ben Sturmfels for the patch. Backport of 13d47c3f338e1e9a5da943b97b5334c0523d2e2c from master. | |||
| 2012-08-19 | [1.4.X] Fixed typo in form wizard docs. | Tim Graham | |
| Backport of 3631db88cb from master | |||
| 2012-08-19 | [1.4.X] Added load i18n code to the base wizard form template documentation ↵ | Jeremy Cowgar | |
| as it uses the trans tag. Backport of c23d306df8 from master | |||
| 2012-08-17 | [1.4.X] Fixed a documentation typo on the widget page. | Tim Saylor | |
| Backport of f8ef93a657 from master | |||
| 2012-08-16 | [1.4.X] Fixed #18223 - Corrected default transaction behavior in postgresql ↵ | Tim Graham | |
| docs. Thanks philipn for the report and mateusgondim for the patch. Backport of 2079b730f1 from master | |||
| 2012-08-05 | [1.4.x] Merge pull request #233 from rafikdraoui/modeladmin-doc | Tim Graham | |
| Updated example of customized ModelAdmin in documentation for 1.4 Backport of a04f68b15d8466d0d34f6df1009668cf60dad206 from master. | |||
| 2012-08-04 | [1.4.x] Fixed #18713 -- Fixed custom comment app name in comments docs | Claude Paroz | |
| Thanks Pratyush for the report. | |||
| 2012-08-03 | [1.4.X] Fixed #15932 - Documented how to supress multiple reverse relations ↵ | Tim Graham | |
| to the same model. Thanks Claude Paroz for the patch. Backport of b496be331c from master | |||
| 2012-08-03 | [1.4.X] Fixed #13904 - Documented how to avoid garbage collection messages ↵ | Tim Graham | |
| in GIS. Thanks Claude Peroz for the patch. Backport of 083a3a4e39 from master | |||
| 2012-08-02 | [1.4.X] Fixed #16941 - Clarified naturaltime output when the time is more ↵ | Tim Graham | |
| than a day old. Thanks antoviaque for the patch. Backport of 07e10fbe9f from master | |||
| 2012-08-02 | [1.4.X] Fixed #18581 - Updated admin actions screenshots. Thanks Kevin London. | Tim Graham | |
| Backport of 39541be3bc from master | |||
| 2012-07-28 | [1.4.X] Fixed #18656 -- Fixed LocaleMiddleware link; thanks mitar for the ↵ | Tim Graham | |
| report. Backport of 07d70e9b26 from master | |||
| 2012-07-08 | [1.4.x] Fixed #18173 - Corrected ModelAdmin documentation for get_changelist. | Tim Graham | |
| Thanks Keryn Knight for the report and vanessagomes for the pckport of [d44aa98] from master.atch. Backport of [d44aa98] from master. | |||
| 2012-07-07 | [1.4.x] Fixed #18164 -- Precised startapp template context content | Claude Paroz | |
| Backport of 249c445446 from master. | |||
| 2012-07-05 | [1.4.X] Fixed #17997 - Documented that the debug server is now multithreaded ↵ | Tim Graham | |
| by default. Thanks trey.smith@ for the report and vanessagomes for the patch. Backport of e4a1407a9c from master | |||
| 2012-07-01 | [1.4.X] Fixed #17436 - Added warning about overriding Model.__init__() | Tim Graham | |
| Thanks zsiciarz for the draft patch. Backport of 7313468f85 from master | |||
| 2012-07-01 | [1.4.X] Fixed #16882 - Clarified why one should not use 'init_command' after ↵ | Tim Graham | |
| initial database creation. Backport of 9974069620 from master | |||
| 2012-06-30 | [1.4.X] Fixed #18145 -- Improved documentation of unique_together type fields | Raúl Cumplido | |
| Backport of 55ffcf8e7b from master | |||
| 2012-06-27 | [1.4.X] Fixed #17511 - Removed reference to deprecated "reset" management ↵ | Tim Graham | |
| command in FAQ; thanks voxpuibr@ for the report. Backport of c8928b91b5 from master | |||
| 2012-06-08 | [1.4.x] Added more explicit warnings about unconfigured reStructured Text ↵ | Luke Plant | |
| 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-06 | [1.4.X] Replaced documentation snippets using "gender" with less sensitive ↵ | Jacob Kaplan-Moss | |
| examples. Backport of [7edf231] from master. | |||
| 2012-06-04 | [1.4.x] Noted that SECURE_PROXY_SSL_HEADER is needed by CSRF protection. | Luke Plant | |
| Both false positives and false negatives of HttpRequest.is_secure can be dangerous. Backport of 840ffd80ba from master | |||
| 2012-04-21 | [1.4.X] Added documentation notes about lack of database savepoints support ↵ | Ramiro Morales | |
| 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-20 | [1.4.X] Fixed #18156 -- Updated signature of ModelAdmin change_view in docs ↵ | Claude Paroz | |
| 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 | |||
