summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2006-09-12Fixed #2702 -- Fixed LazyUser to store cache as attribute of request, not cla...Adrian Holovaty
2006-09-11Fixed #2689 -- Got 'manage.py diffsettings' working again. Thanks for the pat...Adrian Holovaty
2006-09-11Fixed #2700 -- Improved introspection for MySQL. Thanks for the patch, serbau...Adrian Holovaty
2006-09-11Fixed #2680 -- Made small correction to DateTimeShortcuts.js that was causing...Adrian Holovaty
2006-09-11Fixed #2699 -- Added quote_name() call to MySQL introspection.py. Thanks for ...Adrian Holovaty
2006-09-11fixed #2617: added finnish translationGeorg Bauer
2006-09-11fixed #2668: updated russian translationGeorg Bauer
2006-09-11fixed #2597: updated polish translationGeorg Bauer
2006-09-11fixed #2589: updated norwegian translationGeorg Bauer
2006-09-11fixed #2551: updated es_AR translationGeorg Bauer
2006-09-09Fixes #2669 -- Added check on import of tests.py to differentiate between an ...Russell Keith-Magee
2006-09-08Added staff_member_required and permission check to django.contrib.admin.view...Adrian Holovaty
2006-09-07Renamed 'func' argument in django.utils.functional.curry to reduce possibilit...Adrian Holovaty
2006-09-07Fixes #2653 -- Modified related field utility methods to return None as the r...Russell Keith-Magee
2006-09-07Optimized django.utils.functional.curry. Thanks for the patch, Martin GlueckAdrian Holovaty
2006-09-05Made psycopg2 backend actually support dictfetch* methods. Jacob Kaplan-Moss
2006-09-05Fixes #2658 -- Modified SQLite cursor close() method for in-memory databases,...Russell Keith-Magee
2006-09-05Added some escaping of request.path to django/views/debug.py. Thanks, Simon G...Adrian Holovaty
2006-09-05Fixed #2645 -- Fixed format-string error in exception call in template/__init...Adrian Holovaty
2006-09-04Added small comment to django.template.loader_tags, to clarify change from [3...Adrian Holovaty
2006-09-04Changed template names from [3707] to remove initial caps, to fit our style.Adrian Holovaty
2006-09-04Fixes #2637 -- Clarified handling of TEMPLATE_STRING_IF_INVALID, especially w...Russell Keith-Magee
2006-09-03Refs #2333 - Added documentation for the test Client, and removed a stray imp...Russell Keith-Magee
2006-09-02Fixed #2643 -- Fixed incorrect reverse() view names in sitemaps contrib app. ...Adrian Holovaty
2006-09-02Refs #2333 - Removed a call to the signal dispatcher that was mistakenly merg...Russell Keith-Magee
2006-09-02Refs #2333 - Re-added the template rendering signal for testing purposes; how...Russell Keith-Magee
2006-09-01Refs #2333 - Added a TEST_DATABASE_NAME setting that can be used to override ...Russell Keith-Magee
2006-08-31Renamed django.contrib.sitemap to django.contrib.sitemaps, to be more consist...Adrian Holovaty
2006-08-31Changed FlatpageSitemap to FlatPageSitemap, to be consistent with FlatPage modelAdrian Holovaty
2006-08-31Fixed #2628 -- Added django.contrib.sitemap. Thanks for the patch, Dan WatsonAdrian Holovaty
2006-08-31Fixed #2441 -- Improved MultiValueDict.update() to take keyword args, like Py...Adrian Holovaty
2006-08-31Made extract_views_from_urlpatterns() in admin.views.doc tolerant of URLconfs...Adrian Holovaty
2006-08-31Fixed #2529 -- Fixed TypeError in admin/doc/views. Thanks for the report and ...Adrian Holovaty
2006-08-31Refs #2333 - Added more documentation for testing framework, and clarified so...Russell Keith-Magee
2006-08-31Fixed #2611 -- Fixed XML serializer to handle null datetime fields. Thanks fo...Adrian Holovaty
2006-08-31Fixed #2632 -- Made django.db.backends.util._dict_helper more efficient. Than...Adrian Holovaty
2006-08-30Fixed #2624 -- Fixed typo in docstring for Permission model. Thanks, david@da...Adrian Holovaty
2006-08-30Refs #1400 - Reverted r3269. Template variable evalution should follow Python...Russell Keith-Magee
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