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