summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-03-16Fixed spelling of initializing in datastructures.py commentAdrian Holovaty
2007-03-16Fixed typo in docs/distributions.txt. Thanks, Rick v HAdrian Holovaty
2007-03-16Fixed small typo in docs/django-admin.txt. Thanks, CortAdrian 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 unit tests to fully check the performance of the serializer engines.Russell Keith-Magee
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 expected output of one fixture doctest to make it non unix-specific.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 #1049 -- Documented the need to implement flatten_data() in some cases ...Malcolm Tredinnick
2007-03-12Added a note about serving admin media to the alternative server setupMalcolm Tredinnick
2007-03-12Fixed #3084 -- Fixed typo pointed out by Simon Greenhill.Malcolm Tredinnick
2007-03-12Fixed #3640 -- Improved error handling in views.i18n.set_language(). ThanksMalcolm Tredinnick
2007-03-12Fixed #3084 -- Documented that Django's core must be translated into aMalcolm 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 #3685 -- Added note about keeping contributors' names in AUTHORS. Thanks,Malcolm 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-08Tightened up docs/contributing.txt changes from [4682]Adrian Holovaty
2007-03-08Fixed #3616 -- Added some more data structure tests from Chris McAvoy.Malcolm Tredinnick
2007-03-08Fixed #3663 -- Small update to French translation from Johann Queuniet.Malcolm Tredinnick
2007-03-08Fixed #3658 -- Included description of ticket resolution states in theMalcolm Tredinnick
2007-03-08Fixed #3333 -- Made db-api.txt links relative, in line with the other docs.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 #1240 -- Fixed portability problem in bash completion script. Thanks,Malcolm Tredinnick
2007-03-08Fixed #1839, #2415, #2536 -- Fixed a generated name clash that was common inMalcolm Tredinnick
2007-03-07Fixed #3646 -- Corrected documentation for ABSOLUTE_URL_OVERRIDES. Patch fromMalcolm Tredinnick
2007-03-07Removed rsplit() usage for python2.3 compatibility. Refs #3625.Malcolm Tredinnick
2007-03-07Fixed #3636 -- Updated akaihola's entry in AUTHORS.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