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
/
tests
Age
Commit message (
Expand
)
Author
2007-12-13
Changed ModelForms to allow inheritance as long as their model attributes are...
Joseph Kocherhans
2007-12-13
Fixed #6162. ModelForm's __init__ signature now matches Form's. This is a bac...
Joseph Kocherhans
2007-12-11
Fixed ORA-01461 error when trying to store more than 4000 bytes in a TextFiel...
Ian Kelly
2007-12-09
Fixed #3906 -- Fixed the reverse_m2m_name for a generic relation. Refs #2749.
Malcolm Tredinnick
2007-12-04
Fixed #4131: added an "escapejs" filter for use in JavaScript strings, and up...
Jacob Kaplan-Moss
2007-12-04
Fixed #5268: the YAML serializer now uses yaml.safe_dump() instead the plain ...
Jacob Kaplan-Moss
2007-12-04
Fixed #6099: the filebased cache backend now uses md5 hashes of keys instead ...
Jacob Kaplan-Moss
2007-12-04
Fixed #6122: Fixed tests broken by [6872]. Thanks, Matt.
Jacob Kaplan-Moss
2007-12-02
Fixed #4563 -- Context.pop/push/update return the top-level dictionary (the new
Malcolm Tredinnick
2007-12-02
Fixed #3228 -- Added new APPEND_SLASH handling behaviour in the common middle...
Malcolm Tredinnick
2007-12-02
Fixed #6071 -- Fixed another infinite recursion problem in SafeString and
Malcolm Tredinnick
2007-12-02
Fixed #6042 -- ModelForms implementation from Joseph Kocherhans. Still might
Malcolm Tredinnick
2007-12-02
Fixed #3961 -- Added South African localflavor. Thanks, Russell Cloran.
Malcolm Tredinnick
2007-12-02
Fixed #3511 -- Changed QuerySet.get() to return a MultipleObjectsReturned exc...
Malcolm Tredinnick
2007-12-02
Fixed #3323 -- More robust error handling for related objetcs. Thanks, Greg
Malcolm Tredinnick
2007-12-02
Fixed a use of `maxlength`, refs #2101.
Gary Wilson Jr
2007-12-02
Removed unused import.
Gary Wilson Jr
2007-12-02
Fixed #6086 -- Deprecate the "simple" cache backend in favour of "locmem".
Malcolm Tredinnick
2007-12-01
Fixed #5996 -- Add a pyscopg2 convertor for SafeUnicode -> unicode. Thanks, r...
Malcolm Tredinnick
2007-12-01
Fixed #5979 -- Always use SITE_ID=1 when running Django's core tests. This
Malcolm Tredinnick
2007-12-01
Fixed #6068 -- Updated docstrings in model tests to make the documentation
Malcolm Tredinnick
2007-11-30
Fixed #6057 -- Mark rendered template output as safe for auto-escaping purposes.
Malcolm Tredinnick
2007-11-29
Fixed #6030 -- More robust error handling for the "float" filter. Thanks,
Malcolm Tredinnick
2007-11-29
Fixed #6050 -- Handled edge-case of duplicate keys being passed when
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 #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 #4653 -- Improved the logic to decide when to include (and select as
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
Fixed #5890 -- fixed the far edge-case of allowing constant strings inside
Malcolm Tredinnick
2007-11-28
Fixed #5730: Conditionally escape widget contents in newforms to avoid
Malcolm Tredinnick
2007-11-26
Fixed #5993 -- Made `RadioSelect` easier to subclass by giving it a default `...
Gary Wilson Jr
2007-11-25
Added a few more tests for `MultiValueDict`.
Gary Wilson Jr
2007-11-20
Fixed #5983 -- Made iriencode filter respect safe strings. Patch from
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
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 #5969 -- Corrected a problem introduced in [6682].
Malcolm Tredinnick
2007-11-17
Fixed a couple of chained filter tests that weren't demonstrating what they
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-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
[next]