| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-09-23 | [1.5.x] Removed implication that six is part of Python stdlib. | Tim Graham | |
| Backport of 45969bdeb5 from master | |||
| 2013-09-23 | [1.5.x] Fixed #20830 -- Clarified that Django uses a customized version of six. | Daley Chetwynd | |
| Thanks glarrain for the suggestion. Backport of a53caf28bf from master | |||
| 2013-03-17 | [1.5.x] Minor docs fix for e11ccc76. | Aymeric Augustin | |
| Backport of f3a6d74 from master. | |||
| 2013-03-17 | [1.5.x] Updated bundled version of six. | Aymeric Augustin | |
| Backport of e11ccc76d325b6bbbf101f510a91299f507f0745. | |||
| 2013-02-27 | [1.5.x] [py3] str.decode does not exist; str.encode was intended | Marti Raudsepp | |
| Backport of fba6df19b5 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-26 | [1.5.X] Fixed broken links, round 3. refs #19516 | Tim Graham | |
| Backport of b3a8c9dab8 from master | |||
| 2012-11-03 | [1.5.x] Fixed #18963 -- Used a subclass-friendly pattern | Aymeric Augustin | |
| for Python 2 object model compatibility methods. Backport of fc10418 from master. | |||
| 2012-09-08 | Fixed a typo in the Python 3 compatibility docs. | Michal Petrucha | |
| 2012-09-07 | Document ``six.assertRaisesRegex``. | Alex Gaynor | |
| 2012-09-07 | [py3] Documented forwards-compatible aliases | Aymeric Augustin | |
| that will be available as of version 1.4.2. | |||
| 2012-08-28 | Indexing bytes is the problem not slicing. | Benjamin Peterson | |
| 2012-08-19 | Clarified a sentence in the Python 3 docs. | Aymeric Augustin | |
| Thanks dstufft for the report. | |||
| 2012-08-19 | Fixed indentation in the Python3 docs | Marc Tamlyn | |
| 2012-08-19 | [py3] Wrote Django-specific porting tips | Aymeric Augustin | |
| and extended the existing Python 3 documentation. | |||
| 2012-08-18 | [py3] Added compatibility import of thread/_thread | Aymeric Augustin | |
| This commit fixes the auto-reload of the development server. I should have done that change in ca07fda2. | |||
| 2012-08-12 | [py3] Explained @python_2_unicode_compatible usage | Aymeric Augustin | |
| 2012-08-03 | Documented the trick used in 9908201d7f. | Aymeric Augustin | |
| 2012-07-25 | [py3] Updated dict-like data structures for Python 3. | Aymeric Augustin | |
| The keys/items/values methods return iterators in Python 3, and the iterkeys/items/values methods don't exist in Python 3. The behavior under Python 2 is unchanged. | |||
| 2012-07-22 | Fixed a broken link in the Python 3 docs. | Aymeric Augustin | |
| Thanks ptone for the report. | |||
| 2012-07-22 | [py3] Documented coding guidelines for Python 3. | Aymeric Augustin | |
| 2012-07-22 | [py3] Bundled six for Python 3 compatibility. | Aymeric Augustin | |
| Refs #18363. | |||
| 2012-07-10 | typo in "django/docs/topics/python3.txt" | Stefan Kjartansson | |
| 2012-06-07 | Fixed #18363 -- Added Python 3 compatibility layer. | Claude Paroz | |
| Thanks Vinay Sajip for the support of his django3 branch and Alex Gaynor, kezabelle, YorikSar for the review. | |||
