django1/docs/releases
Dominic Rodger a9c50fccf2 [1.6.x] Fixed #20852 - Fixed incorrectly generated left quotes in docs.
Sphinx generates left single quotes for apostrophes after
code markup, when right single quotes are required. The
easiest way to fix this is just by inserting the unicode
character for a right single quote.

Instances of the problem were found by looking for
">‘" in the generated HTML.

Backport of c33d1ca1d9 from master.
2013-11-18 16:03:00 +01:00
..
0.95.txt Replaced http by https in djangoproject.com links 2012-03-13 17:53:31 +00:00
0.96.txt Fixed links to DATABASE ENGINE setting. refs #19516 2012-12-24 15:38:05 -05:00
1.0-alpha-1.txt Replaced http by https in djangoproject.com links 2012-03-13 17:53:31 +00:00
1.0-alpha-2.txt Replaced http by https in djangoproject.com links 2012-03-13 17:53:31 +00:00
1.0-beta-2.txt Removed obsolete contrib.comments upgrade guide 2012-11-24 18:10:51 +01:00
1.0-beta.txt Replaced http by https in djangoproject.com links 2012-03-13 17:53:31 +00:00
1.0-porting-guide.txt Fixed broken links, round 4. refs #19516 2012-12-29 15:54:33 -05:00
1.0.1.txt Updated obsolete links in the documentation 2012-06-28 10:49:07 +02:00
1.0.2.txt Fixed #14141: docs now use the :doc: construct for links between documents. 2010-08-19 19:27:44 +00:00
1.0.txt Adapted uses of versionchanged/versionadded to the new form. 2013-04-20 17:18:35 +02:00
1.1-alpha-1.txt Fixed more broken links. refs #19516 2012-12-25 04:44:09 -05:00
1.1-beta-1.txt Fixed broken links, round 4. refs #19516 2012-12-29 15:54:33 -05:00
1.1-rc-1.txt Replaced http by https in djangoproject.com links 2012-03-13 17:53:31 +00:00
1.1.2.txt Fixed #14141: docs now use the :doc: construct for links between documents. 2010-08-19 19:27:44 +00:00
1.1.3.txt Fixed #15253 -- Added 1.1.3 release notes, and added sections to the 1.2.4 and 1.3 release notes about the December security announcement. 2011-02-10 11:55:24 +00:00
1.1.4.txt Fixed many more ReST indentation errors, somehow accidentally missed from [16955] 2011-10-14 00:12:01 +00:00
1.1.txt Fixed broken links, round 4. refs #19516 2012-12-29 15:54:33 -05:00
1.2-alpha-1.txt Added missing markup to docs. 2013-03-22 13:50:07 -04:00
1.2-beta-1.txt Fixed #19516 - Fixed remaining broken links. 2013-01-02 18:32:57 -05:00
1.2-rc-1.txt Replaced http by https in djangoproject.com links 2012-03-13 17:53:31 +00:00
1.2.1.txt Added placeholder release notes for the 1.2.1 and 1.2.3 releases. 2011-08-26 09:31:01 +00:00
1.2.2.txt Fixed #14225 -- Added a documentation marker (and a 1.2.2 release notes file, required to satisfy Sphinx) for the enable_csrf_checks flag on the test client. Thanks to public@grep.ro for the report. 2010-10-08 14:48:04 +00:00
1.2.3.txt Added placeholder release notes for the 1.2.1 and 1.2.3 releases. 2011-08-26 09:31:01 +00:00
1.2.4.txt Fixed #17365, #17366, #18727 -- Switched to discovery test runner. 2013-05-10 23:08:45 -04:00
1.2.5.txt Replaced http by https in djangoproject.com links 2012-03-13 17:53:31 +00:00
1.2.6.txt Added basic release notes for 1.2.6 and 1.3.1. 2011-09-10 03:33:54 +00:00
1.2.7.txt Added basic release notes for 1.2.7. 2011-09-11 02:28:08 +00:00
1.2.txt Added missing markup to docs. 2013-03-22 13:50:07 -04:00
1.3-alpha-1.txt Fixed #20004 -- Moved non DB-related assertions to SimpleTestCase. 2013-05-18 19:04:34 -03:00
1.3-beta-1.txt [1.6.x] Fixed #19695 -- Retitle "Form Media" to "Form Assets". 2013-07-08 14:09:02 -04:00
1.3.1.txt Added basic release notes for 1.2.6 and 1.3.1. 2011-09-10 03:33:54 +00:00
1.3.2.txt Added 1.4.1 and 1.3.2 release notes 2012-08-31 20:35:50 +02:00
1.3.3.txt [1.6.x] Added missing release notes for older versions of Django 2013-08-12 14:07:58 -04:00
1.3.4.txt [1.6.x] Added missing release notes for older versions of Django 2013-08-12 14:07:58 -04:00
1.3.5.txt [1.6.x] Added missing release notes for older versions of Django 2013-08-12 14:07:58 -04:00
1.3.6.txt [1.6.x] Added missing release notes for older versions of Django 2013-08-12 14:07:58 -04:00
1.3.7.txt [1.6.x] Added missing release notes for older versions of Django 2013-08-12 14:07:58 -04:00
1.3.txt [1.6.x] Fixed #20852 - Fixed incorrectly generated left quotes in docs. 2013-11-18 16:03:00 +01:00
1.4-alpha-1.txt [1.6.x] Cleaned up 1.5.4/1.4.8 release notes 2013-09-15 14:22:24 -04:00
1.4-beta-1.txt [1.6.x] Cleaned up 1.5.4/1.4.8 release notes 2013-09-15 14:22:24 -04:00
1.4.1.txt Added 1.4.1 and 1.3.2 release notes 2012-08-31 20:35:50 +02:00
1.4.2.txt [1.6.x] Added missing release notes for older versions of Django 2013-08-12 14:07:58 -04:00
1.4.3.txt [1.6.x] Added missing release notes for older versions of Django 2013-08-12 14:07:58 -04:00
1.4.4.txt [1.6.x] Fixed #21035 -- Changed docs to treat the acronym SQL phonetically. 2013-09-05 20:16:14 -04:00
1.4.5.txt [1.6.x] Added missing release notes for older versions of Django 2013-08-12 14:07:58 -04:00
1.4.6.txt Added 1.4.6/1.5.2 release notes. 2013-08-13 11:17:07 -05:00
1.4.7.txt [1.6.x] Added 1.4.7/1.5.3 release notes 2013-09-10 21:08:27 -04:00
1.4.8.txt [1.6.x] Cleaned up 1.5.4/1.4.8 release notes 2013-09-15 14:22:24 -04:00
1.4.9.txt [1.6.x] Fixed typo in docs/releases/1.4.9.txt. 2013-10-25 07:55:41 -04:00
1.4.10.txt [1.6.x] Added 1.4.10 release notes. 2013-11-07 09:42:47 -05:00
1.4.txt [1.6.x] Cleaned up 1.5.4/1.4.8 release notes 2013-09-15 14:22:24 -04:00
1.5-alpha-1.txt Added missing markup to docs. 2013-03-22 13:50:07 -04:00
1.5-beta-1.txt Added missing markup to docs. 2013-03-22 13:50:07 -04:00
1.5.1.txt Added 1.5.1 release notes. 2013-03-28 15:03:19 -05:00
1.5.2.txt Added 1.4.6/1.5.2 release notes. 2013-08-13 11:17:07 -05:00
1.5.3.txt [1.6.x] Added 1.4.7/1.5.3 release notes 2013-09-10 21:08:27 -04:00
1.5.4.txt [1.6.x] Cleaned up 1.5.4/1.4.8 release notes 2013-09-15 14:22:24 -04:00
1.5.5.txt [1.6.x] Fixed spelling of compatibility. 2013-11-09 10:18:55 -05:00
1.5.txt [1.6.x] Fixed #21240 -- Added 1.5 release note for OneToOneField/select_related change. 2013-11-18 09:33:53 -05:00
1.6.1.txt Updated humanize translations and added release note. 2013-11-17 21:20:44 +01:00
1.6.txt [1.6.x] Fixed #20852 - Fixed incorrectly generated left quotes in docs. 2013-11-18 16:03:00 +01:00
index.txt [1.6.x] Fixed #21398 -- Fixed BCryptSHA256PasswordHasher with py-bcrypt and Python 3. 2013-11-09 10:21:19 -05:00
security.txt [1.6.x] Fixed #21121: Added archive of security issues. 2013-09-19 15:02:52 +08:00