summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2007-01-31Merged revisions 4186 to 4454 from trunk.Robin Munn
2006-12-08sqlalchemy: Merged revisions 4054 to 4185 from trunk.Robin Munn
2006-11-08sqlalchemy: Merged revisions 3918 to 4053 from trunk.Robin Munn
2006-10-24sqlalchemy: Merged revisions 3832 to 3917 from trunk.Robin Munn
2006-09-25sqlalchemy: Merged revisions 3770 to 3831 from trunk.Robin Munn
2006-09-20sqlalchemy: Merged revisions 3724 to 3769 from trunk.Robin Munn
2006-09-05sqlalchemy: Merged revisions 3679 to 3723 from trunk.Robin Munn
2006-08-28Fixed verbosity check in installing initial dataJacob Kaplan-Moss
2006-08-28Made psycopg2 backend behave the same as the other backends when it comes to ...Jacob Kaplan-Moss
2006-08-28Test database creation/deletion now correctly quotes database names when crea...Jacob Kaplan-Moss
2006-08-28Fixed #2604 -- Got compile-messages.py working on win32. Thanks for the patch...Adrian Holovaty
2006-08-28Fixed #2607 -- Fixed incorrect ordering of super() arguments in DateTimeAware...Adrian Holovaty
2006-08-27Reverted [3659], the 'name' field on Template objects and the signal emitted ...Adrian Holovaty
2006-08-27Refs #2333 - Added 'test' target to django-admin script. Includes addition of...Russell Keith-Magee
2006-08-27Refs #2333 - Added a signal that is emitted whenever a template is rendered, ...Russell Keith-Magee
2006-08-27Refs #2333 - Added test framework. This includes doctest and unittest finders...Russell Keith-Magee
2006-08-23Fixed #2581 -- Added populate_xheaders() call to flatpage view. Thanks for th...Adrian Holovaty
2006-08-22Fixed #2582 -- filter_interface now works on fields with verbose_name contain...Adrian Holovaty
2006-08-22Fixed #2570 -- Added 'DejaVu Sans' to admin global.css, because it is more ut...Adrian Holovaty
2006-08-22Fixed #2587 -- Removed unnecessary escaping from admin_doc/model_detail.html ...Adrian Holovaty
2006-08-21Fixed #2577 -- Made isSlug() validator translation-aware. Thanks for the patc...Adrian Holovaty
2006-08-21Fixed #2471 -- Got date-based generic views working with SQLite DateFields. T...Adrian Holovaty
2006-08-18Fixed bug in [3553] -- Changed admin JavaScript quoting for related-object po...Adrian Holovaty
2006-08-18Fixed #2561 -- memcached cache backend no longer ignores default timeout. Tha...Adrian Holovaty
2006-08-18Added USE_I18N setting to default settings.py created for startproject commandAdrian Holovaty
2006-08-18Fixed #2540 -- Added one more i18n string to admin/views/doc.py. Thanks, dumm...Adrian Holovaty
2006-08-18Fixed #2541 -- Added helpful error message for CacheMiddleware in the case of...Adrian Holovaty
2006-08-18Fixed #2552 -- Added SetRemoteAddrFromForwardedFor middleware and documentati...Adrian Holovaty
2006-08-18Fixed #2559 -- Added cool new operators for Admin.search_fields, plus documen...Adrian Holovaty
2006-08-17Changed admin/base.html template to add a NONE,NOARCHIVE meta tag for robots....Adrian Holovaty
2006-08-16Fixed small security hole in bin/compile-messages.py by escaping the .po file...Adrian Holovaty
2006-08-16Small error-message formatting change to compile-messages.pyAdrian Holovaty
2006-08-14fixed #2542: updated 'ru' translationGeorg Bauer
2006-08-13Small formatting change to compile-messages.pyAdrian Holovaty
2006-08-13Fixed incorrect error message in django.template.loaders.filesystem if you pa...Adrian Holovaty
2006-08-12Fixed #2533 -- Fixed XHTML error in admin edit_inline_tabular.html template. ...Adrian Holovaty
2006-08-12Fixed #2523 -- Added SESSION_COOKIE_SECURE setting. Thanks, mir@noris.deAdrian Holovaty
2006-08-12Fixed #2372 -- manage.py runfcgi no longer ignore LANGUAGE_CODE. Thanks, ludo...Adrian Holovaty
2006-08-12Fixed #2410 -- Added HTML ID attribute to <form> on admin change-list pages, ...Adrian Holovaty
2006-08-12Fixed #2513 -- Changed LazyDate.__get_value__() to return date objects, not d...Adrian Holovaty
2006-08-12Fixed #2514 -- Improved psycopg2 backend to save/load Unicode strings correct...Adrian Holovaty
2006-08-12Fixed #2527 -- Removed /doc/views/jump/ from admin URLconf. It wasn't being usedAdrian Holovaty
2006-08-12Fixed #2528 -- Fixed 'time' template filter for midnight time value. Thanks, ...Adrian Holovaty
2006-08-11Fixed #2525 -- Fixed typo in contrib/flatpages/README.TXT. Thanks, dummy@habm...Adrian Holovaty
2006-08-11Fixed #2524 -- Added i18n hooks in create_update generic views. Thanks, mir@n...Adrian Holovaty
2006-08-11Changed inspectdb to *not* trim trailing 's' from database table name to crea...Adrian Holovaty
2006-08-11Improved urlresolvers so that URLconfs can be passed objects instead of stringsAdrian Holovaty
2006-08-11Fixed #2500 -- Fixed bug in admin related-object pop-up window when using a p...Adrian Holovaty
2006-08-11Fixed #2458 -- DB API now properly escapes backslashes, so you don't have to ...Adrian Holovaty
2006-08-11Fixed #2506 -- Added more i18n translation strings for admin docs. Thanks, du...Adrian Holovaty