| Age | Commit message (Expand) | Author |
| 2005-11-03 | i18n: implemented the proposed syntax change to {% trans %} and {% blocktrans %} | Georg Bauer |
| 2005-10-31 | i18n: merged to [1025] from trunk | Georg Bauer |
| 2005-10-27 | fix for startproject requiring settings | Georg Bauer |
| 2005-10-23 | Added 'django-admin.py installperms' command | Adrian Holovaty |
| 2005-10-19 | i18n: reworked part of the translation loader to be cleaner, simpler and faster | Georg Bauer |
| 2005-10-18 | i18n: django-admin.py forces english translation because of it's generated SQ... | Georg Bauer |
| 2005-10-17 | i18n: added -a switch to make-messags.py to run xgettext on all messagefiles | Georg Bauer |
| 2005-10-16 | i18n: added gettext_lazy - lazy translation for stuff like model help text | Georg Bauer |
| 2005-10-13 | i18n: fixed bug in the templateize function to turn templates into something ... | Georg Bauer |
| 2005-10-11 | i18n: added gettext_noop support to the xgettext call in make-messages.py | Georg Bauer |
| 2005-10-09 | i18n: merged r787:r814 from trunk | Georg Bauer |
| 2005-10-08 | i18n: again cleaned up make-messages.py - now the line numbers for templates ... | Georg Bauer |
| 2005-10-07 | i18n: make-messages.py now correctly handles creation of new languages | Georg Bauer |
| 2005-10-07 | i18n: made the make-messages.py script work much better by using msgmerge and... | Georg Bauer |
| 2005-10-06 | Fixed #357 -- Added a '--pythonpath' option to django-admin. Thanks for the p... | Adrian Holovaty |
| 2005-10-05 | i18n: make-messages now supports directory names with blanks in them | Georg Bauer |
| 2005-10-01 | i18n: changed all admin templates to use the new shorter {{ _(..) }} syntax f... | Georg Bauer |
| 2005-09-29 | made make-messages.py more intelligent with template scanning | Georg Bauer |
| 2005-09-29 | -d isn't used at the moment | Georg Bauer |
| 2005-09-29 | i18n patch - references #65 | Georg Bauer |
| 2005-09-25 | Added a database-backed cache backend, along with a tool in django-admin to | Jacob Kaplan-Moss |
| 2005-09-02 | Fixed spacing bug in '--help' output of django-admin | Adrian Holovaty |
| 2005-08-19 | Fixed #360 -- runserver now takes optional 'ip:port' in addition to 'port'. T... | Adrian Holovaty |
| 2005-08-16 | Fixed #1 -- Added anonymous session support via middleware and request.sessio... | Adrian Holovaty |
| 2005-08-15 | Added 'django-admin.py validate', which validates all installed models. Valid... | Adrian Holovaty |
| 2005-08-02 | Improved 'django-admin inspectdb' so that it detects ForeignKey relationships... | Adrian Holovaty |
| 2005-08-02 | Added first stab at 'django-admin.py inspectdb', which takes a database name ... | Adrian Holovaty |
| 2005-07-21 | Added 'django-admin createsuperuser' and updated tutorial to use it instead o... | Adrian Holovaty |
| 2005-07-20 | Fixed small bug in print_error() calls in django-admin | Adrian Holovaty |
| 2005-07-20 | Added '--settings' option to django-admin. This specifies which settings modu... | Adrian Holovaty |
| 2005-07-20 | Fixed #97 -- Refactored django-admin.py so that it only contains command-line... | Adrian Holovaty |
| 2005-07-20 | 'django-admin runserver' now displays the settings module you're using when i... | Adrian Holovaty |
| 2005-07-20 | Fixed ForeignKey('self') so that extra cruft parameters aren't necessary. Als... | Adrian Holovaty |
| 2005-07-20 | Fixed #95 -- Added SECRET_KEY setting instead of hard-coding keys that are sh... | Adrian Holovaty |
| 2005-07-19 | Fixed #84 -- CREATE TABLE foreign keys now work in MySQL | Adrian Holovaty |
| 2005-07-18 | Moved default admin from media to django/conf/admin_media, so Django is able ... | Adrian Holovaty |
| 2005-07-18 | Added 'django-admin.py runserver', which starts a lightweight development ser... | Adrian Holovaty |
| 2005-07-18 | Moved django.bin.profiling.handler to django.core.handlers.profiler-hotshot | Adrian Holovaty |
| 2005-07-18 | Renamed django.core.handler.CoreHandler to ModPythonHandler, in preparation f... | Adrian Holovaty |
| 2005-07-18 | Fixed #53 -- Thanks, Dobbes! | Adrian Holovaty |
| 2005-07-16 | Set executable bit on django-admin.py | Adrian Holovaty |
| 2005-07-16 | Changed django-admin so that it doesn't load django.core.db or django.core.me... | Adrian Holovaty |
| 2005-07-16 | django-admin.py startproject now automatically points admin TEMPLATE_DIRS set... | Adrian Holovaty |
| 2005-07-16 | 'django-admin.py init' now creates a site in the sites table, and project_tem... | Adrian Holovaty |
| 2005-07-15 | Changed 'django-admin sqlclear' to output deletion of content_types table now... | Adrian Holovaty |
| 2005-07-15 | Changed 'django-admin startapp' so that it try to write to INSTALLED_APPS mag... | Adrian Holovaty |
| 2005-07-15 | Changed django-admin startproject so that it doesn't copy .pyc files | Adrian Holovaty |
| 2005-07-15 | Changed setup.py author and added django-admin to distutils 'scripts' | Adrian Holovaty |
| 2005-07-15 | Moved django.bin.setup to root level and converted it to use setuptools. Stil... | Adrian Holovaty |
| 2005-07-15 | Removed gunk from legacy django.bin.setup, although distutils installation is... | Adrian Holovaty |