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