django1/django
Malcolm Tredinnick 4d42dc3846 Changed the URL reference for timezone specifications. It looks like PostgreSQL is removing that list from their docs (in 8.2) and this might also help avoid problems with people not noticing there are multiple entries per line in the current PostgreSQL docs.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5941 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-19 10:24:35 +00:00
..
bin Fixed #4899 -- Fixed a problem on Windows when generating message catalogs (caused by [5722]). Thanks, Ramiro Morales. 2007-08-11 07:01:46 +00:00
conf Changed the URL reference for timezone specifications. It looks like PostgreSQL is removing that list from their docs (in 8.2) and this might also help avoid problems with people not noticing there are multiple entries per line in the current PostgreSQL docs. 2007-08-19 10:24:35 +00:00
contrib Fixed #5200 -- Added Polish localflavor. Thanks, Slawek Mikula. 2007-08-19 07:38:39 +00:00
core Rolled out [5923]-[5925] due to breaking call_command(). 2007-08-18 05:58:59 +00:00
db Tweaked the unset primary key check from [5933] to accommodate models created in the oldforms style. It's a backwards-compatibility hack that we can remove when oldforms go away. See #2160 for discussion. Fixed #5204, #2160. Refs #5102. 2007-08-19 03:23:31 +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 #4947 -- Avoid displaying uploaded file contents in the debug web page. Based on a patch from eibaan@gmail.com. 2007-08-12 12:02:08 +00:00
middleware Fixed #4994 -- Send back set-cookie headers in "not modified" responses. Well spotted, colin@owlfish.com. 2007-08-12 13:10:45 +00:00
newforms Fixed #5095 -- newforms now checks for EnvironmentError when importing settings. Thanks, SmileyChris 2007-08-12 03:07:34 +00:00
oldforms Fixed #5015 -- Typo fix in oldforms. Thanks, teyc@cognoware.com. 2007-08-12 03:29:07 +00:00
shortcuts Changed docstring additions from [5744] to use active verbs ('returns' instead of 'return') 2007-07-25 03:12:31 +00:00
template Fixed #5187 -- Minor doc tweaks. Thanks, Daniel Hahler. 2007-08-18 05:43:38 +00:00
templatetags Merged Unicode branch into trunk (r4952:5608). This should be fully 2007-07-04 12:11:04 +00:00
test Fixed #5189 -- Added logout method to test Client. Thanks, Jakub Wisniowski <restless.being@gmail.com>. 2007-08-17 14:20:25 +00:00
utils Fixed #5156 -- Added some translation calls to a couple of missed words. Based on a patch from dAniel hAhler. 2007-08-15 12:09:32 +00:00
views Fixed #5085 -- In generic views, set the default name for the slug field to 'slug'. Thanks, Trevor Caira. 2007-08-12 12:59:41 +00:00
__init__.py Fixed #4517 -- Made sure that URL_VALIDATOR_USER_AGENT includes the up-to-date 2007-06-10 02:00:46 +00:00