summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
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
2007-03-08Fixed #1839, #2415, #2536 -- Fixed a generated name clash that was common inMalcolm Tredinnick
2007-03-07Removed rsplit() usage for python2.3 compatibility. Refs #3625.Malcolm Tredinnick
2007-03-06Fixed #3647 -- Added small fixes to Spanish translation from Mario Gonzalez.Malcolm Tredinnick
2007-03-06Fixed #3655, #3656 -- Updated Swedish (sv) translations. Thanks, mikko@sorl.net.Malcolm Tredinnick
2007-03-05Fixed #3654 -- Added missing Mass. to us_states.py in localflavor. Thanks, jo...Adrian Holovaty
2007-03-02Fixed #3627 -- Made [4659] compatible with Python 2.3. Thanks, Gary Wilson.Malcolm Tredinnick
2007-03-02Added option to pretty-print dumped fixture outputRussell Keith-Magee
2007-03-01Changed the postgres version getting code to use cursor.fetchone() instead of...Jacob Kaplan-Moss
2007-03-01Fixes #2333 -- Added test fixtures framework.Russell Keith-Magee
2007-03-01Fixed #3614 -- Updated Finnish (fi) translation. Thanks, karsu.Malcolm Tredinnick
2007-02-28Reverted [4590] (changes to field label CSS) since it caused more problems th...Jacob Kaplan-Moss
2007-02-28Fixed #3488: Added "b" option to date format filter. Thanks, Gary Wilson.Jacob Kaplan-Moss
2007-02-28Added a "depth" argument to select_related() to control how many "levels" of ...Jacob Kaplan-Moss
2007-02-28FIxed #1984 -- Updated Italian translation. Thanks Nicola Larosa.Malcolm Tredinnick
2007-02-28Fixed #2779: added a copy() method to MergeDict, along with some new tests fo...Jacob Kaplan-Moss
2007-02-27Fixed #3465: template variable lookups like {{ foobar.13 }} now (correctly) f...Jacob Kaplan-Moss