summaryrefslogtreecommitdiff
path: root/django/core
AgeCommit message (Expand)Author
2006-02-09Added TEMPLATE_STRING_IF_INVALID setting, which specifies what the template s...Adrian Holovaty
2006-02-04Improved 'inspectdb' handling of Python keywords from [2271] to use the 'keyw...Adrian Holovaty
2006-02-04Fixed #1328 -- Improved 'inspectdb' to handle Python reserved words as field ...Adrian Holovaty
2006-02-03Fixed #1323 -- Added ENABLE_PSYCO. Thanks, Wojtek.Adrian Holovaty
2006-02-02Fixed #1292 -- Fixed potential circular-import problem in template loader. Th...Adrian Holovaty
2006-02-02Fixed #1311 -- manage.py sqlclear no longer assumes database connection is av...Adrian Holovaty
2006-01-30Made small improvement to function_get_date_listAdrian Holovaty
2006-01-27Fixed #1070 -- Improved date validation to limit it to dates 1900 and up.Adrian Holovaty
2006-01-27Fixed #1271 -- Added a 'request' template context processor, which is not act...Adrian Holovaty
2006-01-16Fixed bug in spaceless template-tag documentation. Thanks, EsajAdrian Holovaty
2006-01-16Fixed #1231 -- Added documentation for {% spaceless %} tag to the auto-genera...Adrian Holovaty
2006-01-15Fixed #1064 -- Fixed bug in set_many_to_many() for ManyToManyField pointing a...Adrian Holovaty
2006-01-15Fixed #1062 -- Fixed database typecasting bug for DateTimeFields in SQLite. T...Adrian Holovaty
2006-01-15Fixed #1165 -- Fixed bug in generated CREATE TABLE statements where a primary...Adrian Holovaty
2006-01-15Fixed #1067 and #276 -- Added a {% spaceless %} tag, available in all templatesAdrian Holovaty
2006-01-15Fixed #1218 -- Improved model validator to complain for non True/False values...Adrian Holovaty
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