1
0
mirror of https://github.com/django/django.git synced 2025-01-06 08:25:50 +00:00
django/django
2009-12-14 12:08:23 +00:00
..
bin
conf Fixed #6262 -- Added a cached template loader, and modified existing template loaders and tag to be cacheable. Thanks to Mike Malone for the patch. 2009-12-14 12:08:23 +00:00
contrib Fixed #10969: Made US State field a CharField, fixing a few oddities in its behavior. Thanks Paul McLanahan. 2009-12-13 21:56:18 +00:00
core Fixed #10646: cache.incr() and decr() now fail consistantly under python-memcache and cmemcache. 2009-12-13 20:35:06 +00:00
db Fixed #7977: Fixed admindocs to use docstrings instead of a static array to locate type information. 2009-12-12 20:25:41 +00:00
dispatch Fixed #11134: signals recievers that disconnect during their processing no longer mess things up for other handlers. Thanks, Honza Kral. 2009-05-20 16:13:55 +00:00
forms Fixed #12215: Added len to ModelChoiceIterator. Thanks Alex and Tobias. 2009-12-13 17:46:52 +00:00
http Fixed edge case that breaks the test suite on versions of Python > 2.6.4 2009-12-12 15:30:25 +00:00
middleware Misc clarifications in csrf middleware comments 2009-10-27 21:31:20 +00:00
shortcuts
template Fixed #6262 -- Added a cached template loader, and modified existing template loaders and tag to be cacheable. Thanks to Mike Malone for the patch. 2009-12-14 12:08:23 +00:00
templatetags Fixed #11270 -- Modified cache template tag to prevent the creation of very long cache keys. Thanks to 235 for the report and patch. 2009-06-18 15:04:00 +00:00
test Fixed #6262 -- Added a cached template loader, and modified existing template loaders and tag to be cacheable. Thanks to Mike Malone for the patch. 2009-12-14 12:08:23 +00:00
utils FIxed #10130: you may now delete attributes on settings. Thanks, jcassee. 2009-12-12 17:51:51 +00:00
views Fixed #6262 -- Added a cached template loader, and modified existing template loaders and tag to be cacheable. Thanks to Mike Malone for the patch. 2009-12-14 12:08:23 +00:00
__init__.py Trunk is now 1.2 pre-alpha. 2009-07-30 19:57:49 +00:00