django1/django/bin
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
..
profiling Fixed #4040 -- Changed uses of has_key() to "in". Slight performance 2007-04-26 13:30:48 +00:00
__init__.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
compile-messages.py Fixed #3955 -- Added the ability to traverse LOCALE_PATHS when compiling PO files. Thanks, semenov. 2007-09-16 03:17:48 +00:00
daily_cleanup.py Fixed #4427 -- Ported daily_cleanup.py to use model API for greater 2007-06-01 09:46:56 +00:00
django-admin.py Moved all logic from django-admin.py into django.core.management, into a new execute_from_command_line() function, so it can be called from other scripts. Also improved createproject to disallow 'django' and 'test' as project names. 2005-12-06 05:17:52 +00:00
make-messages.py Fixed #5491 -- Changed PO file generation to sort the filenames we scan prior 2007-10-03 01:41:04 +00:00
unique-messages.py Fixed #1369 -- Changed shebang lines in unique-messages.py, compile-messages.py and make-message.py to use /usr/bin/env 2006-02-18 22:21:31 +00:00