summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2007-03-23Fixed #3779 -- Resolved problem with order of creation of m2m tables during s...Russell Keith-Magee
2007-03-22Fixes #3212 -- Added code to test client to allow posting of multi-form value...Russell Keith-Magee
2007-03-22Fixed #2351 -- Fixed problem with using ".count" attribute of QuerySets inMalcolm Tredinnick
2007-03-22Reduced the chances of session object collision. The window of opportunity isMalcolm Tredinnick
2007-03-21Fixed a mistaken import from the mysql backend that had snuck through.Malcolm Tredinnick
2007-03-21Added a mysql_old backend that matches the mysql backend prior to [4724]. ThisMalcolm Tredinnick
2007-03-20Fixed #3745 -- Added Portugese (pt) translation. Thanks Nuno Mariz.Malcolm Tredinnick
2007-03-20Fixed #3726 -- Updated Tamil (ta) translations. ThanksMalcolm Tredinnick
2007-03-20Fixed #3720 -- Updated Turkish translations. Thanks Can Burak Çilingir.Malcolm Tredinnick
2007-03-20Added missing Polish translation file.Malcolm Tredinnick
2007-03-20Fixed #3709 -- Updated Polish (pl) translation. Thanks Michal Chruszcz.Malcolm Tredinnick
2007-03-20Fixed #1984 -- Italian updates from Nicola Larosa.Malcolm Tredinnick
2007-03-20Fixed #3754 -- Re-introduced utf-8 as default encoding for interaction withMalcolm Tredinnick
2007-03-20Fixed #3758 -- Changed FormPreview template to use 'label' instead of 'verbos...Adrian Holovaty
2007-03-20Fixed #3767 -- Added reason to Http404 exception raised in get_object_or_404 ...Adrian Holovaty
2007-03-20Fixed #3738 -- Minor inline documentation fix. Thanks, Simon.Russell Keith-Magee
2007-03-20Fixed #3714 -- Fixed handling of indented text in wordwrap template filter. T...Russell Keith-Magee
2007-03-19Fixed #3741 -- Fixed serialization of GenericRelations. Thanks for the report...Russell Keith-Magee
2007-03-18Fixed #3747 -- Added a stricter MySQLdb version check so that (1, 2, 1,Malcolm Tredinnick
2007-03-16Small tweaks to docstrings from [4700]Adrian Holovaty
2007-03-16Fixed spelling of initializing in datastructures.py commentAdrian Holovaty
2007-03-15Fixed typo in docstring of YAML serializer.Russell Keith-Magee
2007-03-15Added implementation of --indent for the XML serializer.Russell Keith-Magee
2007-03-14Fixed #2635 -- Added improved MySQL backend support from Andy Dustman. AlsoMalcolm Tredinnick
2007-03-13Added various fixes to serializer implementations. Fixes mostly deal with han...Russell Keith-Magee
2007-03-13Added to_python implementation for NullBoolean Fields. This was required for ...Russell Keith-Magee
2007-03-13Modified the internal dumpdata implementation to return the dumped data, rath...Russell Keith-Magee
2007-03-12Added a YAML serializer built on PyYAML (http://pyyaml.org/). This serializer...Jacob Kaplan-Moss
2007-03-12Fixed #3640 -- Improved error handling in views.i18n.set_language(). ThanksMalcolm Tredinnick
2007-03-12Undo an accidental change that creap in as a result of testing [4704].Malcolm Tredinnick
2007-03-12Fixed #3705 -- Updated French translation from baptiste.goupil@gmail.com.Malcolm Tredinnick
2007-03-12Fixed #3410 -- Edited a few i18n markups for completeness and to remove someMalcolm Tredinnick
2007-03-11Added {{{ContentType.objects.clear_cache()}}} which clears the lookup cache. ...Jacob Kaplan-Moss
2007-03-11Fixed some i18n markup on date error messages. Thanks, Bastian Kleineidam. RefsMalcolm Tredinnick
2007-03-11Fixed #2998 -- Wrapped a couple more strings for translation. Thanks, JannisMalcolm Tredinnick
2007-03-10Fixed #3696 -- Fixed inline documentation to avoid some HTML validity issues.Malcolm Tredinnick
2007-03-10Fixed #3693 -- Fixed RST error in floatformat docstring. Thanks, SimonMalcolm Tredinnick
2007-03-10An improved version of the change attempted in [4693]: retain backwardsMalcolm Tredinnick
2007-03-09Rolled back [4693] -- it seems to be breaking edit_inline all over the place....Jacob Kaplan-Moss
2007-03-09Fixed a backwards-incompability problem with inline related form fields that IMalcolm Tredinnick
2007-03-09Fixed #2869 -- Do not append ADMIN_MEDIA_PREFIX to absolute-path URLs used forMalcolm Tredinnick
2007-03-09Fixed #3024 -- Fixed database commit() and rollback() behaviour so it worksMalcolm Tredinnick
2007-03-09Fixed #3670 -- Fixed template argument parsing so that it understands negativeMalcolm Tredinnick
2007-03-09Fixed #3678 -- Implemented SortedDict.copy().Malcolm Tredinnick
2007-03-09Fixed #3679 -- Added an option to compile localisation messages for a singleMalcolm Tredinnick
2007-03-09Fixed #3673 -- Added new Telugu (te) localisation. Thanks, pavithran s.Malcolm Tredinnick
2007-03-08Fixed #3663 -- Small update to French translation from Johann Queuniet.Malcolm Tredinnick
2007-03-08Fixed #3586 -- Only output "Vary: Cookie" HTTP header when the session objectMalcolm Tredinnick
2007-03-08Fixed #3660 -- Swedish updates from mikko@sorl.net.Malcolm Tredinnick
2007-03-08Fixed #2315 -- Clarified that the available PostgreSQL timezone options mayMalcolm Tredinnick