| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-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-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. | |||
| 2012-12-29 | [1.5.x] Fixed broken links, round 4. refs #19516 | Tim Graham | |
| Backport of 067505ad19 from master | |||
| 2012-11-22 | [1.5.X] Fixed #18974 - Warned against using models.permalink | Tim Graham | |
| Thanks dstufft for the draft patch. Backport of 0e3690d230 from master | |||
| 2012-11-03 | [1.5.X] Fixed #19230 -- Extended the handler403 documentation. | Markus Zapke-Gründemann | |
| Backport of 0546794397130b1574a667d57667bd032bff78d3 from master. Added a paragraph on how to use the PermissionDenied exception to create a 403 response and use handler403. | |||
| 2012-11-02 | Fixed #19225 -- Typo in shortcuts docs. | Aymeric Augustin | |
| Thanks SunPowered for the report. | |||
| 2012-10-31 | Fixed #17083 -- Allowed sessions to use non-default cache. | Aymeric Augustin | |
| 2012-10-28 | [1.5.x] Fixed #18194 -- Expiration of file-based sessions | Aymeric Augustin | |
| * Prevented stale session files from being loaded * Added removal of stale session files in django-admin.py clearsessions Thanks ej for the report, crodjer and Elvard for their inputs. Backport of 5fec97b from master. | |||
| 2012-10-28 | [1.5.x] Added optional kwargs to get_expiry_age/date. | Aymeric Augustin | |
| This change allows for cleaner tests: we can test the exact output. Refs #18194: this change makes it possible to compute session expiry dates at times other than when the session is saved. Fixed #18458: the existence of the `modification` kwarg implies that you must pass it to get_expiry_age/date if you call these functions outside of a short request - response cycle (the intended use case). Backport of cd17a24 from master. | |||
| 2012-10-27 | [1.5.x] Fixed #18978 -- Moved cleanup command to sessions. | Aymeric Augustin | |
| This removes a dependency of 'core' on 'contrib'. Backport of 83ba0a9 from master. This deprecation occurs after the alpha, but it's a prerequisite for fixing decently #18194 which is a release blocker. | |||
| 2012-10-20 | Fixed #7581 -- Added streaming responses. | Aymeric Augustin | |
| Thanks mrmachine and everyone else involved on this long-standing ticket. | |||
| 2012-10-17 | Fixed an error in cookie documentation | Preston Holmes | |
| 2012-10-11 | More URL reversion docs typo fixes. | Ramiro Morales | |
| 2012-10-11 | Fix typo in URLs reversing docs | Dmitry Medvinsky | |
| 2012-10-07 | Added section about URL reversion to URL mapper document. | Ramiro Morales | |
| 2012-10-06 | More URL mapping documentation fixes. | Ramiro Morales | |
| 2012-10-06 | Refactored URL mapping documentation. | Ramiro Morales | |
| Reorganized topic document so it introduces concepts form simple to more complex. Moved reference parts to their own documents. | |||
| 2012-09-30 | Fixed #18807 -- Made 404.html and 500.html optional | Claude Paroz | |
| Thanks Aymeric Augustin for the report and Jannis Leidel for the review. | |||
| 2012-09-20 | Fixed #18934 - Removed versionadded/changed annotations for Django 1.3 | Tim Graham | |
| 2012-09-19 | Fixed #14829 - Added references to CBVs in the URLConf docs; thanks Andrew ↵ | Tim Graham | |
| Willey for the suggestion. | |||
| 2012-09-07 | Small reorganisation of initial parts of URL documentation. | Malcolm Tredinnick | |
| Trying to move most of the introductory example stuff up to the top and pushing the reference bits further down. | |||
| 2012-09-01 | Fixed #18840 - Added a mentioned of the upload_to parameter to the ModelForm ↵ | Tim Graham | |
| example in file uploads. | |||
| 2012-08-20 | Made an example more readable in the URLs docs. | Aymeric Augustin | |
| 2012-08-20 | Added links in URLs doc for consistency. | Aymeric Augustin | |
| 2012-08-10 | 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. | |||
| 2012-07-16 | Fixed #3881 -- skip saving session when response status is 500 | Anssi Kääriäinen | |
| Saving session data is somewhat likely to lead into error when the status code is 500. It is guaranteed to lead into error if the reason for the 500 code is query error on PostgreSQL. | |||
| 2012-07-15 | Fixed #18625 -- Removed old-style use of url tag | Aymeric Augustin | |
| from the documentation. | |||
| 2012-07-08 | Fixed #18577 - Clarified middleware initialization. | Tim Graham | |
| Thanks Lukasz Balcerzak for the patch. | |||
| 2012-06-28 | Updated obsolete links in the documentation | Claude Paroz | |
| 2012-06-27 | Fixed #18369 - Fixed argument name in render() function; thanks qsolo825@ ↵ | Tim Graham | |
| for the report. | |||
| 2012-06-11 | Fixed #18451 -- Vastly improved class based view documentation. | Jannis Leidel | |
| Many thanks to Daniel Greenfeld, James Aylett, Marc Tamlyn, Simon Williams, Danilo Bargen and Luke Plant for their work on this. | |||
| 2012-06-07 | Removed references to changes made in 1.2. | Aymeric Augustin | |
| Thanks Florian Apolloner for the patch. | |||
| 2012-06-07 | Fixed #18397 -- Avoided referencing lawrence.com. | Aymeric Augustin | |
| This commit includes multiple small related changes, see the ticket for a full discussion. | |||
| 2012-05-05 | Made more extensive usage of context managers with open. | Claude Paroz | |
| 2012-04-30 | Replaced print statement by print function (forward compatibility syntax). | Claude Paroz | |
| 2012-04-25 | Fixed #18033 -- Removed function-based generic views, as per official ↵ | Claude Paroz | |
| deprecation timeline. Rest in peace! Thanks Anssi Kääriäinen for the review. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17937 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2012-04-22 | Fixed #18159 -- added an import statement to the docs. Thanks to Jeff Hui ↵ | Alex Gaynor | |
| for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17927 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2012-04-15 | Clarified that Django randomizes session keys. Refs #11555, #13478, #18128. | Aymeric Augustin | |
| git-svn-id: http://code.djangoproject.com/svn/django/trunk@17911 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2012-03-31 | Fixed #18029 -- Removed mod_python as of deprecation process. Thanks Aymeric ↵ | Claude Paroz | |
| Augustin for the review. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17835 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2012-03-13 | Replaced http by https in djangoproject.com links | Claude Paroz | |
| git-svn-id: http://code.djangoproject.com/svn/django/trunk@17703 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2012-03-02 | Fixed #17568 -- Mentioned ``reverse_lazy`` in the ``LOGIN_REDIRECT_URL`` ↵ | Jannis Leidel | |
| settings docs. Thanks, zsiciarz. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17626 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2012-02-17 | Documentation (and some small source code) edits from [17432] - [17537] | Adrian Holovaty | |
| git-svn-id: http://code.djangoproject.com/svn/django/trunk@17540 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2012-02-16 | Fixed a few typos and updated an example in the URLs docs. | Aymeric Augustin | |
| git-svn-id: http://code.djangoproject.com/svn/django/trunk@17537 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2012-02-12 | Fixed #16653 - Added example of kwargs support for resolve(); thanks ↵ | Timo Graham | |
| krzysiumed for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17517 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2011-11-21 | Fixed #16847. Session Cookies now default to httponly = True. | Paul McMillan | |
| git-svn-id: http://code.djangoproject.com/svn/django/trunk@17135 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2011-11-19 | Fixed #17028 - Changed diveintopython.org -> diveintopython.net | Timo Graham | |
| git-svn-id: http://code.djangoproject.com/svn/django/trunk@17115 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2011-11-17 | Fixed #17223 -- Correctly reference the signed cookies session backend. ↵ | Jannis Leidel | |
| Thanks, Bryan Veloso. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17101 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2011-11-12 | Fixed #17205 -- Fixed a small typo in the urls doc. Thanks, rabio. | Julien Phalip | |
| git-svn-id: http://code.djangoproject.com/svn/django/trunk@17083 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
