| Age | Commit message (Expand) | Author |
| 2005-12-06 | Added conf/project_template/manage.py, which is a light wrapper around django... | Adrian Holovaty |
| 2005-12-06 | Negligible capitalization change in django.core.management | Adrian Holovaty |
| 2005-12-06 | Factored out django.core.management ACTION_MAPPING into DEFAULT_ACTION_MAPPIN... | Adrian Holovaty |
| 2005-12-06 | Moved all logic from django-admin.py into django.core.management, into a new ... | Adrian Holovaty |
| 2005-12-05 | Fixed bug in get_next_by_FOO/get_previous_by_FOO methods that caused a databa... | Jacob Kaplan-Moss |
| 2005-12-05 | Fixed #982 -- Added '__ne__' support for Django models, which apparently wasn... | Adrian Holovaty |
| 2005-12-04 | reverted changes from [1534] and [1536] regarding ticket #966 | Georg Bauer |
| 2005-12-04 | fixes #989 - new 'no' translations for JavaScript | Georg Bauer |
| 2005-12-01 | Fixed #971 -- inspectdb for SQLite now introspects field types. | Adrian Holovaty |
| 2005-12-01 | Fixed #965 -- 'django-admin.py sqlsequencereset' now includes m2m tables. Tha... | Adrian Holovaty |
| 2005-12-01 | Fixed #452 -- Fixed bug in generated DB API for models that have two ManyToMa... | Adrian Holovaty |
| 2005-12-01 | Improved model validator to throw error if a model has two ManyToMany relatio... | Adrian Holovaty |
| 2005-12-01 | Small fix to a comment in django.core.meta.init | Adrian Holovaty |
| 2005-12-01 | Fixed #757: manually set AutoField values are now respected; also added unit ... | Jacob Kaplan-Moss |
| 2005-11-30 | Fixed #251 -- Added OR support to queries, via the new 'complex' DB API keywo... | Adrian Holovaty |
| 2005-11-30 | Fixed #736 -- Changed behavior of QueryDict items() to be more consistent, fi... | Adrian Holovaty |
| 2005-11-30 | Moved Apache auth handler to django/contrib/auth/handlers/modpython.py | Adrian Holovaty |
| 2005-11-30 | Fixed #962 -- Gave filter-registration decorator a return statement. Thanks, ... | Adrian Holovaty |
| 2005-11-29 | Added mod_python authentication handler and document on authenticating agains... | Jacob Kaplan-Moss |
| 2005-11-29 | Added a GOTCHA comment in django/core/template/init.py | Adrian Holovaty |
| 2005-11-29 | Fixed error in raw_id_admin on ManyToManyFields caused by [1434] -- they were... | Adrian Holovaty |
| 2005-11-29 | Fixed #460 -- Added 'django-admin.py inspectdb' support for SQLite. Thanks, S... | Adrian Holovaty |
| 2005-11-29 | Fixed #490 -- Fixed incorrect handling of cursor.rowcount in yet-unused datab... | Adrian Holovaty |
| 2005-11-28 | Restored {% debug %} template tag, which was inadvertently removed in [1443] | Adrian Holovaty |
| 2005-11-28 | Fixed #798 and #715 -- Added optional arguments to createsuperuser, for each ... | Adrian Holovaty |
| 2005-11-27 | Fixed #878 -- URLconf regex captures no longer have to be named groups. Old U... | Adrian Holovaty |
| 2005-11-27 | Removed unnecessary load_template_source() function in django/core/template/l... | Adrian Holovaty |
| 2005-11-27 | Fixed #931 -- Fixed unordered_list template filter | Adrian Holovaty |
| 2005-11-27 | Changed template library system so that it looks for a module-level variable ... | Adrian Holovaty |
| 2005-11-27 | Fixed bug in [1443] -- slice filter was registered as 'slice_' | Adrian Holovaty |
| 2005-11-27 | loading of templates in includes now reraises the template loading exception ... | Georg Bauer |
| 2005-11-27 | unknown sources are now shown correctly as <unknown source> (before it was sh... | Georg Bauer |
| 2005-11-26 | Fixed bug in [1443] -- Missing Context import in django.core.template.loader | Adrian Holovaty |
| 2005-11-26 | Fixed bug in [1443] -- renamed compile_filters call to compile_filter | Adrian Holovaty |
| 2005-11-26 | Fixed bug in [1443] -- a decorator call was left in | Adrian Holovaty |
| 2005-11-26 | Fixed #911 -- Made template system scoped to the parser instead of the templa... | Adrian Holovaty |
| 2005-11-26 | Fixed #923 -- Made WSGI handler tolerant of no QUERY_STRING in os.environ. Th... | Adrian Holovaty |
| 2005-11-25 | MERGED NEW-ADMIN BRANCH (except for po/mo files, which will come in a separat... | Adrian Holovaty |
| 2005-11-25 | Fixed #882 -- Fixed bug when doing django-admin.py sqlclear with SQLite. Than... | Adrian Holovaty |
| 2005-11-25 | Added translation strings to django/core/meta/fields.py. Taken from new-admin. | Adrian Holovaty |
| 2005-11-25 | Added translation strings to core/formfields.py. Taken from new-admin. | Adrian Holovaty |
| 2005-11-25 | Fixed #625 -- Added template-tag decorators simple_tag and inclusion_tag. Tak... | Adrian Holovaty |
| 2005-11-24 | Added a get_template_sources generator function to filesystem and app_directo... | Adrian Holovaty |
| 2005-11-23 | Fixed #603 -- Added template debugging errors to pretty error-page output, if... | Adrian Holovaty |
| 2005-11-23 | Added better error handling for trailing periods in URLconf include()s | Adrian Holovaty |
| 2005-11-22 | Fixed grammar error in error message from [1355] | Adrian Holovaty |
| 2005-11-22 | Fixed #879 -- Middleware loader now throws a better error for MIDDLEWARE_CLAS... | Adrian Holovaty |
| 2005-11-22 | Fixed #598 -- Added {% include %} template tag. Added docs and unit tests. Th... | Adrian Holovaty |
| 2005-11-22 | Tiny logic tightening in core.template.loader -- taken from new-admin | Adrian Holovaty |
| 2005-11-22 | Removed trailing slash in PROFILE_DATA_DIR in profiler-hotshot to match new-a... | Adrian Holovaty |