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
Age
Commit message (
Expand
)
Author
2007-11-28
Fixed #5730: Conditionally escape widget contents in newforms to avoid
Malcolm Tredinnick
2007-11-28
Fixed an edge-case for auto-escaping: if the stringfilter decorator is used and
Malcolm Tredinnick
2007-11-28
Fixed #6015 -- Fixed a CSS escaping issue for admin's edit-inline.
Malcolm Tredinnick
2007-11-28
FIxed #5951 -- Updated Polish translation. Thanks, Jarek Zgoda.
Malcolm Tredinnick
2007-11-26
Fixed #5943 -- Modified django-admin.py to work like manage.py whenever a --s...
Russell Keith-Magee
2007-11-26
Fixed #5993 -- Made `RadioSelect` easier to subclass by giving it a default `...
Gary Wilson Jr
2007-11-25
Fixed #2086 -- Changed `base.css` to import `null.css` (added in [6197]) inst...
Gary Wilson Jr
2007-11-25
Made `MultiValueDict`'s `get` and `getlist` method docstrings more descriptive.
Gary Wilson Jr
2007-11-25
Minor styling fix in `DotExpandedDict.__init__`.
Gary Wilson Jr
2007-11-25
Changed several hardcoding of `dict` method calls in `django.utils.datastruct...
Gary Wilson Jr
2007-11-25
In `MergeDict` class, changed variable names to not clash with `dict` builtin.
Gary Wilson Jr
2007-11-23
Corrected a docstring in django.test.TestCase to match the actual behavior.
Russell Keith-Magee
2007-11-21
Fixed #5981 -- Fixed failing regression test when using locmem cache backend....
Gary Wilson Jr
2007-11-20
Fixed #5983 -- Made iriencode filter respect safe strings. Patch from
Malcolm Tredinnick
2007-11-20
Fixed #5976 -- Handle auto-escaping correctly for empty columns in admin change
Malcolm Tredinnick
2007-11-20
Fixed #5974 -- Added autoescaping for source code lines and local variables in
Malcolm Tredinnick
2007-11-20
Fixed #5973 -- Fixed inadvertent allow_tags=True auto-escaping problem.
Malcolm Tredinnick
2007-11-19
Fixed #5932 -- Use `self.pages` and not `self._pages` in `_get_page_range` so...
Gary Wilson Jr
2007-11-19
Fixed #5978 -- Gave `LOCALE_PATHS` a default setting of an empty tuple and re...
Gary Wilson Jr
2007-11-19
Made use of `EMPTY_VALUES` in `ModelChoiceField.clean()`.
Gary Wilson Jr
2007-11-19
Some minor changes to the `patch_vary_headers` function:
Gary Wilson Jr
2007-11-19
Made some stylistic changes in `GZipMiddleware` and added some notes about IE...
Gary Wilson Jr
2007-11-19
Removed `vary_delim_re` in `django/utils/cache.py` in favor of existing `cc_d...
Gary Wilson Jr
2007-11-18
Fixed #5975 -- Gave `ModelChoiceField` and `ModelMultipleChoiceField` ability...
Gary Wilson Jr
2007-11-18
Fixed #5880 -- Fixed an XSS hole in the admin interface.
Gary Wilson Jr
2007-11-18
Fixed #5969 -- Corrected a problem introduced in [6682].
Malcolm Tredinnick
2007-11-17
Fixed #5960 -- Fixed some Python 2.3 incompatibilities.
Malcolm Tredinnick
2007-11-17
Fixed some missed auto-escaping and URL quoting cases in the urlize filter.
Malcolm Tredinnick
2007-11-17
Fixed a few problems with variable resolving inside of blocktrans tags. A cou...
Malcolm Tredinnick
2007-11-17
Translating safe strings should return a safe result.
Malcolm Tredinnick
2007-11-17
Fixed #5945 -- Treat string literals in template filter arguments as safe
Malcolm Tredinnick
2007-11-17
Fixed #4713 -- Fixed handling of _() in template tag arguments. Based on
Malcolm Tredinnick
2007-11-15
Fixed #5933 -- Updated Polish translation from Jarek Zgoda.
Malcolm Tredinnick
2007-11-14
Fixed #5944 -- Added safe string markings to admin error messages in one place
Malcolm Tredinnick
2007-11-14
Content coming via {{ block.super }} is always going to be correctly escaped
Malcolm Tredinnick
2007-11-14
Implemented auto-escaping of variable output in templates. Fully controllable...
Malcolm Tredinnick
2007-11-13
Fixed #4787, #5913 -- Updating the queryset on a `ModelChoiceField` or `Model...
Gary Wilson Jr
2007-11-12
Simplified `SortedDict.__deepcopy__` now that the its constructor can take a ...
Gary Wilson Jr
2007-11-11
Fixed #5918 -- Removed `SortedDictFromList` since `SortedDict` now can do eve...
Gary Wilson Jr
2007-11-11
Fixed #5876 -- Updated Catalan translation from Marc Garcia.
Malcolm Tredinnick
2007-11-11
Fixed #5914 -- Updated Hebrew translation from Meir Kriheli.
Malcolm Tredinnick
2007-11-11
Fixed #5900 -- Updated traditional Chinese translation. Thanks, terryh.tp@gma...
Malcolm Tredinnick
2007-11-11
Fixed #5687 -- Updated Swedish translation. A bit of a group effort from Dmitri
Malcolm Tredinnick
2007-11-11
Fixed #5898 -- Changed a few response processing paths to make things harder ...
Malcolm Tredinnick
2007-11-11
When using assertRedirect(), allow the caller to specify relative URLs and
Malcolm Tredinnick
2007-11-09
Fixed bug in /admin/doc/views/ caused by [6658]
Luke Plant
2007-11-07
Fixed #4376 -- login_required now works with bound methods. Thanks, Steven B...
Luke Plant
2007-11-05
Added the small changes necessary to make creating custom model fields easier.
Malcolm Tredinnick
2007-11-04
Fixed #5729 -- For MySQL (only), always delay the creation of foreign key
Malcolm Tredinnick
2007-11-04
Fixed #5640 -- Added some extra error reporting when smart_unicode() or
Malcolm Tredinnick
[prev]
[next]