django1/django
Russell Keith-Magee 97aa9b2843 Modified Calendar and Clock javascript to evaluate popup position at time of display, rather than time of page load.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3504 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-08-01 00:19:04 +00:00
..
bin Fixed a bunch of spurious imports, typos, and other small errors turned up by a pass through PyFlakes. This covers about the first third of the errors. 2006-07-21 17:11:13 +00:00
conf fixed #2446: updated 'sl' translation 2006-07-31 12:49:51 +00:00
contrib Modified Calendar and Clock javascript to evaluate popup position at time of display, rather than time of page load. 2006-08-01 00:19:04 +00:00
core Fixed #2460 -- JSON serializer now correctly handles datetime objects. Thanks, siniy and jyrki.pulliainen@gmail.com. 2006-07-31 14:59:53 +00:00
db Seed the global app cache in a call to db.models.get_model() except when we are 2006-07-29 21:04:41 +00:00
dispatch Part 3 of pedant day: replaced all tabs in Django with spaces. Python the way Guido intended it, baby! 2006-07-21 20:48:17 +00:00
forms Fixed #1767 -- boolean fields may now have validators! Thanks, Joseph. 2006-07-28 00:13:10 +00:00
http Fixed #2092: added a "is_secure()" method to HttpRequest which correctly handles the subtleties of mod_python's interaction with os.environ. This one's been bugging me for about a *year*, so many many thanks to k.shaposhnikov@gmail.com for figuring it out, and Tim Shaffer for pointing out this ticket. 2006-07-21 16:20:22 +00:00
middleware Fixed #2449 -- gzip middleware no longer gzips Javascript. Thanks for the prob, ubernostrum 2006-07-31 21:31:35 +00:00
shortcuts Added *args to get_list_or_404, too (refs #2048). 2006-05-31 12:36:01 +00:00
template Fixed #1650: the {% extends %} tag now can extend a Template object passed into the context. Thanks, clelland@gmail.com. 2006-07-27 23:23:55 +00:00
templatetags Second half of little cleanup tweaks suggested by pyflakes. 2006-07-21 20:39:17 +00:00
utils Fixed #2330 -- Added hack to stop KeyErrors from being thrown by the autoreloading development server if USE_I18N=False 2006-07-28 22:13:34 +00:00
views Fixed #2433 -- Added allow_future option to date-based generic views 2006-07-27 16:36:02 +00:00
__init__.py Changed django.VERSION from 0.95 to to 0.96-pre 2006-07-30 00:59:59 +00:00