summaryrefslogtreecommitdiff
path: root/django/core
AgeCommit message (Expand)Author
2007-07-04unicode: Merged from trunk up to [5600].Malcolm Tredinnick
2007-07-02unicode: Added support for non-ASCII labels for URL patterns.Malcolm Tredinnick
2007-07-01unicode: Fixed a method resolution order (mro) problem introduced in [5547]Malcolm Tredinnick
2007-07-01unicode: Merged changes from trunk up to [5579].Malcolm Tredinnick
2007-06-25unicode: Merged from trunk up to [5530]. Oracle backend has not been ported toMalcolm Tredinnick
2007-06-11unicode: Merged changes from trunk up to [5460].Malcolm Tredinnick
2007-06-09unicode: Fixed #4479 -- Changed an errant gettext() call to ugettext().Malcolm Tredinnick
2007-06-03unicode: Merged from trunk up to [5418].Malcolm Tredinnick
2007-06-01unicode: Reverted [5388] and fixed the problem in a different way. CheckedMalcolm Tredinnick
2007-05-29unicode: Merged from trunk up to [5380].Malcolm Tredinnick
2007-05-29unicode: Changed header construction for WSGI servers so that we only sendMalcolm Tredinnick
2007-05-28unicode: Ensure that all the strings we put into a mod_python response areMalcolm Tredinnick
2007-05-28unicode: Fixed a bug in lazy_inter().Malcolm Tredinnick
2007-05-25unicode: Added a more convenient way to set/change the encoding on a requestMalcolm Tredinnick
2007-05-25unicode: Merged from trunk up to [5333].Malcolm Tredinnick
2007-05-24unicode: Added call to iri_to_uri() on the result of a reverse() call. ThisMalcolm Tredinnick
2007-05-22unicode: Made lazy translation objects work properly. Fixed #4295, #4320.Malcolm Tredinnick
2007-05-21unicode: Merged from trunk up to [5308].Malcolm Tredinnick
2007-05-18unicode: Added support for sending email that contains unicode data. Refs #3398.Malcolm Tredinnick
2007-05-17unicode: Merged from trunk up to [5265].Malcolm Tredinnick
2007-05-15unicode: Made the serializers unicode-aware. Refs #3878, #4227.Malcolm Tredinnick
2007-05-14unicode: Merged from trunk to [5237].Malcolm Tredinnick
2007-05-14unicode: Replaced all implicit uses of _() from builtins with explicitlyMalcolm Tredinnick
2007-05-11unicode: Merged changes from trunk up to [5182].Malcolm Tredinnick
2007-05-05unicode: Merged from trunk up to [5150].Malcolm Tredinnick
2007-04-28unicode: Merged from trunk up to [5121].Malcolm Tredinnick
2007-04-26unicode: Fixed #4152 -- Converted a lot of internal [n]gettext() calls intoMalcolm Tredinnick
2007-04-26unicode: Merged from trunk up to [5080].Malcolm Tredinnick
2007-04-22unicode: Added FILE_CHARSET setting and use it to decode files read from disk.Malcolm Tredinnick
2007-04-21unicode: Merged up to [5053].Malcolm Tredinnick
2007-04-06Fixed #3790 -- Fixed a problem with sequence resetting during fixture loads w...Russell Keith-Magee
2007-04-01Added support for SCGI and AJP. This is a piece that was missed in [4897]. RefsMalcolm Tredinnick
2007-04-01Added the ability to name URL patterns. Helps with disambiguity reverse matches.Malcolm Tredinnick
2007-03-27Fixed #3822 -- Changed get_indexes_for_model() in django.core.management to q...Adrian Holovaty
2007-03-27Improved error reporting when fixture files are provided in an unknown serial...Russell Keith-Magee
2007-03-25Fixed #3648 -- Added support for cmemcached Python library. Thanks, floguy@gm...Adrian Holovaty
2007-03-23Fixed #3779 -- Resolved problem with order of creation of m2m tables during s...Russell Keith-Magee
2007-03-19Fixed #3741 -- Fixed serialization of GenericRelations. Thanks for the report...Russell Keith-Magee
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-13Added various fixes to serializer implementations. Fixes mostly deal with han...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 #3410 -- Edited a few i18n markups for completeness and to remove someMalcolm Tredinnick
2007-03-11Fixed some i18n markup on date error messages. Thanks, Bastian Kleineidam. RefsMalcolm Tredinnick
2007-03-07Removed rsplit() usage for python2.3 compatibility. Refs #3625.Malcolm Tredinnick
2007-03-02Added option to pretty-print dumped fixture outputRussell Keith-Magee
2007-03-01Fixes #2333 -- Added test fixtures framework.Russell Keith-Magee
2007-02-26Fixed #3390: the serializer can now contain forward references. Thanks, Russ.Jacob Kaplan-Moss
2007-02-26Fixed #3253 -- Exposed the number of failed tests as a return code in manage....Russell Keith-Magee