django1/django
Malcolm Tredinnick 1671fc48ab Changed the default form presentation of datetime values to not include the
fractional second values (they usually aren't going to be needed). Based on
patches from yi.codeplayer@gmail.com, andrews and Wiliam Alves de Souza. Fixed #4428, #4487


git-svn-id: http://code.djangoproject.com/svn/django/trunk@6578 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-10-21 14:50:47 +00:00
..
bin Fixed #3955 -- Handled the case when there is no LOCALE_PATHS setting from [6349]. Thanks, Wang Chun and semenov. 2007-10-03 03:19:14 +00:00
conf Fixed #5785 -- Updated Catalan and Spanish translations. Thanks, Marc Garcia. 2007-10-20 15:36:05 +00:00
contrib Fixed #3502 -- Added TTL support for RSS (not Atom) feeds. Patch from 2007-10-20 14:54:38 +00:00
core Fixed #4831 -- Added an "add" cache key method, for parity with memcached's 2007-10-20 15:16:34 +00:00
db Fixed #899 -- Use model field default values as formfield initial values in 2007-10-20 13:01:40 +00:00
dispatch Fixed #3439: vastly improved the performance of django.dispatch (and added tests!). Thanks to Brian Harring for the patch. Note that one of the new tests fails under sqlite currently; it's not clear if this is a sqlite problem or a problem with the tests, but it appears not to be a problem with the dispatcher itself. 2007-02-26 03:17:04 +00:00
forms Changed django.forms to remove duplicate code and import from django.oldforms instead 2006-12-22 01:44:34 +00:00
http Fixed #5562 -- Changed settings of Expires heading when expiring a cookie to 2007-10-20 07:01:12 +00:00
middleware Fixed #5762 -- Quoted the portions that make up the URL when appending 2007-10-20 08:31:05 +00:00
newforms Changed the default form presentation of datetime values to not include the 2007-10-21 14:50:47 +00:00
oldforms Fixed a Python 2.3 Unicode + oldforms problem. Refs #5287. 2007-10-04 01:54:58 +00:00
shortcuts Fixed #5483 -- Removed django.shortcuts.load_and_render, which was replaced a long time ago 2007-09-15 04:52:48 +00:00
template Fixed #4123 -- Changed the firstof template tag to correctly handle a literal 2007-10-20 15:01:31 +00:00
templatetags Fixed #4982 -- Fixed handling of '%' symbols in 'blocktrans' blocks. Thanks, 2007-10-20 12:29:56 +00:00
test Cleaned up a couple of mistakes (a handful of bugs in the test client) that I missed in [6333]. 2007-09-15 21:44:05 +00:00
utils Fixed #3502 -- Added TTL support for RSS (not Atom) feeds. Patch from 2007-10-20 14:54:38 +00:00
views Added module docstring and corrected order of imports to adhere to PEP 8. 2007-10-14 04:10:02 +00:00
__init__.py Fixed #5215 -- Added Subversion revision number to Django version string. Thanks for the patch, Deryck Hodge 2007-08-21 03:08:02 +00:00