django/docs/releases
Bouke Haarsma 9b7455e918 Fixed #21351 -- Replaced memoize with Python's lru_cache.
Replaced the custom, untested memoize with a similar decorator from Python's
3.2 stdlib. Although some minor performance degradation (see ticket), it is
expected that in the long run lru_cache will outperform memoize once it is
implemented in C.

Thanks to EvilDMP for the report and Baptiste Mispelon for the idea of
replacing memoize with lru_cache.
2013-11-11 08:53:09 +01:00
..
0.95.txt
0.96.txt
1.0-alpha-1.txt
1.0-alpha-2.txt
1.0-beta-2.txt
1.0-beta.txt
1.0-porting-guide.txt
1.0.1.txt
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
1.1-alpha-1.txt Consolidated documentation for F() and Q() 2013-09-06 12:57:25 -05:00
1.1-beta-1.txt
1.1-rc-1.txt
1.1.2.txt
1.1.3.txt
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 #19885 -- cleaned up the django.test namespace 2013-09-09 16:03:13 -04:00
1.2-alpha-1.txt Added missing markup to docs. 2013-03-22 13:50:07 -04:00
1.2-beta-1.txt
1.2-rc-1.txt Whitespace cleanup. 2013-10-10 16:49:20 -04:00
1.2.1.txt
1.2.2.txt
1.2.3.txt
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
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
1.2.txt
1.3-alpha-1.txt
1.3-beta-1.txt Fixed #19695 -- Retitle "Form Media" to "Form Assets". 2013-07-08 13:59:54 -04:00
1.3.1.txt
1.3.2.txt
1.3.3.txt Added missing release notes for older versions of Django 2013-08-12 14:05:25 -04:00
1.3.4.txt Added missing release notes for older versions of Django 2013-08-12 14:05:25 -04:00
1.3.5.txt
1.3.6.txt
1.3.7.txt
1.3.txt Fixed #19885 -- cleaned up the django.test namespace 2013-09-09 16:03:13 -04:00
1.4-alpha-1.txt
1.4-beta-1.txt Cleaned up 1.5.4/1.4.8 release notes 2013-09-15 14:14:26 -04:00
1.4.1.txt
1.4.2.txt
1.4.3.txt
1.4.4.txt
1.4.5.txt
1.4.6.txt
1.4.7.txt
1.4.8.txt
1.4.9.txt
1.4.10.txt Added 1.4.10 release notes. 2013-11-07 09:42:25 -05:00
1.4.txt
1.5-alpha-1.txt
1.5-beta-1.txt Consolidated documentation for F() and Q() 2013-09-06 12:57:25 -05:00
1.5.1.txt
1.5.2.txt
1.5.3.txt
1.5.4.txt
1.5.5.txt
1.5.txt
1.6.1.txt Fixed #21398 -- Fixed BCryptSHA256PasswordHasher with py-bcrypt and Python 3. 2013-11-09 10:11:50 -05:00
1.6.txt
1.7.txt
index.txt
security.txt