| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-10-17 | [1.4.x] Bump version numbers for security release. | James Bennett | |
| 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-16 | [1.4.x] Fixed a couple links that didn't backport cleanly | Tim Graham | |
| 2012-10-16 | [1.4.X] Fixed #18548 - Clarified note regarding reusing model instances when ↵ | Tim Graham | |
| form validation fails. Backport of fd02bcff4a from master | |||
| 2012-10-15 | [1.4.X] Fixed #10936 - Tempered recommendation of SQLite - thanks Karen ↵ | Tim Graham | |
| Tracey for the feedback. Backport of 9190d89829 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 #18996 - Clarified overriden model methods not called on bulk ↵ | Tim Graham | |
| operations Backport of 443999a1eeea70e4deebcf31f8f845696be62c3d 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 #10936 - Noted that using SQLite for development is a good idea | Tim Graham | |
| Backport of 470deb5cbb from master | |||
| 2012-10-11 | [1.4.X] Fixed #16588 - Warned about field names that conflict with the model API | Tim Graham | |
| Backport of dd0cbc6bdc 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-11 | [1.4.X] Fixed #16817 - Added a guide of code coverage to contributing docs. | Tim Graham | |
| Thanks Pedro Lima for the draft patch. Backport of 06f5da3d78 from master | |||
| 2012-10-10 | [1.4.x] Fixed #4501 - Documented how to use coverage.py with Django tests. | Tim Graham | |
| Thanks krzysiumed for the draft patch. Backport of 7ef2781ca0ce48872e21dce2f322c9e4106d1cfd 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-04 | [1.4.X] Fixed #19051 - Fixed Selenium tearDownClass method; thanks glarrain ↵ | Tim Graham | |
| for the report. Backport of a1a5c0854f from master | |||
| 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-22 | [1.4.X] Fixed #18057 - Documented that caches are not cleared after each ↵ | Tim Graham | |
| test; thanks guettli for the suggestion. Backport of 2aaa467a2a 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 #14829 - Added references to CBVs in the URLConf docs; thanks ↵ | Tim Graham | |
| Andrew Willey for the suggestion. Backport of acd74ffa35 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] Fixed #16929 - Documented how to extend UserAdmin with UserProfile ↵ | Tim Graham | |
| fields; thanks charettes for the draft example. Backport of 22242c510f84c53803afe2907649c892cb1b3d9a 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-08 | [1.4.X] Fixed #15566 - Documented that update() doesn't honor DateField.auto_now | Tim Graham | |
| Thanks Shabda Raaj for the draft patch. Backport of dc01e41d23 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] Merge pull request #315 from streeter/auth-docs-cleanup-patch | Tim Graham | |
| Clarify some of the password reset docs Backport of 03ad7d3c2085fa252e7bf6a725fec1ed3d1e6a7c from master. | |||
| 2012-09-01 | [1.4.X] Fixed #18840 - Added a mentioned of the upload_to parameter to the ↵ | Tim Graham | |
| ModelForm example in file uploads. Backport of c6088bc91d from master | |||
| 2012-09-01 | [1.4.x] Fixed #18212 -- Standardized arguments of GenericIPAddressField | Claude Paroz | |
| 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 | [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] Added 1.4.1 and 1.3.2 release notes | Claude Paroz | |
| Backport of 44f541ab47317fc 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-30 | [1.4.X] Fixed #18647 - Removed link to Malcolm's blog which is gone. | Tim Graham | |
| Backport of 36df198e4b from master | |||
| 2012-08-30 | [1.4.X] Fixed #18871 - Fixed typo in multi-db docs. | Tim Graham | |
| Backport of 141e6cd2ac 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-22 | [1.4.x] Fixed #17069 -- Added log filter example to docs. | Tim Graham | |
| Backport of e06189f7ceb48013b37b902588bea6750c989b14 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-21 | [1.4.x] Fixed #14885 - Clarified that ModelForm cleaning may not fully ↵ | Tim Graham | |
| complete if the form is invalid. Thanks Ben Sturmfels for the patch. Backport of 3fd89d99036696ba08dd2dd7e20a5b375f85d23b from master. | |||
| 2012-08-19 | [1.4.X] Fixed typo in form wizard docs. | Tim Graham | |
| Backport of 3631db88cb from master | |||
