summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
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 positioning of ordering widget with liquid page widths.Wilson Miner
2006-02-02Removed use of deprecated template_loader from [2230]Adrian Holovaty
2006-02-02fixed #1317 - updated 'sk' translationGeorg Bauer
2006-02-02fixed #1287 - comment forms are now translateable and overrideableGeorg Bauer
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-30All admin pages except the dashboard now use liquid page widths, except in IE5.Wilson Miner
2006-01-30Made small improvement to function_get_date_listAdrian Holovaty
2006-01-27fixed #1269: new and updated 'pt_BR' translationsGeorg Bauer
2006-01-27Fixed #939 -- Added 'monospace' fieldset class for admin CSS. Thanks, Tom TobinAdrian 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-27Fixed #1244 -- Renamed templateize to templatize in django.utils.translation.Adrian Holovaty
2006-01-27Fixed #1274 -- Fixed broken link in navigation in admin password-change templ...Adrian Holovaty
2006-01-23Removed example.com from default admin templates. One less thing to change in...Wilson Miner
2006-01-19Removed commented-out decorator syntax in admin template tags. It was looking...Adrian Holovaty
2006-01-19Made small simplification to admin_modify template tag logicAdrian Holovaty
2006-01-19Fixed a bunch of errors detected by pychecker -- unneeded imports and shadows...Adrian Holovaty
2006-01-19Changed unique-messages.py, compile-messages.py and make-messages.py to use '...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-16Fixed #1234 -- Fixed admin problem with login status getting out of sync with...Adrian Holovaty
2006-01-16Added missing 'staff_member_required' decorator to change_stage() admin viewAdrian Holovaty
2006-01-15fixed #1228 - updated 'sr' translationGeorg Bauer
2006-01-15fixed #1226 - updated 'sk' translationGeorg Bauer
2006-01-15Fixed #615 -- Admin views now use escape() instead of strip_tags(). Thanks, S...Adrian Holovaty
2006-01-15Fixed #920 -- Fixed patch_response_headers() behavior when content is Unicode...Adrian Holovaty
2006-01-15Fixed #1048 -- Fixed AttributeError in sessions framework when SESSION_SAVE_E...Adrian Holovaty
2006-01-15Fixed #1064 -- Fixed bug in set_many_to_many() for ManyToManyField pointing a...Adrian Holovaty
2006-01-15Fixed #1090 -- Added {% block content_title %} hook to admin base.html templa...Adrian Holovaty
2006-01-15Fixed #1196 -- Admin deletion step no longer assumes related objects have pri...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 #1227 -- Fixed problem with new {% spaceless %} tag. It now normalizes ...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-15Fixed #1200 -- Admin no longer assumes white default background color. Thanks...Adrian Holovaty
2006-01-13fixed #1221 - changed usage of wrong settings variable DEFAULT_ENCODING to th...Georg Bauer
2006-01-13fixes #1183 - updated 'ja' translationGeorg Bauer
2006-01-13fixes #1214 - django.utils.translation doesn't look at DJANGO_SETTINGS_MODULE...Georg Bauer
2006-01-12updated translation strings and added dutch to LANGUAGESGeorg Bauer
2006-01-12Fixed #1202 -- Changed 'manage.py shell' to use IPython if present. Also adde...Adrian Holovaty
2006-01-12Added a link to admin docs in the userlinks block in admin templates.Wilson Miner
2006-01-12Fixed #1203 -- Fixed two typos in cache.py. Thanks, EugeneAdrian Holovaty
2006-01-11Removed a troublesome line of javascript that caused the many-to-many interfa...Jacob Kaplan-Moss
2006-01-11Added 'shell' option to django-admin.py and manage.pyAdrian Holovaty