summaryrefslogtreecommitdiff
path: root/django/core
AgeCommit message (Expand)Author
2006-01-15Fixed #1176 -- Changed {% comment %} template tag not to generate a nodelist,...Adrian Holovaty
2006-01-12Fixed #1202 -- Changed 'manage.py shell' to use IPython if present. Also adde...Adrian Holovaty
2006-01-12Fixed #1203 -- Fixed two typos in cache.py. Thanks, EugeneAdrian Holovaty
2006-01-11Added 'shell' option to django-admin.py and manage.pyAdrian Holovaty
2006-01-09Fixed #1195 -- Fixed formfields.TimeField bug introduced in [1872]Adrian Holovaty
2006-01-09Fixed #1110 -- wordwrap template filter now calls str() on input. Thanks, scumAdrian Holovaty
2006-01-09Fixed #1121 -- Changed MySQL backend to use correct character set in MySQL 4....Adrian Holovaty
2006-01-09Fixed #1034 -- Changed get_last_insert_id to quote database table name. Thank...Adrian Holovaty
2006-01-09Fixed #1188 -- Changed TimeField.html2python to handle microseconds. Thanks, ...Adrian Holovaty
2006-01-08Fixed #1187 -- Added field name to error message for missing PIL. Thanks, aka...Adrian Holovaty
2006-01-06Fixed #1181 -- get_in_bulk no longer fails on empty input. Also added unit te...Adrian Holovaty
2006-01-03Added 'dummy' cache backendAdrian Holovaty
2006-01-01Fixed #1145 -- Added unit tests for default template filters and fixed two bu...Adrian Holovaty
2005-12-29Fixed #1139 -- Changed django.core.mail to raise BadHeaderError (a subclass o...Adrian Holovaty
2005-12-29Fixed #1135 -- Changed django.core.mail functions not to allow newlines in he...Adrian Holovaty
2005-12-24Added missing context_processors module from [1773]Adrian Holovaty
2005-12-24Fixed #925 -- Added TEMPLATE_CONTEXT_PROCESSORS, which lets you specify proce...Adrian Holovaty
2005-12-20Fixed #1093 -- Fixed error in inspectdb from [1688]Adrian Holovaty
2005-12-19Changed django.core.formfields.CheckboxSelectMultipleField NOT to use the '_'...Adrian Holovaty
2005-12-17Fixed #1075 -- Fixed bug in edit_inline. Thanks, Eric MoritzAdrian Holovaty
2005-12-16Changed resolve_variable to resolve integers and floats as integers and float...Adrian Holovaty
2005-12-16Fixed #646 -- inspectdb no longer fails on database tables with hyphen in the...Adrian Holovaty
2005-12-16Fixed #1039 -- Changed file-based cache to cache EOFErrors during pickle. Tha...Adrian Holovaty
2005-12-15fixes #1066 - yesno used the wrong way to do translationsGeorg Bauer
2005-12-14added a missed translation to the admin (the error message when you try to ad...Georg Bauer
2005-12-10Negligible refactoring in django.core.meta.fields and django.contrib.admin.vi...Adrian Holovaty
2005-12-09Fixed #1032 -- CREATE TABLE SQL in Postgres now quotes column name in 'CHECK'...Adrian Holovaty
2005-12-09Fixed exception-handling bug in defaulttags SsiNode. Thanks, Henryk on IRCAdrian Holovaty
2005-12-09Fixed #967 -- 'tables' parameter in DB API is now only quoted if needed. Than...Adrian Holovaty
2005-12-09Fixed #1006 -- Fixed error when using ChangeManipulator in a model with raw_i...Adrian Holovaty
2005-12-09Fixed #1017 -- Admin now selects single choice for ForeignKey fields if only ...Adrian Holovaty
2005-12-09Fixed inconsistent spacing in core/meta/fields.pyAdrian Holovaty
2005-12-09Fixed #927 -- Non-integer primary keys save() method now worksAdrian Holovaty
2005-12-07Fixed #1009 -- Fixed small typo in HasAllowableSize validator. Thanks, bsoltaniAdrian Holovaty
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