| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-10-17 | Fixed an error in the set cookie documentation | Preston Holmes | |
| 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-12 | [1.4.x] Fixed #18996 - Clarified overriden model methods not called on bulk ↵ | Tim Graham | |
| operations Backport of 443999a1eeea70e4deebcf31f8f845696be62c3d 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 #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-04 | [1.4.X] Fixed #19051 - Fixed Selenium tearDownClass method; thanks glarrain ↵ | Tim Graham | |
| for the report. Backport of a1a5c0854f 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 #14829 - Added references to CBVs in the URLConf docs; thanks ↵ | Tim Graham | |
| Andrew Willey for the suggestion. Backport of acd74ffa35 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] 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 #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-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 #13608 - Noted that template lookups use literal values. | Tim Graham | |
| Backport of 74c025d0285450bf277afbee095172af54562ab6 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 #18871 - Fixed typo in multi-db docs. | Tim Graham | |
| Backport of 141e6cd2ac 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 #17180 - Emphasized the need to load the i18n template tag in ↵ | Tim Graham | |
| each template that uses translations. Thanks stefan.freyr for the suggestion and buddylindsey for the draft patch. Backport of 514a0013cd from master | |||
| 2012-08-16 | [1.4.X] Fixed #17183 - Added a note regarding LocaleMiddleware at the top of ↵ | Tim Graham | |
| the i18n docs. Thanks krzysiumed for the patch. Backport of b1f18e95a5 from master | |||
| 2012-08-10 | [1.4.X] Fixed #17680 - Clarified when logging is configured. | Tim Graham | |
| Backport of cb38fd9632 from master | |||
| 2012-08-10 | [1.4.X] Fixed #17016 - Added examples for file uploads in views. | Tim Graham | |
| Thanks Tim Saylor for the draft patch and Aymeric Augustin and Claude Paroz for feedback. Backport of eff6ba2f64 from master | |||
| 2012-08-06 | [1.4.X] Fixed #17053 - Added a note about USE_THOUSAND_SEPARATOR setting to ↵ | Tim Graham | |
| localizations docs. Thanks shelldweller for the draft patch. Backport of 4f3a6b853a from master | |||
| 2012-08-04 | [1.4.X] Fixed #16980 - Misc updates to the auth docs. Thanks Preston Holmes ↵ | Tim Graham | |
| for the patch. Backport of 865ff32b84 from master | |||
| 2012-08-02 | [1.4.x] Fixed #18472 - Added warning regarding set_language / i18n_patterns. | Simon Meers | |
| Backport of d7816c563b58ed53d49956321d549a16e2b2ebc0 from master. | |||
| 2012-08-01 | [1.4.X] Fixed #16168 - Added note regarding type requirements when overridng ↵ | Tim Graham | |
| ModelForm fields. Thanks Pieter Swinkels for the patch. Backport of ebbc414d17 from master | |||
| 2012-08-01 | [1.4.x] Fixed #18122 - Clarified section title regarding applying ↵ | Tim Graham | |
| permissions to generic views. Backport of 964979e8ecec3ceccb2119ccb7270111b953611e from master. | |||
| 2012-07-30 | Fixed #17131 - Added per object permission notes to docs. | Tim Graham | |
| Thanks dchandek for the suggestion and mateusgondim for the patch. Backport of 8d3e501502c308cbdd3cc95b62ace0fe11d373ab from master | |||
| 2012-07-15 | [1.4.x] Fixed #18614 -- Added imports and changed render_to_response to render. | Kevin London | |
| 2012-07-08 | [1.4.X] Fixed #18577 - Clarified middleware initialization. | Tim Graham | |
| Thanks Lukasz Balcerzak for the patch. Backport of 590de18add from master | |||
| 2012-06-30 | [1.4.X] Fixed #17168 - Noted TransactionMiddleware only works with "default" ↵ | Tim Graham | |
| database alias. Thanks codeinthehole for the draft patch. Backport of 5d81ad1af1 from master | |||
| 2012-06-27 | [1.4.X] Fixed #18369 - Fixed argument name in render() function; thanks ↵ | Tim Graham | |
| qsolo825@ for the report. Backport of 1cf8287e3a 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] Rewrote security.txt SSL docs, noting SECURE_PROXY_SSL_HEADER. | Luke Plant | |
| Backport of 0199bdc0b from master | |||
| 2012-05-11 | [1.4.x] Fixed #18301 -- Fixed url name in password reset example. | Claude Paroz | |
| Thanks nicknnn for the report. | |||
| 2012-05-10 | Fixed #18270 -- Corrected variable name in password reset example. | Claude Paroz | |
| Thanks schnippi for the report. Backport of ec5423df05dedeee6651c36dd4d90fec0d8cca7c from master. | |||
| 2012-04-16 | [1.4.X] Fixed #18316 -- Fixed pre-1.3 PermWrapper? location in docs. Thanks ↵ | Claude Paroz | |
| 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-13 | [1.4.X] Fixed #18118 -- Improved documentation for contrib.auth.hashers ↵ | Claude Paroz | |
| 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-10 | [1.4.X] Fixed #18095 -- Added missing 'cc' mention in EmailMessage ↵ | Claude Paroz | |
| 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-03-31 | [1.4.X] Removed documentation for SMTPConnection, which was removed at ↵ | Aymeric Augustin | |
| r15978. Backport of r17837 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.4.X@17838 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2012-03-30 | [1.4.X] Fixed #17999 -- Restored the links to examples from models ↵ | Claude Paroz | |
| documentation. Refs #17605. Backport of r17832 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.4.X@17833 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2012-03-29 | [1.4.X] Added missing indentation in models topic documentation. | Claude Paroz | |
| Backport of r17812 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.4.X@17820 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
