summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2007-08-11Fixed #3526 -- Added content_type as an alias for mimetype to the HttpRespons...Malcolm Tredinnick
2007-08-11Fixed #4899 -- Fixed a problem on Windows when generating message catalogs (c...Malcolm Tredinnick
2007-08-11Fixed #4962-- Updated Slovak translation. Thanks, vlado@labath.org.Malcolm Tredinnick
2007-08-11Fixed #4624 -- Added Persian ('fa') to the list of right-to-left languages.Malcolm Tredinnick
2007-08-11Fixed #4880 -- Updated Spanish translation. Thanks, Mario Gonzalez.Malcolm Tredinnick
2007-08-11Fixed #4973 -- Made a slight tweak to the French translation to try and accom...Malcolm Tredinnick
2007-08-11Fixed #4966 -- Fixed some typos in the French translation. Thanks, cedric@ter...Malcolm Tredinnick
2007-08-11Fixed #5003 -- Small update to German translation.Malcolm Tredinnick
2007-08-11Fixed #5017 -- Fixed small error in German translation. Thanks, Thomas Steina...Malcolm Tredinnick
2007-08-11Fixed #5134 -- Return empty strings as Unicode in psycopg1 backend.Malcolm Tredinnick
2007-08-08Fixed #5115 -- Fixed `QuerySet` slices to allow longs.Gary Wilson Jr
2007-08-07Removed a redundant directory join during FileField form saving. Thanks to Da...Russell Keith-Magee
2007-08-06Fixed British spelling of 'customize' and 'behavior' in Manager.get_query_set...Adrian Holovaty
2007-08-06Fixed #3297 -- Implemented FileField and ImageField for newforms. Thanks to t...Russell Keith-Magee
2007-08-06Fixed #5006 -- Fixed incorrect/outdated docstring for the 'if' template tag. ...Adrian Holovaty
2007-08-06Fixed #5071 -- Fixed 'global name ugettext is not defined' error in django.co...Adrian Holovaty
2007-08-06Fixed #5077 -- django/utils/encoding.py no longer imports settings, as it doe...Adrian Holovaty
2007-08-06Fixed #5082 -- Enabled tab completion in 'django-admin.py shell' for objects ...Adrian Holovaty
2007-08-05Fixed #4001 -- Added dynamic save_m2m method() to forms created with form_for...Russell Keith-Magee
2007-08-05Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `For...Gary Wilson Jr
2007-08-04Refs #3397 -- Corrected the Exception that is caught when ordering by non-fie...Gary Wilson Jr
2007-08-01Fixed #4228 -- Removed hardcoding of `RadioFieldRenderer` in the `RadioSelect...Gary Wilson Jr
2007-07-30Fixed call to `ugettext`, which is imported as `_`.Gary Wilson Jr
2007-07-28After discussing with Malcolm, added set_unusable_password() and has_usable_p...Simon Willison
2007-07-28Fixed #4460 -- Added the ability to be more specific in the test cases that a...Russell Keith-Magee
2007-07-27Fixed bug with using values() and extra(select) in the same QuerySet, with a ...Adrian Holovaty
2007-07-26Added support for database cache table in test database.Malcolm Tredinnick
2007-07-26Fixed #4971 -- Fixed some escaping and quoting problems in the databrowse con...Gary Wilson Jr
2007-07-25Changed safe_join() docstring from [5750] to use active verbs. See also [5756]Adrian Holovaty
2007-07-25Changed docstring additions from [5744] to use active verbs ('returns' instea...Adrian Holovaty
2007-07-23Fixed #3771 -- Modified the test runner to observe the --noinput argument con...Russell Keith-Magee
2007-07-23Fixed #4952 -- Fixed the `get_template_sources` functions of the `app_directo...Gary Wilson Jr
2007-07-22Corrected typo in [5746].Gary Wilson Jr
2007-07-22Fixed #4373 -- Modified the get_object_or_404/get_list_or_404 shortcuts to al...Gary Wilson Jr
2007-07-22Shortcut functions do not accept `QuerySet` objects, yet :)Gary Wilson Jr
2007-07-22Added docstrings to shortcuts module and functions.Gary Wilson Jr
2007-07-22Fixed #4945 -- Removed unused `GET_ITERATOR_CHUNK_SIZE` definition from manag...Gary Wilson Jr
2007-07-21Fixed #4402 -- Modified test client to allow multi-valued inputs on GET reque...Russell Keith-Magee
2007-07-21Minor fix to allow for count=0 in assertContains.Russell Keith-Magee
2007-07-21Fixed #4304 -- Modified sys.exit to os._exit to make sure development server ...Russell Keith-Magee
2007-07-20Fixed #4738 -- Modified the prompt that is displayed when a test database can...Russell Keith-Magee
2007-07-20Fixed #4901 -- Modified assertContains to provide a default check of 'any ins...Russell Keith-Magee
2007-07-20Fixed #3782 -- Added support for the suite() method recommended by the Python...Russell Keith-Magee
2007-07-20Fixed #4558 -- Modified XML serializer to handle whitespace better around Non...Russell Keith-Magee
2007-07-20Simplified the indent level in management.py _get_sql_model_create() by using...Adrian Holovaty
2007-07-20Added a db_type() method to the database Field class. This is a hook for calc...Adrian Holovaty
2007-07-19Fixed #3925 -- Added Slovak localflavor items. Thanks, Martin Kosír.Malcolm Tredinnick
2007-07-19Fixed #4917 -- Updated Swedish translation. Thanks, Pilip Lindborg.Malcolm Tredinnick
2007-07-17Fixed #4899 -- Fixed a problem with PO file header generation caused by [5708].Malcolm Tredinnick
2007-07-17Fixed #4898 -- Fixed a precendence problem when constructing HTTP Date header.Malcolm Tredinnick