| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-02-25 | [1.5.x] Fixed #6195 -- Documented caching options for javascript_catalog. | Aymeric Augustin | |
| Backport of 0836670 from master | |||
| 2013-02-24 | [1.5.x] Fixed #19394 --Added note about auth forms and custom user models. | Ben Konrath | |
| 2013-02-23 | [1.5.X] Added an example of "default" database dictionary left blank; refs ↵ | Tim Graham | |
| #19775. Thanks wsmith323 for the patch. Backport of cf890c110e from master | |||
| 2013-02-23 | [1.5.X] Fixed #19402 - Clarified purpose of CustomUser.REQUIRED_FIELDS | Tim Graham | |
| Thanks pydanny for the report and ptone for the patch. Backport of 24a2bcbcdd from master | |||
| 2013-02-23 | [1.5.X] Fixed #19579 - Documented that "providing_args" is purely ↵ | Tim Graham | |
| documentational. Backport of 4c05fdb467 from master | |||
| 2013-02-23 | [1.5.X] Fixed #19775 - Clarified requirements of the "default" database. | Tim Graham | |
| Thanks monkut for the report and wsmith323 for the patch. Backport of 31bcb102b2 from master | |||
| 2013-02-20 | [1.5.x] Fixed #19868 -- Clarified purpose of custom user example | Preston Holmes | |
| 2013-02-19 | [1.5.X] Fixed typo in docs/topics/class-based-views/generic-display.txt | Stefan "hr" Berder | |
| Backport of 22d5e4b4af from master | |||
| 2013-02-19 | [1.5.x] Added a default limit to the maximum number of forms in a formset. | Aymeric Augustin | |
| This is a security fix. Disclosure and advisory coming shortly. | |||
| 2013-02-19 | [1.5.x] Added a new required ALLOWED_HOSTS setting for HTTP host header ↵ | Carl Meyer | |
| validation. This is a security fix; disclosure and advisory coming shortly. | |||
| 2013-02-18 | [1.5.X] Fixed #19717 - Removed mentions of "root QuerySet" in docs. | Tim Graham | |
| Thanks julien.aubert.mail@ for the report and James Pic for the patch. Backport of 64d0f89ab1 from master | |||
| 2013-02-16 | [1.5.x] Fixed #19719 - Removed misleading example from ModelForm documentation | Alex Hunley | |
| Backport of 976dc07baf from master | |||
| 2013-02-16 | [1.5.x] Refs #14881 -- Document that User models need to have an integer ↵ | Russell Keith-Magee | |
| primary key. Thanks to Kaloian Minkov for the reminder about this undocumented requirement. (cherry picked from commit 91c26eadc9b4efa5399ec0f6c84b56a3f8eb84f4) | |||
| 2013-02-15 | [1.5.x] Fixed #19822 -- Added validation for uniqueness on USERNAME_FIELD on ↵ | Russell Keith-Magee | |
| custom User models. Thanks to Claude Peroz for the draft patch. (cherry picked from commit f5e4a699ca0f58818acbdf9081164060cee910fa) | |||
| 2013-02-14 | [1.5.x] Mention backward relationships in aggregate docs. | Ramiro Morales | |
| Thanks Anssi and Marc Tamlyn for reviewing. Fixes #19803. 0560bfb705687c831e2769b1202706e2ceb1f7a7 from master. | |||
| 2013-02-14 | [1.5.x] Typo in i18n docs. | Ramiro Morales | |
| 112c6e987dbe789c8eb1889852f6056131c8d4d6 from master. | |||
| 2013-02-14 | [1.5.x] Fixed #19823 -- Fixed memcached code example in cache docs | Claude Paroz | |
| Backport of 668d0b8d from master. | |||
| 2013-02-07 | [1.5.x] Fixed #19756 - Corrected a ManyToMany example and added some links ↵ | Tim Graham | |
| and markup. Backport of 43efefae69 from master | |||
| 2013-02-06 | [1.5.x] Fixed #19743 - Documented some limitations of contrib.auth. | Tim Graham | |
| Thanks Aymeric for the suggestion. Backport of afa3e16334 from master | |||
| 2013-02-03 | [1.5.x] Fixed a typo in docs/topics/auth/customizing.txt | Tim Graham | |
| Backport of 2c173ff3b4 from master | |||
| 2013-02-02 | [1.5.x] Fixed #19700 - Added documentation for BoundField.field. | Tim Graham | |
| Thanks Tiberiu Ana for the report and patch. Backport of fdaaa24171 from master | |||
| 2013-02-01 | [1.5.x] Fixed #19690 - Removed unused import in doc examples. | Lucian Ursu | |
| Backport of c6560e4843 from master | |||
| 2013-01-31 | Enhanced traanslator comments documentation. | Ramiro Morales | |
| Partial (docs only) backport of 47ddd6a from master. | |||
| 2013-01-31 | [1.5.x] Fixed #19692 -- Completed deprecation of mimetype in favor of ↵ | Aymeric Augustin | |
| content_type. Thanks Tim for the report and initial patch. Backport of 89cb771 from master. | |||
| 2013-01-29 | [1.5.x] Fixed typos in docs and comments | Tim Graham | |
| Backport of ee26797cff from master | |||
| 2013-01-29 | [1.5.x] Fixed #19683 - Added a missing import in signing example. | Tim Graham | |
| Thanks sunsongxp@ for the report. Backport of 537d44b1b9 from master | |||
| 2013-01-23 | [1.5.x] Fixed typo. | Justin Bronn | |
| Backport of 71c8539570 from master | |||
| 2013-01-23 | [1.5.x] Fixed #19610 - Added enctype note to forms topics doc. | Tim Graham | |
| Thanks will@ for the suggestion. Backport of 0de2645c00 from master | |||
| 2013-01-22 | [1.5.x] Fixed #19640 - Added inlineformset_factory to reference docs. | Tim Graham | |
| Thanks wim@ for the suggestion. Backport of 5b2d9bacd2 from master | |||
| 2013-01-18 | [1.5.x] Fixed #19628 - Noted that app for custom user model must be in ↵ | Tim Graham | |
| INSTALLED_APPS Thanks dpravdin and Jordan Messina. Backport of 0375244eae from master | |||
| 2013-01-18 | [1.5.x] Fixed #19632 -- Bug in code sample. | Aymeric Augustin | |
| Thanks grossmanandy at bfusa com and Simon Charette. Backport of 1dd7492. | |||
| 2013-01-15 | [1.5.x] Fixed #19614 -- Missing request argument in render call. | Aymeric Augustin | |
| Thanks Dima Pravdin for the report. Backport of 74d72e2. | |||
| 2013-01-15 | [1.5.x] Fixed #19605 - Removed unused url imports from doc examples. | Tim Graham | |
| Thanks sergzach for the suggestion. Backport of 43f89e0ad6 from master | |||
| 2013-01-14 | [1.5.x] Fixed code examples in which render() calls were missing `request` ↵ | Vinod Kurup | |
| parameter. 5362134090adce86c755a6ab48831ba834b70704 from master. | |||
| 2013-01-11 | [1.5.x] Fixed #10239 - Added docs for modelform_factory | Tim Graham | |
| Thanks ingenieroariel for the suggestion and slurms for the review. Backport of 71d76ec011 from master | |||
| 2013-01-04 | [1.5.x] Fixed #19562 -- cleaned up password storage docs | Preston Holmes | |
| Conflicts: docs/topics/auth/passwords.txt | |||
| 2013-01-02 | [1.5.x] Fixed #19516 - Fixed remaining broken links. | Tim Graham | |
| Added -n to sphinx builds to catch issues going forward. Backport of 9b5f64cc6e from master. | |||
| 2013-01-02 | [1.5.X] Fixed #19549 - Typo in docs/topics/auth/default.txt | Tim Graham | |
| Backport of 695b2089e7 from master | |||
| 2012-12-29 | [1.5.x] Fixed broken links, round 4. refs #19516 | Tim Graham | |
| Backport of 067505ad19 from master | |||
| 2012-12-28 | [1.5.x] Fixed #19498 -- refactored auth documentation | Preston Holmes | |
| The auth doc was a single page which had grown unwieldy. This refactor split and grouped the content into sub-topics. Additional corrections and cleanups were made along the way. | |||
| 2012-12-26 | [1.5.X] Fixed broken links, round 3. refs #19516 | Tim Graham | |
| Backport of b3a8c9dab8 from master | |||
| 2012-12-24 | [1.5.X] Fixed links to DATABASE ENGINE setting. refs #19516 | Tim Graham | |
| Backport of f56f6cfa58 from master | |||
| 2012-12-22 | [1.5.x] Fixed #19497 -- Refactored testing docs. | Ramiro Morales | |
| Thanks Tim Graham for the review and suggestions. d19109fd37e75ccf29d2ca64370102753dbc7c5b from master. | |||
| 2012-12-21 | [1.5.X] Fixed #19506 - Remove 'mysite' prefix in model example. | Tim Graham | |
| Thanks Mike O'Connor for the report. Backport of 52a2588df6 from master | |||
| 2012-12-18 | [1.5.X] Fixed #19442 - Clarified that raw SQL must be committed. | Tim Graham | |
| Thanks startup.canada for the suggestion. Backport of 31f49f1396 from master | |||
| 2012-12-18 | [1.5.x] Fixed #17312 - Warned about database side effects in tests. | Tim Graham | |
| Thanks jcspray for the suggestion. Backport of 7df03268a467a9aec9c4c574c85317a738ca33ae from master. | |||
| 2012-12-16 | [1.5.X] Fixed #19279 - Clarified order of database setup and Django install. | Tim Graham | |
| Thanks colinnkeenan for the suggestion. Backport of 72a6ac568d from master | |||
| 2012-12-15 | [1.5.X} Fixed #19412 -- Added PermissionsMixin to the auth.User heirarchy. | Russell Keith-Magee | |
| This makes it easier to make a ModelBackend-compliant (with regards to permissions) User model. Thanks to cdestigter for the report about the relationship between ModelBackend and permissions, and to the many users on django-dev that contributed to the discussion about mixins. Backport of 47e1df896b17aaaa97b73ef64010a7df4ea3d8d6 from master. | |||
| 2012-12-15 | [1.5.X] Fixed #19472 -- Documented the testing requirements and tools for ↵ | Russell Keith-Magee | |
| custom User models. Thanks to gcc for the report. Backport of bd414aed01d48339ed02b9714565939536ffbfcb from master. | |||
| 2012-12-15 | [1.5.X] Fixed #19384 -- Documented the behavior of custom managers on ↵ | Russell Keith-Magee | |
| abstract models. This documents the behavior introduced by cc337a74, which is BACKWARDS INCOMPATIBLE for any attempt to invoke a method on a manager using the abstract class as the calling class (e.g., AbstractBase.objects.do_something()) Thanks to mhsparks for the report. Backport of 1b646e656e46909af447056b4f98b9744aae4978 from master. | |||
