1
0
mirror of https://github.com/django/django.git synced 2024-12-23 01:25:58 +00:00
django/django
Malcolm Tredinnick 10466470c0 Fixed #5491 -- Changed PO file generation to sort the filenames we scan prior
to passing them to gettext. This should help reduce the changes in line
orderings caused by different translators using different operating systems and
locales. Based on a patch from Ramiro Morales.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@6445 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-10-03 01:41:04 +00:00
..
bin Fixed #5491 -- Changed PO file generation to sort the filenames we scan prior 2007-10-03 01:41:04 +00:00
conf Fixed #5554 -- Small update to German translation. 2007-10-03 00:45:08 +00:00
contrib Fixed #5636 -- Added missing Set import for Python2.3 support. Thanks, wangchun@exoweb.net. 2007-09-30 04:11:29 +00:00
core Re-organized imports to adhere to PEP 8. 2007-09-27 17:01:34 +00:00
db Fixed #5559: instances sent via post-save signals no longer have pks of None. Thanks, Joseph Kocherhans. 2007-09-24 18:27:42 +00:00
dispatch
forms
http Added a get_host() method to HttpRequest. There is still an http.get_host() version in place, so this is fully backwards compatible. 2007-09-15 17:46:03 +00:00
middleware Fixed #3872, which turns out to not have been a bug in the first place, by reverting [6364]. 2007-09-20 17:03:14 +00:00
newforms Fixed #4067 -- Fixed validation of IPAddressFields in newforms. Thanks to neils and the team in the Copenhagen sprint group. 2007-09-16 11:38:32 +00:00
oldforms Fixed #231: all fields that should take max_length now do. Thanks, Don Spaulding. 2007-09-19 23:33:57 +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 #3453: introduced a new template variable resolution system by Brian Harring (thanks!). The upshot is that variable resolution is about 25% faster, and you should see a measurable performance increase any time you've got long or deeply nested loops. 2007-09-21 04:00:32 +00:00
templatetags Fixed #3453: introduced a new template variable resolution system by Brian Harring (thanks!). The upshot is that variable resolution is about 25% faster, and you should see a measurable performance increase any time you've got long or deeply nested loops. 2007-09-21 04:00:32 +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 #5557: URLs are now properly escaped in the cache_page decorator. Thanks, eriks. 2007-09-28 22:34:27 +00:00
views Changed set_language() change from [6320] to use request.REQUEST, which is shorter 2007-09-15 20:00:14 +00:00
__init__.py