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
Age
Commit message (
Expand
)
Author
2007-11-29
Fixed #6050 -- Handled edge-case of duplicate keys being passed when
Malcolm Tredinnick
2007-11-29
Fixed #6046 -- Correct an obvious blunder in setting the PYTHONPATH. Pointed
Malcolm Tredinnick
2007-11-29
Fixed #6023 -- Fixed daylight savings determination for years beyond 2038 on
Malcolm Tredinnick
2007-11-29
Fixed #5989 -- Fixed a problem with values being incorrectly reused by
Malcolm Tredinnick
2007-11-29
Fixed #6006 -- Typo fixing in the description of verbosity. Pointed out by
Malcolm Tredinnick
2007-11-29
Fixed #6014 -- More robust error handling when validating decimal fields.
Malcolm Tredinnick
2007-11-29
Fixed #5959 -- Fixed handling of False values in hidden boolean fields. Thanks,
Malcolm Tredinnick
2007-11-29
Fixed #5939 -- Added normalization for New Brunswick in the Canadian provinces.
Malcolm Tredinnick
2007-11-29
Fixed #5955 -- Made a bunch of ReST fixes. Thanks, SmileyChris.
Malcolm Tredinnick
2007-11-29
Fixed #5909 -- Made the various django.contrib.comment models more robust in
Malcolm Tredinnick
2007-11-29
Added better error handling in the basic feed class example. Refs #5855
Malcolm Tredinnick
2007-11-29
Fixed #5854 -- Added an example to the newforms documentation showing how to
Malcolm Tredinnick
2007-11-29
Fixed #5853 -- Added handling for a missing 'en' PO file in translation support
Malcolm Tredinnick
2007-11-29
Updated the English PO and MO files.
Malcolm Tredinnick
2007-11-29
Fixed #5777 -- Recommend using a symbolic link on Linux, OSX, etc for
Malcolm Tredinnick
2007-11-29
Fixed #5813 -- Taught the CacheMiddleware to respect any max-age HTTP header
Malcolm Tredinnick
2007-11-29
Fixed #5706 -- Fixed a couple of XHTML incompatibilities. Based on a patch from
Malcolm Tredinnick
2007-11-29
Fixed #5441 -- Added tests for django.contrib.formtools. Thanks, simeon.
Malcolm Tredinnick
2007-11-29
Fixed #4653 -- Improved the logic to decide when to include (and select as
Malcolm Tredinnick
2007-11-29
Fixed #3291 -- Allow calling get_absolute_url() with extra positional and
Malcolm Tredinnick
2007-11-29
Fixed #1291 -- Fixed a potential infinite loop for some URL constructions in
Malcolm Tredinnick
2007-11-29
Added tests and a small optimisation for [6721]. Thanks SmileyChris. Fixed #6049
Malcolm Tredinnick
2007-11-28
Testing once again -- sorry!.
Jacob Kaplan-Moss
2007-11-28
Testing again -- please ignore.
Jacob Kaplan-Moss
2007-11-28
Testing -- please ignore.
Jacob Kaplan-Moss
2007-11-28
Fixed #5890 -- fixed the far edge-case of allowing constant strings inside
Malcolm Tredinnick
2007-11-28
Fixed #5991 -- Marked the generated HTML for newforms.extra.SelectDateWidget as
Malcolm Tredinnick
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
Added a few more tests for `MultiValueDict`.
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
Fixed link to settings documentation in the i18n docs.
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
[next]