django1/django/bin
Georg Bauer 6004fe9573 fix a problem that masks errors in settings files for some users - in those cases you only got "INSTALLED_APPS not defined", but in reality your settings file was broken.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1185 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-11 23:34:08 +00:00
..
profiling Moved django.bin.profiling.handler to django.core.handlers.profiler-hotshot 2005-07-18 06:34:34 +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 Merged i18n branch into the trunk! Fixes #65, and perhaps some others. NB: this means that the i18n branch is now obsolete and will be made read-only. 2005-11-04 04:59:46 +00:00
daily_cleanup.py Fixed #1 -- Added anonymous session support via middleware and request.session. Removed the former request.session, which wasn't being used anyway. Removed auth.Session model. See the BackwardsIncompatibleChanges wiki page for IMPORTANT notes on code you'll have to change and a DB table you'll have to create. 2005-08-16 22:54:05 +00:00
django-admin.py fix a problem that masks errors in settings files for some users - in those cases you only got "INSTALLED_APPS not defined", but in reality your settings file was broken. 2005-11-11 23:34:08 +00:00
make-messages.py Fixed #748 -- Improved error handling in make-messages.py. It no longer clobbers files on error. Thanks, Hugo 2005-11-07 14:21:31 +00:00
unique-messages.py added a little tool to fix message-ID duplicates after subversion merges (.po files sometimes merge in rather funny and interesting ways) 2005-11-11 21:35:41 +00:00
validate.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00