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
/
regressiontests
Age
Commit message (
Expand
)
Author
2007-03-23
gis: Merged revisions 4669-4785 via svnmerge from trunk.
Jeremy Dunck
2007-03-06
gis: Merged revisions 4564-4668 via svnmerge from
Jeremy Dunck
2007-02-23
Fixed #343: filters that take strings now handle non-strings correctly. Thank...
Jacob Kaplan-Moss
2007-02-21
Added newforms USPhoneNumberField in django.contrib.localflavor.usa
Adrian Holovaty
2007-02-21
Added small newforms unit test
Adrian Holovaty
2007-02-20
Fixed #3490 -- Fixed issue with newforms ChoiceField and generators as choice...
Adrian Holovaty
2007-02-20
Fixed #2455 -- Added newforms USStateSelect widget in django.contrib.localfla...
Adrian Holovaty
2007-02-19
Fixed #3510 -- newforms validation errors are now HTML-escaped for HTML outpu...
Adrian Holovaty
2007-02-19
Improved newforms to handle wacky characters in Field help_text
Adrian Holovaty
2007-02-15
Fixed #3506 -- Changed newforms BoundField.help_text to an empty string if No...
Adrian Holovaty
2007-02-15
Fixed #3503 -- Added newforms UKPostcodeField in django.contrib.localflavor.u...
Adrian Holovaty
2007-02-15
Implented newforms USStateField in django.contrib.localflavor.usa. Refs #2455
Adrian Holovaty
2007-02-15
Created django.contrib.localflavor, for country- and culture-specific functio...
Adrian Holovaty
2007-02-15
Fixed #3409 -- Added render_value argument to newforms PasswordInput. Thanks ...
Adrian Holovaty
2007-02-15
Fixed #3314 -- Fixed a bug in newforms smart_unicode. Thanks for the patch, nesh
Adrian Holovaty
2007-02-15
Fixed #3456 -- Made it easier/more intuitive to render newforms help_text in ...
Adrian Holovaty
2007-02-15
Fixed #1466 -- Added newforms USZipCodeField
Adrian Holovaty
2007-02-14
Implemented subclassing Forms in newforms
Adrian Holovaty
2007-02-13
Fixed #3489 -- Changed newforms to use copy.copy() in constructing self.field...
Adrian Holovaty
2007-02-13
Fixed #3155 -- Allow an integer to be passed to the urlencode filter. Patch
Malcolm Tredinnick
2007-02-13
Fixed #2606 -- Added tag for working out the URL of a particular view function.
Malcolm Tredinnick
2007-02-13
Changed one of the named endblock tests to test that nesting in the wrong order
Malcolm Tredinnick
2007-02-12
Fixed #3351 -- Added optional naming of the block in "endblock" tags to ensure
Malcolm Tredinnick
2007-02-11
Revert [4485] in order to fix accidental mod_python breakage. Refs #2920.
Malcolm Tredinnick
2007-02-11
Refs #2920 -- Replaced implicit uses of _() with explicit imports or calls to...
Russell Keith-Magee
2007-02-10
Fixed #2027 -- added truncatewords_html filter that respects HTML tags whilst
Malcolm Tredinnick
2007-02-09
Fixed #3449 -- fixed regression test results so that they all pass now. Thanks
Malcolm Tredinnick
2007-01-28
Fixed #3255 -- Added help_text argument to newforms Field class.
Adrian Holovaty
2007-01-27
newforms: Added a unit test that tests dynamic field addition with base field...
Adrian Holovaty
2007-01-27
Fixed #3334 -- Changed newforms Form class construction so that appending to ...
Adrian Holovaty
2007-01-27
Fixed #3312 -- CheckboxSelectMultiple no longer uses duplicate ID attributes ...
Adrian Holovaty
2007-01-27
Fixed #3300 -- Changed newforms Select widget to collapse 'choices' into a li...
Adrian Holovaty
2007-01-24
newforms: Implemented NullBooleanField and NullBooleanSelect
Adrian Holovaty
2007-01-23
newforms: Added MultiValueField, SplitDateTimeField, MultiWidget, SplitDateTi...
Adrian Holovaty
2007-01-21
Fixed #3196 -- Fixed inconsistency in setting choices on ChoiceFields dynamic...
Adrian Holovaty
2007-01-21
newforms: Fixed confusing behavior when setting choices for ChoiceFields and ...
Adrian Holovaty
2007-01-20
newforms: Added attrs optional argument to BoundForm.label_tag()
Adrian Holovaty
2007-01-13
Fixed #3281 -- newforms: URLField now works properly with required=False and ...
Adrian Holovaty
2007-01-13
Fixed #3293 -- newforms: Changed IntegerField.clean() to return None if field...
Adrian Holovaty
2007-01-13
Fixed #3289 -- newforms: Added value_from_datadict method to MultipleHiddenInput
Adrian Holovaty
2007-01-13
newforms: Added unit tests for MultipleHiddenInput
Adrian Holovaty
2007-01-11
newforms: Added unit tests and docs explaining that clean_data will only ever...
Adrian Holovaty
2007-01-10
Fixed #3266 -- newforms: Made RadioSelect accept funky characters. Thanks for...
Adrian Holovaty
2007-01-10
Fixed #3278 -- newforms: Fixed bug in DeclarativeFieldsMetaclass where it ina...
Adrian Holovaty
2007-01-09
Fixed #3193 -- newforms: Modified as_hidden() to handle MultipleChoiceField c...
Adrian Holovaty
2007-01-09
newforms: Added 'initial' parameter to Form, which lets initial data be speci...
Adrian Holovaty
2007-01-05
newforms: Changed Form.ignore_errors to Form.is_bound, which is more descript...
Adrian Holovaty
2007-01-04
newforms: Changed Form so that clean_data only exists if a Form is valid. Tha...
Adrian Holovaty
2007-01-03
Fixes #3176, #3004 -- Added an argument to the floatfilter to allow users to ...
Russell Keith-Magee
2007-01-03
Fixes #3217 -- Added regression tests for options on the Admin metaclass. Inc...
Russell Keith-Magee
[next]